Re: problem with compiling with readline library - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: problem with compiling with readline library
Date
Msg-id 44672029.3050907@wildenhain.de
Whole thread Raw
In response to problem with compiling with readline library  ("Sebastian Małyska" <sebastian.malyska@gmail.com>)
List pgsql-general
Sebastian Ma?yska wrote:
> Hi all
>
> I have got a problem. I try to install postgresql ver.8.1.3. on the
> Debian (2.4.27-2-sparc64). I got message that readline does not found.
> So I downloaded readline 5.1 and instaled it. But I still can not
> install postgresql I recive the same message :( . I don't know what I am
> doing wrong. Maybe postgresql's config checkig unproper direction? So
> what can I do check it and change it? Direction of my readline is
> /usr/local/include/readline .

compiling or installing? If you install,
via apt-get install postgresql-8.1, there is no "problem with
compiling" but rather the chance of a depency problem which you
better report to the debian staff (or the package maintainer).

If you really build from source, you need the respective -dev
package of the libs postgres needs. In your case, its

libreadline5-dev - GNU readline and history libraries, development files

since the header files are needed during the linking.

Regards
Tino

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: rules: evaluate inputs in advance
Next
From: "Alejandro Michelin Salomon \( Adinet \)"
Date:
Subject: Diferences between functions criated in pg 8.0.4 and criated in pg 7.4.8