php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13180 Unresolved Symbols in libphp4.sl when compiling with PostgreSQL support
Submitted: 2001-09-06 12:25 UTC Modified: 2001-12-05 19:00 UTC
From: macan at colband dot com dot br Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0.6 OS: hp-ux 11
Private report: No CVE-ID: None
 [2001-09-06 12:25 UTC] macan at colband dot com dot br
I was able to compile php without database support
and it worked fine for hp-ux 11, now I am trying to
make it use my PostgreSQL database, I gave the following
options to the configure script:

./configure --without-mysql --with-pgsql --with-apxs=/usr/local/apache-1.3.20/bin/apxs

PostgreSQL 7.1.3 is installed in the default
location /usr/local/pgsql

Make and make install go without problems until we
have to restart apache, when we are presented with:

     /usr/lib/dld.sl: Unresolved symbol: PQuntrace (code)  from /usr/local/apache-1.3.20/libexec/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: PQgetvalue (code)  from /usr/local/apache-1.3.20/libexec/libphp4.so
... <a lot of errors caused by symbols from libpq intentionally deleted>...
Cannot load /usr/local/apache-1.3.20/libexec/libphp4.so into server: Unresolved

All the unresolved symbols appear to come from libpq.sl
libtool presents us with this warning during compilation:

*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-05 19:00 UTC] yohgaki@php.net
This should be fixed in CVS and 4.1.0RC.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 15:01:32 2024 UTC