Re: installation on RedHat 6.2

From: "Chris Ruprecht" <chrup999(at)yahoo(dot)com>
To: "Rob Gore" <rgore(at)vestabroadband(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: installation on RedHat 6.2
Date: 2001-09-25 18:30:02
Message-ID: 00c901c145f0$191293c0$5dd26383@corp.compucom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Rob,
the easiest is to download the source of version 7.1.3 (latest) from
www.postgresql.org. ungtar it and build it from scratch with (if you want
your postgres directory in /home/prosgres):

./configure --prefix=/home
make
make install

Be sure, to remove the previous, incomplete RH 7.1 installation first.

Best regards,
Chris

----- Original Message -----
From: "Rob Gore" <rgore(at)vestabroadband(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Sent: Tuesday, September 25, 2001 12:06 PM
Subject: [ADMIN] installation on RedHat 6.2

> Could you please tell me the least error prone way to install the latest
> possible version of PostgreSQL on Linux 6.2? I have no choice but to use
> 6.2. I already have MySql installed and working and now I want to compare
> PostgreSQL. I am told it is much better, the documentation certainly bears
> that out, but the rpm packages for RedHat 7.1 do not install properly. I
> would really appreciate any help you can give!
> Thanks,
> Rob
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jie Liang 2001-09-25 19:38:30 How to get the size of database and table in MBs
Previous Message Ted Rolle 2001-09-25 18:23:27 Re: Efficient String searching