Re: Trouble connecting locally after 9.2.4 upgrade

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trouble connecting locally after 9.2.4 upgrade
Дата
Msg-id 9736.1365105359@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trouble connecting locally after 9.2.4 upgrade  ("Campbell, Lance" <lance@illinois.edu>)
Ответы Re: Trouble connecting locally after 9.2.4 upgrade  ("Campbell, Lance" <lance@illinois.edu>)
Список pgsql-admin
"Campbell, Lance" <lance@illinois.edu> writes:
> Error:
> psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams

This looks like psql is picking up a rather ancient version of libpq.so.
Applying ldd or local equivalent to the psql executable would help you
figure out where it's getting that library from.  Bottom line though is
probably that you forgot to worry about rpath or something similar while
configuring the new build.

            regards, tom lane


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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: Trouble connecting locally after 9.2.4 upgrade
Следующее
От: "Campbell, Lance"
Дата:
Сообщение: Re: Trouble connecting locally after 9.2.4 upgrade