Re: PHP Install with Postgres support.

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Stuart Grimshaw <stuart(at)smgsys(dot)fsnet(dot)co(dot)uk>
Cc: Postgres-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PHP Install with Postgres support.
Date: 2000-06-22 17:55:22
Message-ID: 3952530A.1876B558@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stuart Grimshaw wrote:

> I know that this isn't strictly Postgres, but it is "generally" :-)

> I'm trying to install PHP with Postgres support, and it falls over because
> it can't find libpq-fe.so

> What is this file, I assume I need to rebuild Postgres with some option or
> other enabled (My install is from the V7 RPM's at the moment).

PHP RPM's are available for RedHat 6.2 that should work with the V7
RPMs. Barring that, you can set the PHP stuff up to look in
/usr/include/pgsql for its headers, set the library search path to look
in /usr/lib, and note that the database is in /var/lib/pgsql/data.

Of course, if you prefer installing from source....
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert D. Nelson 2000-06-22 18:14:00 RE: PHP Install with Postgres support.
Previous Message Stuart Grimshaw 2000-06-22 16:46:38 Re: PHP Install with Postgres support.