Re: [PHP-BETA] config issue
[email protected] (Sascha Schumann) Tue, 22 Jun 1999 15:47:19 +0200
| Newsgroups | php.beta |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jun 22, 1999 at 09:40:16AM -0400, Brian Schaffner wrote:
> why did the postgresql configuration change? it use to work great using
> /usr/local/pgsql/include but now, it looks in /usr/local/include/pgsql ...
>
> if the change is going to stay - then we need to make some kind of BIG note
> and also change the config file so that it doesn't say that the default
> pgsql is /usr/local/pgsql (because it isn't).
The autoconf script checks for
/usr/local/include/pgsql
/usr/local/pgsql/include
/usr/local/include/postgresql
by default. If the directory exists, it will be included. The
beta tarball Jim released doesn't check for the 2nd option (you
had to specifiy --with-pgsql=/usr/local/pgsql normally).
--
Regards,
Sascha Schumann
Consultant