Re: Configure fails to find readline libraries

From: Jeffrey Trimble <jtrimble(at)cc(dot)ysu(dot)edu>
To: Scott Mead <scott(dot)lists(at)enterprisedb(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Configure fails to find readline libraries
Date: 2009-05-19 23:08:10
Message-ID: 28E5924F-093E-4E8A-9AF8-B8E08F0DBC2A@cc.ysu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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)
jtrimble(at)cc(dot)ysu(dot)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
> <jtrimble(at)cc(dot)ysu(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Mead 2009-05-19 23:10:24 Re: Configure fails to find readline libraries
Previous Message Tom Lane 2009-05-19 23:00:23 Re: Providing an alternative result when there is no result