Re: psql: relocation error: psql: undefined symbol:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql: relocation error: psql: undefined symbol:
Дата
Msg-id 23594.1074829228@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql: relocation error: psql: undefined symbol:  (Reece Hart <reece@in-machina.com>)
Список pgsql-general
Reece Hart <reece@in-machina.com> writes:
> On Thu, 2004-01-22 at 16:13, Phil Campaigne wrote:
>> psql: relocation error: psql: undefined symbol: PQgetssl

> I vaguely remember seeing a similar message when I inadvertently
> mismatched versions of psql and libpq. I think that the problem was psql
> resolving to the wrong libpq, but this is an old memory.

This undoubtedly indicates that you have an SSL-enabled psql that is
trying to use a non-SSL-enabled libpq.so.  So (a) you were not
consistent about your configure options between 7.3.2 and 7.3.4
--- you might want to look and see if there were any other unintentional
changes; and (b) your ldconfig or LD_LIBRARY_PATH setup is finding the
"wrong" version of libpq.so.  Reece's suggestion to use ldd will help
you figure out what's up with (b).

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Support for functions returning mutliple result sets?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Upcoming events