Re: Problem with psql interface

From: "Grant Rhodes" <grhodes(at)networkroads(dot)com>
To: "PgSQL Novice ML" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem with psql interface
Date: 2003-07-16 04:48:16
Message-ID: 0FC82FC6709BE34CB9118EE0E252FD230107C8C7@ehost007.intermedia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hmm... It is there....
$ ls -1 /usr/lib/libread*
/usr/lib/libreadline.a
/usr/lib/libreadline.so
/usr/lib/libreadline.so.4
/usr/lib/libreadline.so.4.1

$ ls -1 /usr/include/readline
chardefs.h
history.h
keymaps.h
readline.h
rlconf.h
rlstdc.h
tilde.h

but ./configure (even with a --with-readline) still gives
<snip>
checking for readline... no
</snip>

Maybe my assumption that readline 4.1 works with postgresql-7.2 is incorrect.

-----Original Message-----
From: Ron Johnson [mailto:ron(dot)l(dot)johnson(at)cox(dot)net]
Sent: July 12, 2003 2:14 PM
To: PgSQL Novice ML
Subject: Re: [NOVICE] Problem with psql interface

On Sat, 2003-07-12 at 13:28, Grant Rhodes wrote:
> It used to be that when I used psql I could press the up arrow on
> my keyboard, and get the last line typed. Now when I press the
> up arrow, the cursor moves up to the previous line showing on the
> screen. Does anyone know how I can correct this? The problem
> has started since I installed the progrma on a fresh install
> of Caldera Openlinux 3.2.1. I do not believe I did anything
> different on installation.

Sounds like readline wasn't linked in.

--
+-----------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA http://members.cox.net/ron.l.johnson |
| |
| 4 degrees from Vladimir Putin
+-----------------------------------------------------------+

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message paul butler 2003-07-16 06:20:33 Re: Anyone used pgHoster.com?
Previous Message Jean-Christian Imbeault 2003-07-16 04:39:53 Re: Removing foreign keys