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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: evstratovkirill(at)yandex(dot)ru
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18807: libcrypto.so.1.1: cannot open shared object file
Date: 2025-02-12 17:05:13
Message-ID: 3353746.1739379913@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> 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.

What the documentation means by that is that our source code can be
built against OpenSSL versions as far back as 1.0.x. Any particular
build, though, will work only with the OpenSSL major version it was
compiled with. I speculate that you are trying to use a compiled
package that was made on some other version of your OS. You didn't
say where you got the package from, so it's hard to offer more help
than that.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2025-02-12 18:12:20 Re: BRIN index creation on geometry column causes crash
Previous Message Richard Guo 2025-02-12 14:30:15 Re: BUG #18806: When enable_rartitionwise_join is set to ON, the database shuts down abnormally