Re: psql error: cannot open libpq.so.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql error: cannot open libpq.so.3
Дата
Msg-id 25331.1064980132@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql error: cannot open libpq.so.3  (Phil Campaigne <pcampaigne@charter.net>)
Список pgsql-general
Phil Campaigne <pcampaigne@charter.net> writes:
> -bash-2.05b$ ldd /usr/local/pgsql/lib/libpq.so.3
>          libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001d000)
>          libresolv.so.2 => /lib/libresolv.so.2 (0x4004a000)
>          libnsl.so.1 => /lib/libnsl.so.1 (0x4005a000)
>          libc.so.6 => /lib/libc.so.6 (0x4006e000)
>          /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> -bash-2.05b$

> Tom, I'm not really sure what this is telling me.  What do I do next?

Chase the libraries to see which one has an unresolved reference.  All
those appear to be correctly resolved (ie, the linker found actual files
to list on the righthand side).  So your problem is another level down,
or possibly even several levels down.

            regards, tom lane

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

Предыдущее
От: Mike Leahy
Дата:
Сообщение: Did not find any relation named...
Следующее
От: Mike Leahy
Дата:
Сообщение: Re: Did not find any relation named...