Date: 08/30/98
- Next message: david <email protected>: "[PHP-DEV] Bug #705: cosmetic (?) bug in "configure" output"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: bstudios <email protected>
Operating system: Red Hat Linux 5.0
PHP version: 3.0.3
PHP Bug Type: Compile Failure
Bug description:
The PHP3 configure script makes incorrect assumptions about the location of LIB and INCLUDE paths for PostgreSQL 6.3.x (and earlier ?) on Red Hat Linux 5.x (and earlier ?). When PostgreSQL is installed using the RPM packages provided by Red Hat, the INCLUDE directory is /usr/include/pgsql and the LIB directory is /usr/lib. configure assumes that both directories are braches off a common directory, as in /BASE/DIRECTORY/include and /BASE/DIRECTORY/lib.
I fixed the problem by changing the configure script to default to the RPM-provided paths, but those changes will probably break the script on other non-RPM operating systems. Perhaps a more flexible solution would be for configure to check for the existance of the RPM paths indicated above, and use them if available, otherwise fall back to the /BASE/DIRECTORY/... configuration that you use now.
-- 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>
- Next message: david <email protected>: "[PHP-DEV] Bug #705: cosmetic (?) bug in "configure" output"
- Previous message: rasmus: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

