Re: PostgreSQL 11.2 , missing X509_get_signature_nid symbol causes the standby to fail to start stream replication

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: soumitra bhandary <soumitra(dot)bhandary(at)hotmail(dot)com>, "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL 11.2 , missing X509_get_signature_nid symbol causes the standby to fail to start stream replication
Date: 2019-04-17 16:44:31
Message-ID: 7748ff129ea2966e1943ba41f0a6a1f1702edb05.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs

soumitra bhandary wrote:
> 2019-04-17 10:15:48.752 IST [15386] LOG: database system is ready to accept read only connections
> 2019-04-17 10:15:48.755 IST [15393] FATAL: could not load library "/usr/pgsql-11/lib/libpqwalreceiver.so": /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

That means that you have a bad version of libcrypto.so installed,
which is part of the openssl-libs RPM.

You could

rpm -e --nodeps openssl-libs openssl

and then

yum install openssl openssl-libs

to remove and reinstall the package.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Joe Conway 2019-04-17 18:32:07 Re: symmetricds
Previous Message Jorge Torralba 2019-04-17 15:01:16 Re: Performance killed with FDW when using CAST.

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-04-17 16:52:37 Re: BUG #15767: Export fails 'worker process died unexpectedly' but no error in pg_dump
Previous Message Bruce Momjian 2019-04-17 16:13:03 Re: BUG #15755: After upgrading to 9.6.12 using pg_upgrade, select query does not return the expected results.