Re: [HACKERS] Selectively compile psql

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: Samik Raychaudhuri <samik(at)cae(dot)wisc(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [HACKERS] Selectively compile psql
Date: 2002-02-19 02:28:26
Message-ID: 1014085706.372.11.camel@jiro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Samik Raychaudhuri 2002-02-19 03:00:59 Re: [HACKERS] Selectively compile psql
Previous Message Samik Raychaudhuri 2002-02-19 02:05:04 Selectively compile psql

Browse pgsql-hackers by date

  From Date Subject
Next Message Samik Raychaudhuri 2002-02-19 03:00:59 Re: [HACKERS] Selectively compile psql
Previous Message Neil Conway 2002-02-19 02:26:05 pg_dump: use ALTER TABLE for PKs