Re: install Postgres on RHED 7

From: Kris Deugau <kdeugau(at)vianet(dot)ca>
To: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: install Postgres on RHED 7
Date: 2018-12-20 21:17:16
Message-ID: b5ece8ff-866c-703d-1a1f-30cd2170980f@vianet.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Pepe TD Vo wrote:
> May you suggest me exactly repositories packages needed for install
> PostgreSQL?  Seem to me this link,
> https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/
> all rpm files needed another dependencies.  Total more than 300 files
> and only a few allow me to install the rest of them needed another
> dependencies and didn't give me exactly what they are.

Some of them will be from the stock Red Hat repositories, and some will
be from the PGDG repository. I haven't used that repository, and I
haven't done much on an RPM-based system for a while so I can't give you
any more specific information.

It's possible - but very tedious and difficult - to install a package
with a large dependency tree entirely by hand. I *have* done this
myself in the past, and I recall a few cases where it literally took two
or three hours to get everything installed to support the specific
package I started out trying to install. This is why tools like yum
were developed; they do the work of checking through the list to see
what's required, and where it can be installed from.

This isn't specific to Postgres; it's how the underlying OS package
system works. You may want to see if someone in your office has more
experience installing packages on RHEL with yum and ask them to give you
a hand. You've got several issues around yum's basic operation that you
need to fix, and local network/systems admins should know enough about
your setup to help a lot faster.

-kgd

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sarah Conway Schnurr 2018-12-21 01:32:02 HTML/PDF Build Errors
Previous Message soumitra bhandary 2018-12-20 18:10:10 Re: Multi master implementation