Re: psql - Mailing list pgsql-general

From Tom Lane
Subject Re: psql
Date
Msg-id 2411.1088003052@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
List pgsql-general
Carlos Ojea Castro <carlosojea@leveltelecom.es> writes:
> I get this message:
> debian-ojea:/home/carlos# psql buques_db
> /usr/lib/postgresql/bin/psql: relocation error:
> /usr/local/lib/libreadline.so.4: undefined symbol: BC
>
> I made 'apt-get install postgresql', but it was an old version, so I
> purged it and then I compile and install 7.4.1 from source...

Did you upgrade readline since then?  Because this sure looks like
readline's problem not ours.

The only thing I can think of is to rebuild Postgres and see if it works
better.  (You might as well update to PG 7.4.3 while you're at it.)

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: setting autocommit off in pgsql
Next
From: Richard Huxton
Date:
Subject: Re: simultaneous use of JDBC and libpq