Re: Newbie: More readline woes.

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Newbie: More readline woes.
Дата
Msg-id 106116837.1036359076@liza
обсуждение исходный текст
Ответ на Newbie: More readline woes.  (john-paul delaney <jp@justatest.com>)
Ответы Re: Newbie: More readline woes.
Список pgsql-general
Hi,

....
> I'm trying to install postgresql 7.2.3 after removing
> the rpm installation (which worked ok with readline) on RH7.3.  My
> problem is that the output of configure states:
> ...
> checking for readline... no
> ...
> with the result that postgresql installs ok but I don't have any
> command-line history.  Readline .so files are installed on /usr/lib and
> the header files in /usr/include/readline.
>
> This is my configure command:
>
> ./configure  --enable-multibyte '--enable-nls='it fr de'
> --with-openssl=/usr/share/ssl --enable-syslog --with-includes=/usr/include
> --with-libraries=/usr/lib
>
> Any suggestions to figure out why it's not recognizing readline already
> installed are greatly appreciated.
>
> (If I install from rpms command-line history works - but I'd like to use
> the latest version and install to /usr/local/pgsql instead of redhat's
> default /usr/lib/pgsql)

This is because you need libreadline-devel (say the header files) to compile
a piece of software for it. You dont need the header files with already
compiled binaries.

Does this help you?

Regards
Tino

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

Предыдущее
От: "Robert John Shepherd"
Дата:
Сообщение: ODBC: Could not send Query to backend; Socket has been closed
Следующее
От: john-paul delaney
Дата:
Сообщение: Re: Newbie: More readline woes.