php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2434 wrong sequence on compiler options in libphp4.module
Submitted: 1999-10-04 04:33 UTC Modified: 1999-10-17 10:00 UTC
From: tm at blom dot co dot id Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Latest CVS (04/10/1999) OS: HPUX 10.20
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tm at blom dot co dot id
New email:
PHP Version: OS:

 

 [1999-10-04 04:33 UTC] tm at blom dot co dot id
After doing make install on apache 1.3.9 and compiling, when the linking of apache
is being done:
cd ..; cc "-Ae" -I.  -I/store/lib/perl5/PA-RISC1.1/5.00404/CORE     helpers/dummy.c -o helpers/dummy   -L/store/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -L/store/store/bise04/php/src-991004-hp700ux10/ext/pcre/pcrelib -lpcre -L/store/store/bise04/php/src-991004-hp700ux10/regex -lregex   -lcrypt -L/store/lib -lgd -lifsql -lifasf -lifgen -lifos -lifgls -lnsl_s -lV3 -lcl -lsec /app/informix/lib/esql/checkapi.o -lifglx -L/app/informix/lib -L/app/informix/lib/esql     -lm    -Wl,-E -Wl,-B,deferred   -L/usr/local/lib /store/lib/perl5/PA-RISC1.1/5.00404/auto/DynaLoader/DynaLoader.a -L/store/lib/perl5/PA-RISC1.1/5.00404/CORE -lperl -lnet -lnsl_s -lndbm -ldld -lm -lc -lndir -lcrypt 
/usr/ccs/bin/ld: Can't find library for -lifsql

As can be seen, it's not able to find the Infomix libraries as they are specified before "-L/app/informix/lib -L/app/informix/lib/esql"

These options comes from the sapi/apache/libphp4.module file
Name: php4_module
ConfigStart
        RULE_WANTHSREGEX=yes
        LIBS=" -L/store/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php
4 -lmodphp4 -L/store/store/bise04/php/src-991004-hp700ux10/ext/pcre/pcrelib -lpc
re -L/store/store/bise04/php/src-991004-hp700ux10/regex -lregex  `/store/store/b
ise04/php/src-991004-hp700ux10/libzend/zend_config --libs` -lcrypt -L/store/lib 
-lgd -lifsql -lifasf -lifgen -lifos -lifgls -lnsl_s -lV3 -lcl -lsec /app/informi
x/lib/esql/checkapi.o -lifglx -L/app/informix/lib -L/app/informix/lib/esql     -
lm   $LIBS"
        RULE_HIDE=yes
        CFLAGS="$CFLAGS -I/store/store/bise04/php/src-991004-hp700ux10 -I/store/
store/bise04/php/src-991004-hp700ux10/libzend -I/store/store/bise04/php/src-9910
04-hp700ux10/libzend -I/store/store/bise04/php/src-991004-hp700ux10"
ConfigEnd

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-17 10:00 UTC] sas at cvs dot php dot net
Should be fixed. Please update your checkout and try again.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC