Re: readline library not found - Mailing list pgsql-novice

From Tom Lane
Subject Re: readline library not found
Date
Msg-id 18582.1193332672@sss.pgh.pa.us
Whole thread Raw
In response to readline library not found  ("G. J. Walsh" <gjwalsh@dscdirectionalservices.com>)
List pgsql-novice
"G. J. Walsh" <gjwalsh@dscdirectionalservices.com> writes:
> ./configure \
> --without-docdir \
> --with-libs=/usr/local/lib
> --with-includes=/usr/local/include/readline \
> --with-pgport=5432 \
> --with-openssl

> This results in one error: 'readline library not found', even 'though I
> specified the directories for readlines libraries and includes.

> In /usr/local/lib are:

> libreadline.a
> libreadline.so -> libreadline.so.5
> libreadline.so.5 -> libreadline.so.5.2
> libreadline.so.5.2

Looks like it should work.  Look into config.log to see exactly what
errors the linker reported when doing the trial link.  (This will be
some ways above the end of the file, because configure spits out
values of all its internal variables before failing.)

            regards, tom lane

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: template1 changes in pre-existing databases
Next
From: "G. J. Walsh"
Date:
Subject: Re: readline library not found