php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1146 BugID #932 still seems to alive and kicking
Submitted: 1999-02-13 19:04 UTC Modified: 1999-02-13 19:06 UTC
From: bobby at BabelTech dot dk Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.6 OS: RedHat 5.2 / kernel 2.1.131
Private report: No CVE-ID: None
 [1999-02-13 19:04 UTC] bobby at BabelTech dot dk
In addition to the description of BugID #932, I can add that this
only seems to be a problem when using "configure --with-mysql ...."
in which case the "make" in "./apache-1.3.4" fails with the following message:

===> src/modules/php3
gcc -c  -I../../os/unix -I../../include   -DLINUX=2 -DMOD_SSL=202102 -DMOD_PERL -DUSE_HSREGEX -DEAPI `../../apaci` -fpic -DSHARED_MODULE  mod_php3.c && mv mod_php3.o mod_php3.so-o
rm -f libphp3.so
ld -Bshareable -o libphp3.so mod_php3.so-o libmodphp3-so.a  -Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3 -lgdbm         -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql -lmysqlclient      -L/usr/local/lib -lpq     -lz   /usr/local/lib/c-client.a         -lttf -lgd -lm -ldl -lcrypt -lnsl  -lresolv  -lm -lcrypt -ldl
ld: unrecognized option `-Wl,-rpath,/usr/local/lib/mysql'
make[4]: *** [libphp3.so] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/src/other/apache_1.3.4/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/src/other/apache_1.3.4'
make: *** [build] Error 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-13 19:06 UTC] rasmus
This was fixed in CVS and will be in 3.0.7.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 12:01:33 2024 UTC