php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4405 Apache compile dies while trying to load Zend symbols
Submitted: 2000-05-11 14:08 UTC Modified: 2000-07-24 18:40 UTC
From: watzkej at hotmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 2 OS: AIX 4.3
Private report: No CVE-ID: None
 [2000-05-11 14:08 UTC] watzkej at hotmail dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-06 23:34 UTC] watzkej at hotmail dot com
I found a small work around for the moment is to use the gcc compiler instead of IBM cc.  I still can't get IBM cc to compile php4.  This is not surprising to me though.
 [2000-07-24 18:40 UTC] derick@php.net
User reported that it works with gcc, so closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC