Cursor keys not working, repost.

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-admin(at)postgresql(dot)org
Subject: Cursor keys not working, repost.
Date: 2001-05-10 01:57:33
Message-ID: Pine.LNX.4.21.0105101151440.8519-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi I'm still having problem with my cursors working in psql connecting to
postgresql v7.1 server.

I have this problem on Linux Mandrake v7.1, v7.2, Linux Redhat v6.2, v7.1.

I have installed all the header files from:

/usr/src/redhat/SOURCES/readline-2.2.1 temporarily into
/usr/local/include.

My configure line is:

./configure --with-includes="/usr/local/include"

Extract from config.log:

configure:3143: checking for readline
configure:3192: checking for library containing using_history
configure:4752: checking for readline/readline.h
configure:4752: checking for readline.h
configure:4792: checking for readline/history.h
configure:4792: checking for history.h

Extract from config.cache:

ac_cv_header_readline_h=${ac_cv_header_readline_h='no'}
ac_cv_header_readline_history_h=${ac_cv_header_readline_history_h='no'}
ac_cv_header_readline_readline_h=${ac_cv_header_readline_readline_h='no'}

I don't know what else to do, I appear to be doing everything correctly as
far as I know, and I am frustrated no one else has this problem, but yet I
do on 4 different systems?

The cursor keys have worked in previous versions UP to v7.1 but what has
changed now that they don't? I definately haven't changed anything on all
the systems...

Please help :)

Thankyou.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-05-10 02:26:26 Re: Cursor keys not working, repost.
Previous Message August Zajonc 2001-05-09 20:10:40 Re: 7.1 ... wtf?