Re: Fwd: Problem installing Postgresql on MDK10.0 - Mailing list pgsql-general

From Tom Lane
Subject Re: Fwd: Problem installing Postgresql on MDK10.0
Date
Msg-id 638.1100629034@sss.pgh.pa.us
Whole thread Raw
In response to Fwd: Problem installing Postgresql on MDK10.0  ("Alejandro D. Burne" <alejandro.dburne@gmail.com>)
List 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 by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: How to deal with almost recurring data?
Next
From: Tom Lane
Date:
Subject: Re: PGCLIENTENCODING behavior of current CVS source