Configure fails to find readline libraries

From: Jeffrey Trimble <jtrimble(at)cc(dot)ysu(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Configure fails to find readline libraries
Date: 2009-05-19 22:34:05
Message-ID: 43E17EA0-DE3C-4341-8588-2642604132F7@cc.ysu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm attempting to install 8.2x postgresql, and configure fails to find
the realine libraries.

Here's my configure:

./configure --with-includes=/usr/local/include:/usr/local/include/
readline --with-libraries=/usr/local/lib

The readline.h file is in the include directory and the lib has the
libreadline.so.6, etc.

We are using readline 6.0 on Suse Linux 11. (kernel version:
2.6.27.21-0.1-pae)

Any ideas why configure is not able to find the readline.h when I am
telling where it is?

Thanks in advance.

--Jeff

Jeffrey Trimble
System LIbrarian
William F. Maag Library
Youngstown State University
330.941.2483 (Office)
jtrimble(at)cc(dot)ysu(dot)edu
http://www.maag.ysu.edu
http://digital.maag.ysu.edu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Mead 2009-05-19 22:56:12 Re: Configure fails to find readline libraries
Previous Message Andy Colson 2009-05-19 21:59:48 Re: Help with join syntax sought