From: | Charles Tassell <ctassell(at)isn(dot)net> |
---|---|
To: | Peter Mittermayer <p(dot)mittermayer(at)astro(dot)univie(dot)ac(dot)at>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: psotgresql history function |
Date: | 2000-07-07 02:19:44 |
Message-ID: | 4.3.2.7.2.20000706231438.00d6db50@mailer.isn.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
The problem is probably that the Digital Unix machine is missing the
readline library, or that Postgres's configure script can't find it. You
can download the readline library from ftp.gnu.org (I think it's in
pub/gnu/readline if memory serves me correctly) Compile and install
readline, then recompile and install Postgres. You probably should delete
and then reinstall the Postgres sources before rebuilding, so it won't
attempt to use any cached config settings. I think you can just get away
with deleting config.cache, but I honestly can't remember.
At 02:45 PM 7/5/00, Peter Mittermayer wrote:
>Hi,
>
>I compiled and installed PostgreSQL v7.0.2 on a Linux box where the
>history function in psql (cursor up/down) worked without any
>problems. After
>that I recompiled the package on a Digital Unix 4.0d machine. But
>there it is not working! Is there something I have to configure? I
>tried to use several terminal emulations (vt100, xterm) which did
>not work out.
>
>Any suggestions??
>
>TIA,
>
>Peter
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-07-07 03:19:05 | Re: PostgreSQL & the BSD License |
Previous Message | Bruce Momjian | 2000-07-07 01:30:41 | Re: Partial indices |