Re: php4 and postgresql 8.3

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Shad Keene <shadkeene(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: php4 and postgresql 8.3
Date: 2009-03-03 01:34:58
Message-ID: dcc563d10903021734n4c5d3435o692b899f1731f6e2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 2, 2009 at 6:29 PM, Shad Keene <shadkeene(at)hotmail(dot)com> wrote:
> We already have the postgresql installed and its working fine but I can't
> communicate with it using php4 that's installed. I can't find the php-pgsql
> module or the pgsql.so in php.ini.  So I'm getting an error on pg_connect.
> Any suggestions on what to do from here?

sudo yum install php-pgsql*

maybe

sudo rpm --install php-pgsql.rpm

or whatever the file name is. If you're that unfamiliar with Red Hat,
making you live with RHEL3 is not gonna help things. I don't even
know if it has yum, so you get to have all the fun of rpm dependency
resolution solving by yourself.

Honestly, If I was on an OS that old I'd probably just compile
everything from source.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Fernando Moreno 2009-03-03 01:35:18 Re: Log en Postgresql 8.1.11
Previous Message Shad Keene 2009-03-03 01:29:20 Re: php4 and postgresql 8.3