Re: Fwd: Problem installing Postgresql on MDK10.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: Problem installing Postgresql on MDK10.0
Дата
Msg-id 638.1100629034@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fwd: Problem installing Postgresql on MDK10.0  ("Alejandro D. Burne" <alejandro.dburne@gmail.com>)
Список pgsql-general
"Alejandro D. Burne" <alejandro.dburne@gmail.com> writes:
> I'll be trying to install postgres 8.0b1/b4; when I make the config a
> message appear:

> "configure: error: readline library not found"

> $ rpm -qa | grep readline
> libreadline4-4.3-7mdk
> libreadline4-devel-4.3-7mdk

Try looking at the config.log output in the part where it's trying to
find readline (should be near the end); the link error messages may be
enlightening.  If not, try "ldd" on the readline library file to see
what its dependencies are --- the best theory I have is that you are
missing some library it requires.  (It ain't necessarily termcap.)
Of course if you are this would indicate a packaging mistake for
libreadline, because it should have had an RPM dependency on whatever
it needs.

            regards, tom lane

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: How to deal with almost recurring data?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PGCLIENTENCODING behavior of current CVS source