Re: Read line feature

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dorin Grunberg <dorin(at)visgen(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Read line feature
Date: 2001-04-16 18:55:12
Message-ID: 17137.987447312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dorin Grunberg <dorin(at)visgen(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2001-04-16 19:32:30 Re: Read line feature
Previous Message Dorin Grunberg 2001-04-16 18:42:44 Re: Read line feature