Re: install postgres8.1 on debian

From: "Dilipkumar" <dilipkumar_parikh(at)sifycorp(dot)com>
To: <iuri(dot)sampaio(at)computer(dot)org>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: install postgres8.1 on debian
Date: 2006-09-15 07:55:32
Message-ID: 000401c6d89c$bd5686a0$4d7ad2d2@sifydba
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

After configure

Use
gmake
gmake install (as a root) user.

Thanks & Regards
Dilipkumar
----- Original Message -----
From: Iuri Sampaio
To: pgsql-admin(at)postgresql(dot)org
Sent: Friday, September 15, 2006 12:57 PM
Subject: [ADMIN] install postgres8.1 on debian

I'm trying to install postgresql 8.1, from source but I get stuck at the 3 step:

1- ./configure --without-zlib

2- make all

3- make install

(many lines omitted)

make[3]: Leaving directory `/usr/local/src/postgresql-8.1.4/src/backend/utils/mb/conversion_procs/utf8_and_win874'

make[2]: Leaving directory `/usr/local/src/postgresql-8.1.4/src/backend/utils/mb/conversion_procs'

make -C include install

make[2]: Entering directory `/usr/local/src/postgresql-8.1.4/src/include'

mkdir -p -- /usr/local/pgsql/include/libpq /usr/local/pgsql/include/internal/libpq

mkdir: cannot create directory `/usr/local/pgsql/include': File exists

mkdir: cannot create directory `/usr/local/pgsql/include': File exists

make[2]: *** [installdirs] Error 1

make[2]: Leaving directory `/usr/local/src/postgresql-8.1.4/src/include'

make[1]: *** [install] Error 2

make[1]: Leaving directory `/usr/local/src/postgresql-8.1.4/src'

make: *** [install] Error 2

it's weird because it's the first time I installed it.

iuri

********** DISCLAIMER **********
Information contained and transmitted by this E-MAIL is proprietary to
Sify Limited and is intended for use only by the individual or entity to
which it is addressed, and may contain information that is privileged,
confidential or exempt from disclosure under applicable law. If this is a
forwarded message, the content of this E-MAIL may not have been sent with
the authority of the Company. If you are not the intended recipient, an
agent of the intended recipient or a person responsible for delivering the
information to the named recipient, you are notified that any use,
distribution, transmission, printing, copying or dissemination of this
information in any way or in any manner is strictly prohibited. If you have
received this communication in error, please delete this mail & notify us
immediately at admin(at)sifycorp(dot)com

Watch the latest updates on Mumbai, with video coverage of news, events,
Bollywood, live darshan from Siddhivinayak temple and more, only on
www.mumbailive.in

Watch the hottest videos from Bollywood, Fashion, News and more only on
www.sifymax.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-09-15 09:40:55 Re: [ADMIN] Vacuum error on database postgres
Previous Message Iuri Sampaio 2006-09-15 07:27:03 install postgres8.1 on debian