php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #445 failure to locate file 'libpq-fe.h'
Submitted: 1998-06-07 22:41 UTC Modified: 1998-07-18 08:32 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: bill at netroplex dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Final Release OS: RedHat v5.0
Private report: No CVE-ID: None
 [1998-06-07 22:41 UTC] bill at netroplex dot com
[bill@localhost php-3.0]$ make
gcc -g -O2 -O2   -I. -I.   -I../apache_1.3.0/src/include -I../apache_1.3.0/src/os/unix         -I/usr/local/pgsql/include          -c internal_functions.c -o internal_functions.o
In file included from internal_functions.c:60:
functions/php3_pgsql.h:77: libpq-fe.h: No such file or directory
functions/php3_pgsql.h:78: libpq/libpq-fs.h: No such file or directory
make: *** [internal_functions.o] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-18 08:32 UTC] zeev
These files should be in your /usr/local/pgsql/include directory.  If they're not, you're probably using a PostgreSQL version
earlier than 6.2, in which case you'd have to upgrade (6.1 has been reported to also work, but has never been tested by any of
the developers).  If you're using PostgreSQL 6.2 or later and the files libpq-fe.h and libpq/libpq-fs.h do not exist under
/usr/local/pgsql/include, you either don't have PostgreSQL installed on /usr/local/pgsql, or don't have it properly installed...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 04:01:27 2024 UTC