Re: Fwd: Problem installing Postgresql on MDK10.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: Problem installing Postgresql on MDK10.0
Date: 2004-11-16 18:17:14
Message-ID: 638.1100629034@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Alejandro D. Burne" <alejandro(dot)dburne(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-11-16 18:29:36 Re: PGCLIENTENCODING behavior of current CVS source
Previous Message Csaba Nagy 2004-11-16 18:11:19 Re: How to deal with almost recurring data?