php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1155 unable to compile php3 and apache in aix 4.2 have already included the libld.a
Submitted: 1999-02-17 09:15 UTC Modified: 2000-08-20 23:33 UTC
From: jhicks at gannett dot gmti dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: AIX 4.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jhicks at gannett dot gmti dot com
New email:
PHP Version: OS:

 

 [1999-02-17 09:15 UTC] jhicks at gannett dot gmti dot com
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-23 13:36 UTC] sas at cvs dot php dot net
Does this still occur with more recent releases of Apache and PHP?
 [2000-08-20 23:33 UTC] joey@php.net
Over a year old, no feedback...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 01:01:35 2025 UTC