Thread: Installation

Installation

From
"Sandy Keathley"
Date:
I have always compiled software from source, but since I am setting up a
Linux (RH4) server, I planned to install Postgres by RPM.  However, there
are multiple files on the FTP server, and I don't know which one to use.

I pulled down

postgresql-8.1.4-3PGDG.i686.rpm
and
postgresql-server-8.1.4-3PGDG.i686.rpm

but both of them require a library that presumably is in

postgresql-libs-8.1.4-3PGDG.i686.rpm


I now don't know which one of the first two to use.  Is there an RPM that is
self-contained?  if not, which RPM should I use?

Thanks.




Re: Installation

From
Alan Hodgson
Date:
On Tuesday 18 July 2006 13:36, "Sandy Keathley" <sandy@apptech.us> wrote:

> I pulled down
>
> postgresql-8.1.4-3PGDG.i686.rpm
> and
> postgresql-server-8.1.4-3PGDG.i686.rpm
>
> but both of them require a library that presumably is in
>
> postgresql-libs-8.1.4-3PGDG.i686.rpm
>
>
> I now don't know which one of the first two to use.  Is there an RPM that
> is self-contained?  if not, which RPM should I use?

You need all of them for a server, and possibly -contrib and -pl as well.

--
Alan

Re: Installation

From
Devrim GUNDUZ
Date:
Hi,

On Tue, 2006-07-18 at 15:36 -0500, Sandy Keathley wrote:
> I have always compiled software from source, but since I am setting up a
> Linux (RH4) server, I planned to install Postgres by RPM.  However, there
> are multiple files on the FTP server, and I don't know which one to use.

http://pgfoundry.org/docman/view.php/1000048/98/PostgreSQL-RPM-Installation-PGDG.pdf

Also for RHEL4 you may need the following RPM:

http://developer.postgresql.org/~devrim/rpms/compat/compat-postgresql-libs-3-3PGDG.i686.rpm

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/


Attachment