Re: Installing PostgreSQL Yum Repository

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: Jonathan Pool <pool(at)utilika(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Installing PostgreSQL Yum Repository
Date: 2012-08-19 01:22:43
Message-ID: 50303FE3.8070301@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 08/19/2012 01:25 AM, Jonathan Pool wrote:
> I am trying to follow the instructions on http://www.postgresql.org/download/linux/redhat/ for installing the PostgreSQL Yum Repository (on RHEL 5).
>
> So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm.
>
> Then I tried to install it with:
>
> rpm -i http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm

First, why download it, then run rpm on the remote URL instead of the
local file?

But anyway:

yum install pgdg-redhat-9.1-4.noarch.rpm

with the local file, or the URL; yum doesn't care.

--
Craig Ringer

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jonathan Pool 2012-08-19 02:06:10 Re: Installing PostgreSQL Yum Repository
Previous Message Jonathan Pool 2012-08-19 00:31:59 symbol lookup error: /usr/pgsql-9.1/bin/pg_ctl: undefined symbol: PQping