Re: psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql
Дата
Msg-id 2411.1088003052@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql  (Carlos Ojea Castro <carlosojea@leveltelecom.es>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: setting autocommit off in pgsql
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: simultaneous use of JDBC and libpq