Error while loading shared libraries: libssl.so.10: cannot open shared object file

Hi Team,

we recently downloaded source code binaries for generic linux for 8.0.37.

we ran into following issue :slight_smile: while invoking mysql client on the host.
error while loading shared libraries: libssl.so.10: cannot open shared object file:
We compared the 8.0.36 binaries and found following libs missing in .37

libssl.so → private/libssl.so.1.0.2k
libssl3.so → private/libssl3.so

in priviate dir::
libssl.so → libssl.so.1.0.2k
libssl3.so
libssl.so.1.0.2k

Is there any reason of it?

Also what is the best way to solve this issue and avoid any issue with future compatibilities when we try to patch it.

Hi Hussain,

Openssl libraries have been removed from list if bundled libraries due to CVE issues.
Also libssl3 librarie was removed occasionally.

Tarballs have been recreated and libssl3 libraries is added.
It’s still testing by our QA team.

I will let you know when new tarballs are placed on the site.
Please notice that you need to install openssl package in order to have libssl.so library.

Also please note that it is not source code tarball but it is binary tarball.
You just need to install system packages like Openssl to solve this.

Yes sorry my bad. yes its tar ball. Thanks for clarifying.