[PHP-DEV] PHP 4.0 Bug #4405: Apache compile dies while trying to load Zend symbols From: watzkej <email protected>
Date: 05/11/00

From: watzkej <email protected>
Operating system: AIX 4.3
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Compile Failure
Bug description: Apache compile dies while trying to load Zend symbols

When apache_1.3.12 is building and is gets into the src/modules directory, the build fails with this output:

  -DAIX=43 -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -I/ossc_dev/src/build2/php-4.0RC2 -I/ossc_dev/src/build2/php-4.0RC2/Zend -I/ossc_dev/src/build2/php-4.0RC2/Zend -I/ossc_dev/src/build2/php-4.0RC2 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -lm -o httpd buildmark.o modules.o modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -ldl -lbind -lm -ldl -lcrypt
ld: 0711-317 ERROR: Undefined symbol: .alloca
ld: 0711-317 ERROR: Undefined symbol: .safe_free_zval_ptr
ld: 0711-317 ERROR: Undefined symbol: .zend_assign_to_variable_reference
ld: 0711-317 ERROR: Undefined symbol: .i_zend_is_true
ld: 0711-317 ERROR: Undefined symbol: .zend_ptr_stack_clear_multiple
ld: 0711-317 ERROR: Undefined symbol: .zend_ptr_stack_get_arg
ld: 0711-317 ERROR: Undefined symbol: .is_numeric_string
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.

  I read the FAQ and tried to put in the line in the src/Configuration file but it still breaks.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>