Re: psql on red hat 7.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql on red hat 7.1
Дата
Msg-id 9271.995856445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql on red hat 7.1  (Justin Clift <justin@postgresql.org>)
Ответы Re: psql on red hat 7.1
Re: psql on red hat 7.1
Список pgsql-general
Justin Clift <justin@postgresql.org> writes:
> The symptoms you mention are what happens when PostgreSQL is compiled
> without the "readline" library(ies).  Normally the PostgreSQL
> "configure" program finds this if it's on your system, but I'm thinking
> that perhaps you don't have it installed or the "configure" program
> didn't find it for some reason.

Note that you need to have both the library itself and its header files.
If you installed 'em from RPMs that means you need both readline and
readline-devel RPMs.  Otherwise configure will decide you haven't got
readline installed...

            regards, tom lane

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

Предыдущее
От: newsreader@mediaone.net
Дата:
Сообщение: Re: psql on red hat 7.1
Следующее
От: "Willis, Ian (Ento, Canberra)"
Дата:
Сообщение: RE: Application Design and PostgreSQL