Re: CVS Head psql bug? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CVS Head psql bug?
Date
Msg-id 23452.1214427778@sss.pgh.pa.us
Whole thread Raw
In response to CVS Head psql bug?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> I'm getting following error while envoking psql:
> $ psql
> psql: symbol lookup error: /usr/lib/libreadline.so.5: undefined symbol: BC

I believe this is the typical symptom of failing to link to the correct
variant of curses/termcap needed by readline.  We haven't changed the
code around that in awhile --- is this a different platform than you've
used before?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: GIT repo broken
Next
From: Nick
Date:
Subject: Re: Creating a VIEW with a POINT column