Re: psql undefined symbol error on Ubuntu

Поиск
Список
Период
Сортировка
От stuart@stuartbishop.net
Тема Re: psql undefined symbol error on Ubuntu
Дата
Msg-id fwx73hm8lzryman4hyUYAxe124vaj_firegpg@mail.gmail.com
обсуждение исходный текст
Ответ на psql undefined symbol error on Ubuntu  ("Harsha Hegde" <harsha.hegde@vonage.com>)
Список pgsql-novice

On Thu, Jul 9, 2009 at 3:54 AM, Harsha Hegde<harsha.hegde@vonage.com> wrote:
>
> Hello Friends,
>
> I have installed postgres client on an Ubuntu machine. However, when I
> try to run 'psql', I get this error message:
>
> # psql
> /usr/lib/postgresql/8.3/bin/psql: symbol lookup error:
> /usr/local/lib/libreadline.so.5: undefined symbol: PC

Something has installed libreadline in /usr/local/lib (the one the PostgreSQL packages are supposed to use is in /lib),
andsomehow you have configured things so this version takes precedence over the system installed one. Possibly you
installedsome software that wasn't a Debian or Ubuntu package and it has damaged your system?
 



-- 
Stuart Bishop <stuart@stuartbishop.net>
http://www.stuartbishop.net/


Вложения

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

Предыдущее
От: raghu ram
Дата:
Сообщение: Re: psql undefined symbol error on Ubuntu
Следующее
От: John Gardner
Дата:
Сообщение: Skipping errors when running scripts