From: phpbug at dodgeit dot com Operating system: Debian Sarge PHP version: 4.4.3 PHP Bug Type: Compile Failure Bug description: make install fails with multiple linker errors
Description: ------------ php 4.4.3; attempt build. ./configure \ --with-apxs2=/usr/local/httpd/bin/apxs \ --disable-all \ configure OK, make OK, make install fails with: (excerpt) sapi/cli/php_cli.lo(.text+0x18): In function `print_module_info': : undefined reference to `php_printf' sapi/cli/php_cli.lo(.text+0x89): In function `print_modules': : undefined reference to `zend_hash_init' sapi/cli/php_cli.lo(.text+0xab): In function `print_modules': : undefined reference to `module_registry' sapi/cli/php_cli.lo(.text+0xb6): In function `print_modules': : undefined reference to `zend_hash_copy' sapi/cli/php_cli.lo(.text+0xce): In function `print_modules': : undefined reference to `zend_qsort' sapi/cli/php_cli.lo(.text+0xd9): In function `print_modules': : undefined reference to `zend_hash_sort' sapi/cli/php_cli.lo(.text+0xf4): In function `print_modules': : undefined reference to `zend_hash_apply_with_argument' sapi/cli/php_cli.lo(.text+0xff): In function `print_modules': : undefined reference to `zend_hash_destroy' sapi/cli/php_cli.lo(.text+0x11c): In function `print_extension_info': : undefined reference to `php_printf' sapi/cli/php_cli.lo(.text+0x159): In function `print_extensions': : undefined reference to `zend_extensions' sapi/cli/php_cli.lo(.text+0x164): In function `print_extensions': : undefined reference to `zend_llist_copy' sapi/cli/php_cli.lo(.text+0x17e): In function `print_extensions': : undefined reference to `zend_llist_sort' sapi/cli/php_cli.lo(.text+0x199): In function `print_extensions': : undefined reference to `zend_llist_apply_with_argument' sapi/cli/php_cli.lo(.text+0x1a4): In function `print_extensions': : undefined reference to `zend_llist_destroy' sapi/cli/php_cli.lo(.text+0x1e0): In function `sapi_cli_ub_write': : undefined reference to `php_handle_aborted_connection' sapi/cli/php_cli.lo(.text+0x21e): In function `sapi_cli_flush': latest stable snapshot - same behavior can reproduce with 4.4.2, 4.4.3 and latest snapshot Expected result: ---------------- build successfull Actual result: -------------- see description -- Edit bug report at http://bugs.php.net/?id=38373&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38373&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38373&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38373&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38373&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38373&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38373&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38373&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38373&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38373&r=support Expected behavior: http://bugs.php.net/fix.php?id=38373&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38373&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38373&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38373&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38373&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38373&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38373&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38373&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38373&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38373&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38373&r=mysqlcfg
