Thanks, but that didn't work. Here's the complete error result from
that:
checking for -lreadline... no
checking for -ledit... no
configure: error: readline library not found
If you have readline already installed, see config.log for details on
the
failure. It is possible the compiler isn't looking in the proper
directory.
Use --without-readline to disable readline support.
Jeffrey Trimble
System LIbrarian
William F. Maag Library
Youngstown State University
330.941.2483 (Office)
jtrim...@cc.ysu.edu
http://www.maag.ysu.edu
http://digital.maag.ysu.edu
On May 19, 2009, at 6:56 PM, Scott Mead wrote:
On Tue, May 19, 2009 at 6:34 PM, Jeffrey Trimble
<jtrim...@cc.ysu.edu> wrote:
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
Before running configure, try
export CFLAGS="-I/usr/local/include -I/usr/local/include/readline"
export LDFLAGS="-L/usr/local/lib"
--Scott