php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4111 I can't link object files.
Submitted: 2000-04-11 21:33 UTC Modified: 2000-06-28 15:04 UTC
From: jjn at plaza dot snu dot ac dot kr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 1 OS: AIX 4.3.3.0.02
Private report: No CVE-ID: None
 [2000-04-11 21:33 UTC] jjn at plaza dot snu dot ac dot kr
I compiled php4.0 reading manual.
This manual exist http://www.php.net/manual
but like below, I failed 'make' command.
What can I do?

# make
.
.
.
.
ld: 0711-317 ERROR: Undefined symbol: .ldopen
ld: 0711-317 ERROR: Undefined symbol: .ldclose
ld: 0711-317 ERROR: Undefined symbol: .ldnshread
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.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-23 21:49 UTC] sas at cvs dot php dot net
Please try a current snapshot and let us know whether it works for you:

http://snaps.php.net

Configure with

$ CFLAGS=-ma
$ export CFLAGS
$ ./configure --enable-c9x-inline ...
 [2000-06-28 15:04 UTC] andi at cvs dot php dot net
There have been a lot of changes in the build system since then.
Please try PHP 4.0.1 which will be released tomorrow and open a new bug report if the problem persists.
Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 04 00:01:30 2024 UTC