Re: Problem with configure script in 7.3.2.

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


Tom,

Thanks for the reply. If this is working for others, then it is almost certainly a configuration issue on my machine. I do not have readline-devel installed -- I'll look into getting this.

--Kevin

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Sunday, February 16, 2003 6:26 PM
To: Regan, Kevin
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] Problem with configure script in 7.3.2.

"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

Browse pgsql-bugs by date

  From Date Subject
Next Message Marek Wrbel 2003-02-18 08:40:31 my schema + sql function
Previous Message Sean Chittenden 2003-02-17 12:42:03 Re: Regression testing failure: float8...