Re: BUG #15576: Missing X509_get_signature_nid symbol causes the standby to fail to start stream replication

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>, chjischj(at)163(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15576: Missing X509_get_signature_nid symbol causes the standby to fail to start stream replication
Date: 2019-01-09 08:06:18
Message-ID: e9b40245d957774c871f2bc8aaec84da165e1b7f.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hi,

On Wed, 2019-01-09 at 13:27 +0900, Michael Paquier wrote:
> (Adding Devrim in CC)

Thanks!

> This seems like a linking issue with the packaging or the
> distribution. X509_get_signature_nid is new as of OpenSSL 1.0.2, so
> visibly your version of libpq.so has been compiled with OpenSSL 1.0.2,
> but only an older version of OpenSSL is present, causing the
> dependency failure.

Right. OP wrote this:

Operating system: CentOS Linux release 7.1.1503 (Core)

which is something that we don't support. Users must update the OS along with
PostgreSQL. I always build the packages by using the very latest update set of
the OS pacakges.

Alternatively, users can rebuild the packages using the SRPMs provided.

There was a discussion of maintaining each RHEL minor release separately, but
that would be *a lot of* work, which is I want to avoid, so I rejected it.

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Holger Jakobs 2019-01-09 08:19:59 Unwanted effect of search_path on default-value entries in case of serial columns
Previous Message Bartosz Polnik 2019-01-09 07:48:43 Re: BUG #15577: Query returns different results when executed multiple times