From: | Greg Smith <gsmith(at)gregsmith(dot)com> |
---|---|
To: | Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> |
Cc: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: SVN and Postgres 8.3 |
Date: | 2009-07-31 04:29:16 |
Message-ID: | alpine.GSO.2.01.0907310017210.7409@westnet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, 30 Jul 2009, Phoenix Kiula wrote:
> svn: error while loading shared libraries: libpq.so.4: cannot open
> shared object file: No such file or directory
I'll bet you installed an RPM at some point with "--force" when you
shouldn't have when installing the new PostgreSQL versions. The package
that contains libpq.so.4 (postgresql-libs is the standard one) is used by
a lot of things and that's the only way I know of to end up in the spot
you're in.
There's a long guide to working around the issues you run into converting
from the stock PostgreSQL version to using the newer ones at
http://www.westnet.com/~gsmith/content/postgresql/pgrpm.htm you should
take a look at to see how to avoid getting stuck in this position again,
and all you probably need to do to get out of your current jam is grab the
compat-postgresql-libs packages from the same place you grabbed the rest
of 8.3 from in order to put back libpq.so.4.
--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD
From | Date | Subject | |
---|---|---|---|
Next Message | Costin Grigoras | 2009-07-31 04:56:32 | Re: why is autovacuum still ongoing even if set to off ? |
Previous Message | Christine Desmuke | 2009-07-31 01:25:15 | Make check fails on 8.3.7 |