Re: Read line feature - Mailing list pgsql-novice

From Tom Lane
Subject Re: Read line feature
Date
Msg-id 17137.987447312@sss.pgh.pa.us
Whole thread Raw
In response to Re: Read line feature  (Dorin Grunberg <dorin@visgen.com>)
Responses Re: Read line feature  (Dorin Grunberg <dorin@visgen.com>)
List pgsql-novice
Dorin Grunberg <dorin@visgen.com> writes:
> When I am running:
> ./configure --with-perl --with-includes=/usr/local/include/readline
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Try just --with-includes=/usr/local/include.  It shouldn't be necessary
to point it directly at the readline subdirectory.

> checking for readline/readline.h... (cached) yes
> checking for readline/history.h... (cached) no

Seems odd that you would have readline.h and not history.h.  What
version of libreadline do you have installed, anyway?

            regards, tom lane

pgsql-novice by date:

Previous
From: Dorin Grunberg
Date:
Subject: Re: Read line feature
Next
From: Dorin Grunberg
Date:
Subject: Re: Read line feature