php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1228 PHP with Informix-Support doesn't compile
Submitted: 1999-03-11 18:09 UTC Modified: 1999-08-28 15:09 UTC
From: dnehring at telemedia dot de Assigned: Danny (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: Solaris 2.6
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: dnehring at telemedia dot de
New email:
PHP Version: OS:

 

 [1999-03-11 18:09 UTC] dnehring at telemedia dot de
I can't compile php-3.0.7 with Informix-Support enable (Clientsdk.2.20.UC1). the order of the arguments for the final linking seems to be a little bit broken. I haven't figured out the correct argument order, but the following works for me:

gcc -shared -s -O3 -DSOLARIS2=260 -fpic -DSHARED_MODULE -I/usr/local/tm/apache-1.3.4/include -o mod_php3.so mod_php3.c /usr/local/ius/release/lib/esql/checkapi.o libmodphp3-so.a -Wl,-R/usr/ucblib -Wl,-R/usr/local/tm/mysql/lib/mysql -L/usr/local/tm/mysql/lib/mysql -lmysqlclient -lldapssl30 -Wl,-R/usr/local/ius/release/lib -Wl,-R/usr/local/ius/release/lib/esql -L/usr/local/ius/release/lib -L/usr/local/ius/release/lib/esql -lifsql -lifasf -lifgen -lifos -lifgls -lifglx -lgd -lpdf -lm -lpam

(with some other packages). You should try to recompile it, you will see the problem. Btw., I use egcs-1.0.3a.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-28 15:09 UTC] danny at cvs dot php dot net
Too old, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 21 02:01:27 2024 UTC