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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15576: Missing X509_get_signature_nid symbol causes thestandby to fail to start stream replication
Дата
Msg-id 20190109042747.GG21835@paquier.xyz
обсуждение исходный текст
Ответ на BUG #15576: Missing X509_get_signature_nid symbol causes the standbyto fail to start stream replication  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15576: Missing X509_get_signature_nid symbol causes thestandby to fail to start stream replication  (Devrim Gündüz <devrim@gunduz.org>)
Список pgsql-bugs
On Sat, Jan 05, 2019 at 03:57:52AM +0000, PG Bug reporting form wrote:
> 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

(Adding Devrim in CC)

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.
--
Michael

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #15577: Query returns different results when executedmultiple times
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Is this a bug in auto vacuum worker?