Re: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found
Дата
Msg-id 20070228184215.GD3157@svana.org
обсуждение исходный текст
Ответ на /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found  (Dino Vliet <dino_vliet@yahoo.com>)
Список pgsql-general
On Wed, Feb 28, 2007 at 10:04:06AM -0800, Dino Vliet wrote:
> Hi folks,
>
> when I start pgadmin3 on my system I get the following error:
>
> /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found, required by "pgadmin3"
>
> The only thing I have done lately is upgrade the database to 8.2 in
> the freebsd ports system. Pgadmin did work in the past, so what could
> be the problem? I have a amd64 system running freebsd version 6.1.

Undoubtably you've now got libpq.so.5 installed. You didn't have to
delete the old library (though I imagine it was done for you)

> I haven't had the time to check out the postgresql database I had backed up.
> Will I experience problems because of this?

The backend doesn't require the client library, so it's ok. If other
stuff works you got a library that works, just not the right one for
pgadmin.

Two options:
1) Recompile pgadmin for the new libpq
2) Install the old libpq as well as the new one

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Dino Vliet
Дата:
Сообщение: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: grant on sequence and pg_restore/pg_dump problem