Re: Cursor keys not working, repost.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Grant <grant(at)conprojan(dot)com(dot)au>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Cursor keys not working, repost.
Date: 2001-05-10 02:26:26
Message-ID: 13966.989461586@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Grant <grant(at)conprojan(dot)com(dot)au> writes:
> I have installed all the header files from:
> /usr/src/redhat/SOURCES/readline-2.2.1 temporarily into
> /usr/local/include.

(1) Did you remove config.cache and rerun configure after installing the
headers? Maybe your problem is just that configure is caching the
not-found result ...

(2) readline 2.2.1 is really ancient; the current release is 4.2.
I'm not certain that we'd work with 2.2.1 even if you got past the
configure issue. You might need to update to a newer readline
library. (Caution: readline 4.2 is so new that PG 7.1 doesn't talk
to it. Recommended combination is rl 4.1 with PG 7.1, or rl 4.2
with PG >= 7.1.1.)

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Grant 2001-05-10 03:05:21 Re: Cursor keys not working, repost.
Previous Message Grant 2001-05-10 01:57:33 Cursor keys not working, repost.