php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4723 I specified --with-pgsql but I find out that it was not compiled in php shared
Submitted: 2000-05-31 12:44 UTC Modified: 2000-07-14 23:21 UTC
From: catab at deuroconsult dot ro Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 4.0.0 Release OS: Linux 2.2.15
Private report: No CVE-ID: None
 [2000-05-31 12:44 UTC] catab at deuroconsult dot ro
Try ./configure --with-pgsql=shared,/usr/local/pgsql

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-31 12:53 UTC] catab at deuroconsult dot ro
I forgot to add that i compile php with APXS.
 [2000-07-14 23:21 UTC] jah at cvs dot php dot net
Of course it is not compiled *in*php because you explicitly asked it to be compiled
as a shared module that you must specify yourself in php.ini, if you want it to be
loaded. Or if you mean something else, like pgsql.so not being created at all, please
state that clearly. Anyway, in current version there doesn't seem to be any problem,
so closing.

Note that LD_LIBRARY_PATH *must* be set. See bug id #4575 for the explanation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC