configure readline error

From: John McGloughlin <johnmac(at)mcgloughlingroup(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: configure readline error
Date: 2003-06-18 04:02:54
Message-ID: 3EEFE46E.20007@mcgloughlingroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

I'm having trouble with ./configure for Postgres 7.3.3 on a RH7.3 i686
system.
....
checking for readline... no
readline library not found
if you have readline already installed .....

I've gone through config.log and it looks like it searches the correct
locations.

I have gnu readline 4.1 installed and can find libs in
/usr/local/lib/libreadline.a and headers in
/usr/local/lib/include/readline/*.h.

I configured with ./configure
--with-includes=/usr/local/lib:/usr/local/lib/include/readline
--with-libraries=/usr/local/lib:/usr/local/lib/include/readline
--with-perl --with-openssl --with-syslog

Unfortunately I keep getting the error. I've searched numerous lists,
groups, faqs, etc. but cannot seem to resolve the issue. Any help would
be greatly appreciated.

Thanx in advance!

johnmac

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-06-18 04:38:08 Re: configure readline error
Previous Message Tom Lane 2003-06-17 23:39:04 Re: postmaster dead but backends still running?