Re: shared library version issues (yum/pgdg)

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: shared library version issues (yum/pgdg)
Date: 2018-06-27 16:06:25
Message-ID: 6ca0690bf62d69c0cdd809115b81304ad04d08f0.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi Justin,

On Wed, 2018-06-27 at 10:57 -0500, Justin Pryzby wrote:
> It looks like there's still an issue with symbol references, at least on
> centos6/x86_64/pg11b1.
>
> Perhaps postgres was compiled in one environment with a later version of
> libraries - but I don't know how RPMs intend to handle that.
>
> import _pg # pygresql
> ImportError: /usr/pgsql-11/lib/libpq.so.5: symbol X509_get_signature_nid,
> version libcrypto.so.10 not defined in file libcrypto.so.10 with link time
> reference
>
> [pryzbyj(at)template0 ~]$ rpm -qf /usr/lib64/libcrypto.so.10
> openssl-libs-1.0.1e-60.el7_3.1.x86_64
>
> Fixed by installing openssl-libs-1.0.2k-12.el7.x86_64.rpm

Hmm, looks like I need to rebuild all packages on RHEL 6 repo that depend on
OpenSSL.

I'll do it as soon as I can.

Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

In response to

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Christoph Berg 2018-06-27 20:35:12 Re: RPM Morgue
Previous Message Justin Pryzby 2018-06-27 15:57:48 shared library version issues (yum/pgdg)