On Mon, Jul 23, 2001 at 10:23:51AM +1000, Justin Clift wrote:
> Hi,
>
> I'm guessing that you've compiled your own version of PostgreSQL 7.1.2.
>
> The symptoms you mention are what happens when PostgreSQL is compiled
> without the "readline" library(ies). Normally the PostgreSQL
> "configure" program finds this if it's on your system, but I'm thinking
> that perhaps you don't have it installed or the "configure" program
> didn't find it for some reason.
I compiled 7.1.2 myself
I now see that configure does not
find readline even though it is
installed
How should I tell configure
where to find it?
Thanks