From: moontumbo at hotmail dot com Operating system: Red Hat Enterprise Linux WS 3.0 PHP version: 5.0.1 PHP Bug Type: Compile Failure Bug description: PHP Fails to compile when soap is enabled
Description: ------------ When PHP 5.0.1 is configured with SOAP support, the compilation fails. We are using the same configure command that we used on PHP 5.0.0. When soap is removed from the configure, it compiles cleanly. Reproduce code: --------------- './configure' \ '--with-config-file-path=/usr/local/apache/conf' \ '--with-apxs=/usr/local/apache/bin/apxs' \ '--enable-sigchild' \ '--with-gd' \ '--enable-gd-native-ttf' \ '--with-freetype-dir=/usr/local/lib' \ '--with-jpeg-dir=/usr/lib' \ '--with-png-dir=/usr/local/lib' \ '--with-zlib-dir=/usr/local/lib' \ '--with-xpm-dir=/usr/lib' \ '--with-openssl' \ '--with-mysql' \ '--enable-soap' \ '--with-ldap' \ '--with-t1lib' \ '--enable-bcmath' \ '--enable-calendar' \ '--enable-ftp' \ "$@" //Configures fine. Make fails. make Expected result: ---------------- Successful compilation and installation upon make install. Actual result: -------------- ext/soap/php_encoding.lo(.text+0x5b7): In function `to_zval_string': /usr/local/src/php/php-5.0.1/ext/soap/php_encoding.c:467: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.lo(.text+0x8d5): In function `to_zval_stringr': /usr/local/src/php/php-5.0.1/ext/soap/php_encoding.c:503: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.lo(.text+0xbf3): In function `to_zval_stringc': /usr/local/src/php/php-5.0.1/ext/soap/php_encoding.c:539: undefined reference to `xmlBufferCreateStatic' ext/soap/php_encoding.lo(.text+0x1125): In function `to_xml_string': /usr/local/src/php/php-5.0.1/ext/soap/php_encoding.c:607: undefined reference to `xmlBufferCreateStatic' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 -- Edit bug report at http://bugs.php.net/?id=29665&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29665&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29665&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29665&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29665&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29665&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29665&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29665&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29665&r=support Expected behavior: http://bugs.php.net/fix.php?id=29665&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29665&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29665&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29665&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29665&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29665&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29665&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29665&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29665&r=float