Re: latest libpq5 package conflicts with Redhat package

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: latest libpq5 package conflicts with Redhat package
Date: 2021-05-06 14:37:20
Message-ID: a841559c-b0d5-b2c1-14c2-ac7abd57cf12@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am I missing something, or are you trying to install a version (9.2) that
has been unsupported for 4.5 years?

On 5/6/21 9:32 AM, Evan Rempel wrote:
> Redhat 7.9
>
> $ rpm -ql postgresql-libs | grep -v share | sort
> /usr/lib64/libecpg_compat.so.3
> /usr/lib64/libecpg_compat.so.3.4
> /usr/lib64/libecpg.so.6
> /usr/lib64/libecpg.so.6.4
> /usr/lib64/libpgtypes.so.3
> /usr/lib64/libpgtypes.so.3.3
> /usr/lib64/libpq.so.5
> /usr/lib64/libpq.so.5.5
>
> $ rpm -q --provides postgresql-libs
> libecpg.so.6()(64bit)
> libecpg_compat.so.3()(64bit)
> libpgtypes.so.3()(64bit)
> libpq.so = 9.2.24-4.el7_8
> libpq.so.5()(64bit)
> postgresql-libs = 9.2.24-4.el7_8
> postgresql-libs(x86-64) = 9.2.24-4.el7_8
>
>
> From PGDG
>
> $ rpm -ql libpq5 | grep -v share | sort
> /usr/lib64/libpq.so
> /usr/lib64/libpq.so.5
> /usr/lib64/libpq.so.5.13
>
> $ rpm -q --provides libpq5
> libpq >= 10.0
> libpq.so.5
> libpq.so.5()(64bit)
> libpq.so.5(RHPG_10)(64bit)
> libpq.so.5(RHPG_12)(64bit)
> libpq.so.5(RHPG_9.6)(64bit)
> libpq5 = 13.2-10PGDG.rhel7
> libpq5(x86-64) = 13.2-10PGDG.rhel7
> postgresql-libs >= 9.2
>
> There are additional libraries in the Redhat package that seem to be
> missing in the libpq5 so removing the Redhat package in favor of the
> libpq5 package would introduce some missing dependencies.
>
> Other packages from the pgdg-common repository have strict dependencies on
> the libpq5 package.
>
> Does anyone have suggestions on how to handle this conflict?
>
>

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Evan Rempel 2021-05-06 15:01:14 Re: latest libpq5 package conflicts with Redhat package
Previous Message Evan Rempel 2021-05-06 14:32:03 latest libpq5 package conflicts with Redhat package