|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-23 13:36 UTC] sas at cvs dot php dot net
[2000-08-20 23:33 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 06:00:01 2025 UTC |
unable to compile php3 and apache in aix 4.2 have already included the libld.a libdl.a in the Configure.tmpl (EXTRA_LIBS=-L/usr/ccs/lib -lld -L/usr/ccs/lib -ldl) but this doesn't seem to fix the problem. ?? <=== src/modules gcc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR `./apaci` modules.c gcc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR `./apaci` buildmark.c gcc -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR `./apaci` -lm \ -o httpd buildmark.o modules.o modules/php3/libphp3.a modules/htdl/libhtdl.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a -L/usr/ccs/lib -lld -L/usr/ccs/lib -ldl -Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3 -lm -ldl -lnsl -Lmodules/htdl -L../modules/htdl -lmodhtdl collect2: ld returned 8 exit status ld: 0711-317 ERROR: Undefined symbol: .oclose ld: 0711-317 ERROR: Undefined symbol: .ologof ld: 0711-317 ERROR: Undefined symbol: .oerhms ld: 0711-317 ERROR: Undefined symbol: .olog ld: 0711-317 ERROR: Undefined symbol: .oopen ld: 0711-317 ERROR: Undefined symbol: .ocon ld: 0711-317 ERROR: Undefined symbol: .oparse ld: 0711-317 ERROR: Undefined symbol: .obndra ld: 0711-317 ERROR: Undefined symbol: .odescr ld: 0711-317 ERROR: Undefined symbol: .odefin ld: 0711-317 ERROR: Undefined symbol: .oexfet ld: 0711-317 ERROR: Undefined symbol: .oexec ld: 0711-317 ERROR: Undefined symbol: .obreak ld: 0711-317 ERROR: Undefined symbol: .ofen ld: 0711-317 ERROR: Undefined symbol: .oflng ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make[2]: *** [target_static] Error 1 make[2]: Leaving directory `/dot/dc4/apache_1.3.4/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/dot/dc4/apache_1.3.4' make: *** [build] Error 2