Re: Configure fails to find readline libraries

From: Scott Mead <scott(dot)lists(at)enterprisedb(dot)com>
To: Jeffrey Trimble <jtrimble(at)cc(dot)ysu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Configure fails to find readline libraries
Date: 2009-05-19 22:56:12
Message-ID: d3ab2ec80905191556o1411e789w1d94f9111c6853d3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 Tom Lane 2009-05-19 23:00:23 Re: Providing an alternative result when there is no result
Previous Message Jeffrey Trimble 2009-05-19 22:34:05 Configure fails to find readline libraries