php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1080 Symbol referencing errors. [Informix]
Submitted: 1999-01-19 11:57 UTC Modified: 1999-08-28 15:11 UTC
From: andrews at zoo dot net dot uk Assigned: Danny (profile)
Status: Closed Package: Other
PHP Version: 3.0.6 OS: SunOS zoo1 5.5 Generic_103093-17
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: andrews at zoo dot net dot uk
New email:
PHP Version: OS:

 

 [1999-01-19 11:57 UTC] andrews at zoo dot net dot uk
Configure PHP with :
./configure  --prefix=/export/php3 --with-pgsql=/export/pgsql --enable-track-vars --with-apache=../apache_1.3.4 --with-informix --with-gd=../GD-1.18
make ; make install
cd ../apache_1.3.4
./configure --prefix=/export/apache --activate-module=src/modules/php3/libphp3.a
make then fails on the main httpd linking stage with :

 Undefined                       first referenced
 symbol                             in file
ifx_module_entry                    modules/php3/libphp3.a(internal_functions.o)
ld: fatal: Symbol referencing errors. No output written to httpd

[I'm using : 2.8.1 and Infomrix ClientSDK V:2.10.UC1 [eSQL 9.16.UC1]]
The httpd build line if :

cc  -DSOLARIS2=250 -DUSE_HSREGEX `./apaci`    \
      -o httpd buildmark.o modules.o modules/php3/libphp3.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a  -Lmodules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3 -lgdbm                -L/export/pgsql/lib -lpq         -L/export/informix/lib -L/export/informix/lib/esql -lifsql -lifasf -lifgen -lifos -lifgls -lnsl -lsocket -laio -ldl -lelf /export/informix/lib/esql/checkapi.o -lifglx       -lm -ldl -lsocket -lnsl  -lresolv  -lsocket -lnsl -ldl

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-28 15:11 UTC] danny at cvs dot php dot net
Too old, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC