From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | chjischj(at)163(dot)com |
Subject: | BUG #15576: Missing X509_get_signature_nid symbol causes the standby to fail to start stream replication |
Date: | 2019-01-05 03:57:52 |
Message-ID: | 15576-7346dcee8a938ea3@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 15576
Logged by: Chen huajun
Email address: chjischj(at)163(dot)com
PostgreSQL version: 11.1
Operating system: CentOS Linux release 7.1.1503 (Core)
Description:
When use yum installed PostgreSQL 11.1 , missing X509_get_signature_nid
symbol causes the standby to fail to start stream replication, the logs in
the standby are as follows
2019-01-05 00:40:24.468 CST [46191] 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
This is the same problem as described in the email below.
/message-id/20180627155748.GD3554%40telsasoft.com
My environment is as follows:
[root(at)node3 pha4pgsql]# rpm -qa|grep postgresql11
postgresql11-devel-11.1-1PGDG.rhel7.x86_64
postgresql11-libs-11.1-1PGDG.rhel7.x86_64
postgresql11-contrib-11.1-1PGDG.rhel7.x86_64
postgresql11-11.1-1PGDG.rhel7.x86_64
postgresql11-server-11.1-1PGDG.rhel7.x86_64
[root(at)node3 pha4pgsql]# rpm -qf /lib64/libcrypto.so.10
openssl-libs-1.0.1e-42.el7.x86_64
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2019-01-05 11:58:56 | Re: BUG #15446: Crash on ALTER TABLE |
Previous Message | Tom Lane | 2019-01-05 00:38:28 | Re: BUG #15446: Crash on ALTER TABLE |