Re: psql on red hat 7.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql on red hat 7.1
Date: 2001-07-23 02:47:25
Message-ID: 9271.995856445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Justin Clift <justin(at)postgresql(dot)org> writes:
> The symptoms you mention are what happens when PostgreSQL is compiled
> without the "readline" library(ies). Normally the PostgreSQL
> "configure" program finds this if it's on your system, but I'm thinking
> that perhaps you don't have it installed or the "configure" program
> didn't find it for some reason.

Note that you need to have both the library itself and its header files.
If you installed 'em from RPMs that means you need both readline and
readline-devel RPMs. Otherwise configure will decide you haven't got
readline installed...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Willis, Ian (Ento, Canberra) 2001-07-23 03:26:22 RE: Application Design and PostgreSQL
Previous Message newsreader 2001-07-23 01:38:41 Re: psql on red hat 7.1