BUG #18807: libcrypto.so.1.1: cannot open shared object file

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: evstratovkirill(at)yandex(dot)ru
Subject: BUG #18807: libcrypto.so.1.1: cannot open shared object file
Date: 2025-02-12 12:53:21
Message-ID: 18807-516bdd561f787b26@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: 18807
Logged by: Kirill
Email address: evstratovkirill(at)yandex(dot)ru
PostgreSQL version: 15.1
Operating system: Ubuntu 16.04
Description:

Your documentation states that the minimum requirement is OpenSSL 1.0.x
version: "OpenSSL is also required for random number generation on platforms
that do not have /dev/urandom (except Windows). The minimum required version
is 1.0.1". But when I tried to use the pg_dump utility, I got an error:
"error while loading shared libraries: libcrypto.so.1.1: cannot open shared
object file: No such file or directory"
And libcrypto.so.1.1 refers to the OpenSSL 1.1.x version.
The current version 17 also says 1.0.. I suspect that 1.1x is needed there
too.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Guo 2025-02-12 13:55:43 Re: BUG #18806: When enable_rartitionwise_join is set to ON, the database shuts down abnormally
Previous Message Tender Wang 2025-02-12 12:33:30 Re: BUG #18806: When enable_rartitionwise_join is set to ON, the database shuts down abnormally