Re: Having trouble getting readline functional in psql

From: "Moray McConnachie" <moray(dot)mcconnachie(at)computing-services(dot)oxford(dot)ac(dot)uk>
To: "Michael S(dot) Kelly" <michaelk(at)axian(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Having trouble getting readline functional in psql
Date: 2000-04-26 09:36:36
Message-ID: 00b401bfaf62$eaac00e0$760e01a3@oucs.ox.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Do you have the readline header file installed anywhere on your system
(/usr/include perhaps?) If not, you need to install it in the version of
readline your system has. On Redhat systems you do this by installing the
readline-devel rpm.
Yours,
Moray
----------------------------------------------------------------
Moray(dot)McConnachie(at)computing-services(dot)oxford(dot)ac(dot)uk
----- Original Message -----
From: "Michael S. Kelly" <michaelk(at)axian(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, April 26, 2000 6:21 AM
Subject: [GENERAL] Having trouble getting readline functional in psql

> Hey all,
>
> Readline functionality not working in psql.
>
> I've installed PostgreSQL 7.0 RC1 on RedHat 6.2. I have configured using:
>
> --with-libraries=/usr/lib
>
> which is where the libreadline.so.3 file is. One of the things I've
> noticed, although I'm not sure of it's significance, is that when the
> configure routine checks for the readline.h file it returns "no".
>
> Any thoughts?
>
> Thanks,
>
> -=michael=-
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Carsten Huettl 2000-04-26 10:30:26 pgsql odbc
Previous Message Hiroshi Inoue 2000-04-26 09:18:58 RE: Revisited: Transactions, insert unique.