[wsf-c-dev] [jira] Commented: (WSFPHP-290) Broken wsdl2php.php
John Gorman (JIRA)
jira at wso2.org
Wed Jun 11 05:31:35 PDT 2008
[ https://wso2.org/jira/browse/WSFPHP-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17510#action_17510 ]
John Gorman commented on WSFPHP-290:
------------------------------------
Hi Dimuthu
The php-xml package includes xsl for PHP. The error message is complaining about "undefined symbol: dom_node_class_entry" not about xsl.so being missing. It is some kind of linking problem.
There are also two other error messages. There is an unanswered question on the PHP forum about the third error.
Best, John
========
$ rpm -qil php-xml
Name : php-xml Relocations: (not relocatable)
Version : 5.1.6 Vendor: CentOS
Release : 15.el5 Build Date: Thu Sep 20 11:25:35 2007
Install Date: Wed Jun 4 15:25:59 2008 Build Host: builder7.centos.org
Group : Development/Languages Source RPM: php-5.1.6-15.el5.src.rpm
Size : 220372 License: The PHP License v3.01
Signature : DSA/SHA1, Thu Sep 20 21:04:53 2007, Key ID a8a447dce8562897
URL : http://www.php.net/
Summary : A module for PHP applications which use XML
Description :
The php-xml package contains dynamic shared objects which add support
to PHP for manipulating XML documents using the DOM tree,
and performing XSL transformations on XML documents.
/etc/php.d/dom.ini
/etc/php.d/xmlreader.ini
/etc/php.d/xmlwriter.ini
/etc/php.d/xsl.ini
/usr/lib/php/modules/dom.so
/usr/lib/php/modules/xmlreader.so
/usr/lib/php/modules/xmlwriter.so
/usr/lib/php/modules/xsl.so
> Broken wsdl2php.php
> -------------------
>
> Key: WSFPHP-290
> URL: https://wso2.org/jira/browse/WSFPHP-290
> Project: WSO2 WSF/PHP
> Issue Type: Bug
> Components: WSDL Mode
> Affects Versions: 1.3.0
> Environment: fedora 9, php-5.1.6-15.el5, php-xml-5.1.6-15.el5, wso2-wsf-php-src-1.3.2.tar.gz
> Reporter: John Gorman
>
> $ php /home/html/wso2-scripts/wsdl2php.php -s SalesInfoSvcExt_1_0.wsdl
> PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/xsl.so' - /usr/lib/php/modules/xsl.so: undefined symbol: dom_node_class_entry in Unknown on line 0
> [Mon Jun 9 14:06:21 2008] [error] dir_handler.c(219) No files in the path /usr/lib/php/modules/wsf_c/services.
> [Mon Jun 9 14:06:21 2008] [error] class_loader.c(161) dlerror reason: /usr/lib/php/modules/wsf_c/lib/libaxis2_receivers.so: cannot open shared object file: No such file or directory
> I have no idea what the dom_node_class_entry symbol problem
> is about.
> There is no services directory under /usr/lib/php/modules/wsf_c at all.
> There is no libaxis2_receivers.so under /usr/lib/php/modules/wsf_c/lib
> but there is libaxis2_http_receiver.so and many other files.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Wsf-c-dev
mailing list