From: | Bernd Helmle <mailings(at)oopsware(dot)de> |
---|---|
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 20:43:24 |
Message-ID: | F2BAB3659903125D302654B0@sparkey.oopsware.intra |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
--On Dienstag, November 16, 2004 17:39:12 +0100 "Alejandro D. Burne"
<alejandro(dot)dburne(at)gmail(dot)com> wrote:
> Sorry, but no reply on pgsql-ports(at)postgresql(dot)org(dot)
>
> ---------- Forwarded message ----------
> From: Alejandro D. Burne <alejandro(dot)dburne(at)gmail(dot)com>
> Date: Mon, 15 Nov 2004 15:00:58 +0100
> Subject: Problem installing Postgresql on MDK10.0
> To: pgsql-ports(at)postgresql(dot)org
>
>
> I'll be trying to install postgres 8.0b1/b4; when I make the config a
> message appear:
>
running MDK 10.0, but no problem here (and never had).
> "configure: error: readline library not found"
>
> $ rpm -qa | grep readline
> libreadline4-4.3-7mdk
> libreadline4-devel-4.3-7mdk
>
> Then I try;
>
> $ ./configure --with-libraries=/lib --with-includes=/usr/include/readline
> (where the libs are)
Try running "ldconfig" and look if /lib contains valid links to
libreadline.so.4(.3). Also try ldconfig -p to examine the linker cache
then. /lib looks like this on my MDK 10.0 installation then:
libreadline.so -> libreadline.so.4.3
libreadline.so.4 -> libreadline.so.4.3
libreadline.so.4.1 -> ../lib/libreadline.so.4
libreadline.so.4.2 -> ../lib/libreadline.so.4
libreadline.so.4.3
[...]
--
Bernd
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2004-11-16 20:44:43 | Re: OID's |
Previous Message | Troels Arvin | 2004-11-16 20:33:28 | How to overload POSITION |