Re: [HACKERS] Selectively compile psql

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: [HACKERS] Selectively compile psql
Дата
Msg-id 1014085706.372.11.camel@jiro
обсуждение исходный текст
Ответ на Selectively compile psql  (Samik Raychaudhuri <samik@cae.wisc.edu>)
Список 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 по дате отправления:

Предыдущее
От: Samik Raychaudhuri
Дата:
Сообщение: Selectively compile psql
Следующее
От: Samik Raychaudhuri
Дата:
Сообщение: Re: [HACKERS] Selectively compile psql