ID:               38373
 Updated by:       [EMAIL PROTECTED]
 Reported By:      phpbug at dodgeit dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Debian Sarge
 PHP Version:      4.4.3
 New Comment:

make clean && make
If that doesn't help - please provide more information about your
system.


Previous Comments:
------------------------------------------------------------------------

[2006-08-08 04:38:13] phpbug at dodgeit dot com

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 this bug report at http://bugs.php.net/?id=38373&edit=1

Reply via email to