php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34974 Compilation errors when soap is enabled; Still
Submitted: 2005-10-25 00:23 UTC Modified: 2005-11-02 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: deeplfo at yahoo dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.5 OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-10-25 00:23 UTC] deeplfo at yahoo dot com
Description:
------------
I have dl-ed and compiled libxml2 2.6.20 and when I enable-soap option for PHP compile I get the following errors:

ext/soap/php_encoding.lo(.text+0x5a4): In function `to_zval_string':
/tmp/mohsen/php-5.0.5/ext/soap/php_encoding.c:505: undefined reference to `xmlBufferCreateStatic'

ext/soap/php_encoding.lo(.text+0x77e): In function `to_zval_stringr':
/tmp/mohsen/php-5.0.5/ext/soap/php_encoding.c:541: undefined reference to `xmlBufferCreateStatic'

ext/soap/php_encoding.lo(.text+0x95a): In function `to_zval_stringc':
/tmp/mohsen/php-5.0.5/ext/soap/php_encoding.c:577: undefined reference to `xmlBufferCreateStatic'

ext/soap/php_encoding.lo(.text+0xc28): In function `to_xml_string':
/tmp/mohsen/php-5.0.5/ext/soap/php_encoding.c:645: undefined reference to `xmlBufferCreateStatic'
collect2: ld returned 1 exit status




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-10-25 00:34 UTC] tony2001@php.net
Make sure you don't have an old version of libxml somewhere in your system.
 [2005-10-25 04:33 UTC] deeplfo at ahoo dot com
There is one other, but I commented out the include for /usr/local/libxml... from the make file.  Is there something else that needs to be done to avoid the clash?
 [2005-10-25 09:51 UTC] tony2001@php.net
Yes. Remove the old library from the system completely.
 [2005-11-02 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 00:01:30 2024 UTC