Re: SVN and Postgres 8.3

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: SVN and Postgres 8.3
Дата
Msg-id alpine.GSO.2.01.0907310017210.7409@westnet.com
обсуждение исходный текст
Ответ на SVN and Postgres 8.3  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Ответы Re: SVN and Postgres 8.3
Список 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@gregsmith.com http://www.gregsmith.com Baltimore, MD

В списке pgsql-general по дате отправления:

Предыдущее
От: Christine Desmuke
Дата:
Сообщение: Make check fails on 8.3.7
Следующее
От: Costin Grigoras
Дата:
Сообщение: Re: why is autovacuum still ongoing even if set to off ?