How did you install PHP & Apache? Did you configure & compile the
sources or get the rpm's from somewhere? If you're compiling PHP from
the sources, you need to configure PHP with the --with-pgsql switch. You
can check whether this is the problem (i.e. missing pgsql support) by
making a page that
on 10/8/00 1:32 PM, Frank Joerdens at [EMAIL PROTECTED] wrote:
>> At a guess, I would say that you are probably missing an .rpm for the
>> postgres-client or pgsql-client, but that is based on my view dealings with
>> Red Hat.
>
> Yep. That's what it sounds like.
I had downloaded and installed
> For a production machine, I typically build and install my entire
> "mission-critical" chain of apps. Postgres, PHP, Apache, etc. This helps
> avoid a few problems: Red Hat may suddenly upgrade to a newly incompatible
> version, or may just change a configuration.
I agree. I'd also compile P
On Sun, Oct 08, 2000 at 12:07:00PM -0400, John Tsombakos wrote:
> on 10/8/00 2:56 AM, Frank Joerdens at [EMAIL PROTECTED] wrote:
>
> No, I installed PostgreSQL and PHP with the RPM's, and I believe Apache was
> already installed when I installed Redhat.
>
> Please note that PHP _does_ work. I ca
on 10/8/00 2:56 AM, Frank Joerdens at [EMAIL PROTECTED] wrote:
> How did you install PHP & Apache? Did you configure & compile the
> sources or get the rpm's from somewhere? If you're compiling PHP from
> the sources, you need to configure PHP with the --with-pgsql switch. You
> can check whether
ctober 07, 2000 10:20 PM
Subject: [GENERAL] Trying to use PGSql with PHP
> I'm trying to setup PostgreSQL on Redhat Linux 6.2 and access it with PHP.
I
> have Apache installed and working, PHP installed and working, and
PostgreSQL
> installed and working. However, I'm tryi
I'm trying to setup PostgreSQL on Redhat Linux 6.2 and access it with PHP. I
have Apache installed and working, PHP installed and working, and PostgreSQL
installed and working. However, I'm trying to get PHP to talk to the
PostgreSQL system. I believe I need to install php-pgsql-3.0.15-2.rpm, but