Re: Problem with configure script in 7.3.2.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Regan, Kevin" <kregan(at)amazon(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem with configure script in 7.3.2.
Date: 2003-02-17 02:26:22
Message-ID: 1121.1045448782@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Regan, Kevin" <kregan(at)amazon(dot)com> writes:
> It doesn't seem to find readline even though I have it installed on my Linu=
> x system. In particular, it seems to be attempting to include <readline.h>=
> rather than <readline/readline.h>. In addition, it is not linking in the =
> -lcurses library. It seems that these are both needed for the latest versi=
> on of readline.

I don't think so. The configure script checks for readline/readline.h
*first*. And it will include -lcurses if needed to link readline.

Given that there is no one else reporting such problems on Linux,
I think there's something pretty broken about your local configuration.
Beyond the obvious "did you install readline-devel too?", I can't help
without more details.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-02-17 02:37:00 Re: Problem with configure script in 7.3.2.
Previous Message Brian Catlin 2003-02-17 01:43:25 Windows binaries for 7.3.2?