Re: psql undefined symbol error on Ubuntu - Mailing list pgsql-novice

From stuart@stuartbishop.net
Subject Re: psql undefined symbol error on Ubuntu
Date
Msg-id fwx73hm8lzryman4hyUYAxe124vaj_firegpg@mail.gmail.com
Whole thread Raw
In response to psql undefined symbol error on Ubuntu  ("Harsha Hegde" <harsha.hegde@vonage.com>)
List 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/


Attachment

pgsql-novice by date:

Previous
From: raghu ram
Date:
Subject: Re: psql undefined symbol error on Ubuntu
Next
From: John Gardner
Date:
Subject: Skipping errors when running scripts