Re: Fwd: Problem installing Postgresql on MDK10.0

From: Kaloyan Iliev Iliev <news1(at)faith(dot)digsys(dot)bg>
To: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: Problem installing Postgresql on MDK10.0
Date: 2004-11-17 10:49:48
Message-ID: 419B2CCC.6020400@faith.digsys.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have the same problem and I solved it. This question then was asked
and I answer it. Try looking at the google and you will find it.
In general - Open the package manager and searche for keyword "redline".
The neccessary library will apper and you just will have to install it.

Regards,

Kaloyan

Alejandro D. Burne 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:
>
>"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
>
>---------------------------(end of broadcast)---------------------------
>TIP 8: explain analyze is your friend
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Konstantin Danilov 2004-11-17 11:09:03 PostgreSQL certification
Previous Message Ian Barwick 2004-11-17 10:48:39 Re: Transactions in different DB