Re: Postgres older version 8.3.7 on ubuntu 14

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: "Vaidyanathaswamy, Anandsaikrishnan" <avaidyanathaswamy(at)corelogic(dot)com>, Steve Crawford <scrawford(at)pinpointresearch(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres older version 8.3.7 on ubuntu 14
Date: 2018-10-23 18:31:22
Message-ID: b941ee65-8315-3d1f-e40c-73b79621be56@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2018-10-23 18:48:52 Re: Remove obsolete pg_attrdef.adsrc column
Previous Message Alvaro Herrera 2018-10-23 18:23:51 Re: Remove obsolete pg_attrdef.adsrc column