Re: postgresql95 package dependencies?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To:
Cc: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: postgresql95 package dependencies?
Date: 2018-11-03 19:58:53
Message-ID: cca93ed1-9c4f-fcf9-478c-fe9cdab67c1f@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 11/03/2018 02:06 PM, Florian Weimer wrote:
> * Ron:
>
>> I need a relatively modern set of client applications on a RHEL 5.10 system,
>> so have decided to install 9.5.7 since
>> https://www.postgresql.org/download/linux/redhat/ provides prebuilt packages.
>>
>> This system is not connected to the internet so must manually install
>> postgresql95-9.5.7-1PGDG.rhel5.x86_64.rpm.  Does it depend on any other
>> packages, like postgresql95-libs-9.5.7-1PGDG.rhel5.x86_64.rpm?
> You can easily check yourself:
>
> $ rpm -qp --requires https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-5-x86_64/postgresql95-9.5.7-1PGDG.rhel5.x86_64.rpm
> warning: https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-5-x86_64/postgresql95-9.5.7-1PGDG.rhel5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 442df0f8: NOKEY
> /bin/sh
> /bin/sh
> /sbin/ldconfig

[snip]

> libxslt.so.1()(64bit)
> libz.so.1()(64bit)
> postgresql95-libs = 9.5.7-1PGDG.rhel5
> rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> rtld(GNU_HASH)
>
> In this case, libpq.so.5()(64bit) will be satisfied by the client
> library package.
>
> If the target system is disconnected, you should use reposync to copy
> the entire repository. After all, it's not that large.

Thanks.

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mariel Cherkassky 2018-11-04 10:14:04 size of table + toasted tables + indexes != pg_total_relation_size
Previous Message Florian Weimer 2018-11-03 19:06:24 Re: postgresql95 package dependencies?