php 4.2 postgresql 7.3 help

From: Randall Smith <netmail(at)tnr(dot)cc>
To: pgsql-general(at)postgresql(dot)org
Subject: php 4.2 postgresql 7.3 help
Date: 2003-01-29 06:10:32
Message-ID: sfKZ9.30506$iW3.1546098@twister.austin.rr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using the redhat 8 php 4.2.2 installation and postgresql 7.3.1 rpm
from here:
ftp://ftp10.us.postgresql.org/pub/postgresql/binary/v7.3.1/RPMS/redhat-8.0

After upgrading to postgresql 7.3, my php-postgresql (pgsql.so)
extension will not load. This is the error in my apache error log:

PHP Warning: Unable to load dynamic library '/usr/lib/php4/pgsql.so' -
libpq.so.2: cannot open shared object file: No such file or directory in
Unknown on line 0

I looked for libpq.so.2 and could not find it, but I did find libpq.so.3
and libpq.so.3.0 in /usr/lib. I guess libpq.so.3 is from the postgresql
upgrade.

I know that I could probably downgrade to postgresql 7.2, but I would
like to keep 7.3 if possible. (I like the new drop column feature).

Any help would be much appreciated.

Randall

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar<shridhar_daithankar@persistent.co.in> 2003-01-29 06:14:13 Re: Using RSYNC for replication?
Previous Message Tom Lane 2003-01-29 06:00:43 Re: Getting results from a dynamic query in PL/pgSQL