Re: [HACKERS] Selectively compile psql - Mailing list pgsql-general

From Neil Conway
Subject Re: [HACKERS] Selectively compile psql
Date
Msg-id 1014085706.372.11.camel@jiro
Whole thread Raw
In response to Selectively compile psql  (Samik Raychaudhuri <samik@cae.wisc.edu>)
List pgsql-general
On Mon, 2002-02-18 at 21:05, Samik Raychaudhuri wrote:
> Hello,
> This is a re-post, as it seems the mail didn't appear.
> I want to recompile only psql with the readline library. When I
> installed PG, GNU readline package was not there. Now db is running
> fine, and I don't want to disturb it. I tried doing this but things
> got messed up. Can anybody point me to the brief steps to do this.
> Thanks in advance.

./configure
cd src/bin/psql
make
# as root ...
make install

Cheers,

Neil

P.S. This does not belong on -hackers.

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


pgsql-general by date:

Previous
From: Samik Raychaudhuri
Date:
Subject: Selectively compile psql
Next
From: Samik Raychaudhuri
Date:
Subject: Re: [HACKERS] Selectively compile psql