Re: Problem installing Postgresql on MDK10.0

Lists: pgsql-ports
From: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: Problem installing Postgresql on MDK10.0
Date: 2004-11-15 14:07:14
Message-ID: 8398dc6d04111506074a21753a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

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

Then I try;

$ ./configure --with-libraries=/lib --with-includes=/usr/include/readline
(where the libs are)

I read a message from Tom Lane talking about termcap, it's installed too.

The same problem occurs with zlib.

I fix it skipping both libs with

./configure --without-readline --without-zlib

but...

Alejandro


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Problem installing Postgresql on MDK10.0
Date: 2004-11-21 14:05:40
Message-ID: 200411211505.40975.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

Alejandro D. Burne wrote:
> "configure: error: readline library not found"
>
> $ rpm -qa | grep readline
> libreadline4-4.3-7mdk
> libreadline4-devel-4.3-7mdk

Please check the config.log file. It should contain the error messages
by the compiler or the linker that tell why readline could not be found
or used properly.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/