[PHP-DEV] Bug #742: Update of bug #704 -- pgsql include path errors From: bstudios <email protected>
Date: 09/13/98

From: bstudios <email protected>
Operating system: Red Hat Linux 5.01
PHP version: 3.0.3
PHP Bug Type: Compile Failure
Bug description:
Please see bug #704 for the history of this problem.

In the response to my posting, the solution given was to specify the path to the PostgreSQL include files as "/usr". Unfortunately, that doesn't work, and no other *single* path does either. The script assumes that if a path is specified, then the corresponding include paths should be "<path>/include" and "<path>/lib". But for the Red Hat installation, that doesn't work.

If I pass in "/usr" then the resulting include paths are "/usr/include" and "/usr/lib". The actual paths are "/usr/include/pgsql" and "/usr/lib". So the LIB path is correct, but the INCLUDE path is wrong. And no path that I pass in will give me the correct INCLUDE path because it ends in "pgsql" not "include" as the script assumes.

I hope that clears up any confusion. Thank you.

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>