Re: Postgres older version 8.3.7 on ubuntu 14 - Mailing list pgsql-hackers

From Chapman Flack
Subject Re: Postgres older version 8.3.7 on ubuntu 14
Date
Msg-id b941ee65-8315-3d1f-e40c-73b79621be56@anastigmatix.net
Whole thread Raw
In response to Postgres older version 8.3.7 on ubuntu 14  ("Vaidyanathaswamy, Anandsaikrishnan" <avaidyanathaswamy@corelogic.com>)
List pgsql-hackers
On 10/23/18 1:51 PM, Vaidyanathaswamy, Anandsaikrishnan wrote:

> configure: error: readline library not found
> If you have readline already installed, see config.log for details on the
> failure.  It is possible the compiler isn't looking in the proper directory.
> Use --without-readline to disable readline support.

The missing library provides features like previous command recall
and editing in psql. If those features are valuable to you, you can
install the readline library; otherwise, you can add --without-readline
on the configure command, and build PostgreSQL without it.

-Chap


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Remove obsolete pg_attrdef.adsrc column
Next
From: Daniel Gustafsson
Date:
Subject: Re: Remove obsolete pg_attrdef.adsrc column