Percona Server MySQL 8.0.37 Linux generic version has missing Libs

Linux generic version for 8.0.37 is packaged without libssl3.so

MySQL doesn’t start with following error:
bin/mysqld: error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory

Please fix as it is impacting us.

@matthewb Any idea on it please ?

Looks like you need nss package:
https://www.rpmfind.net/linux/rpm2html/search.php?query=libssl3.so

[root@ppw1dvmsqdn624a ~]# yum whatprovides /usr/lib64/libssl3.so
nss-3.90.0-7.el8_10.x86_64 : Network Security Services
Repo        : rhel-8-for-x86_64-appstream-rpms
Matched from:
Filename    : /usr/lib64/libssl3.so

@matthewb In the previous version (example 8.0.36 or below) libssl3.so was included in the lib directory. Is there a reason to not include in 8.0.37 ?

Hi Chanakya,

Could you inform us what the exact version of tarball is used?

Hi @Vadim_Yalovets

We are using Percona-Server-8.0.37-29-Linux.x86_64.glibc2.17

First error we got is:
error while loading shared libraries: libssl.so.10: cannot open shared object file:
For this we had to install openssl-devel compat-openssl10 (Openssl version 1.1.1k)

Then after we got it this:
error while loading shared libraries: libssl3.so: cannot open shared object file: No such file or directory
For this we had to install nss.

8.0.36 works without an issue on the same hosts whereas when we attempt to upgrade to 8.0.37, coming across this. When I see lib directory libssl3 is not present.

Also, we had no problem installing 8.0.37 on hosts with OpenSSL 1.0.2k and nss installed.

@matthewb Any idea on the above please?

@Chanakya, Vadim is our package maintainer. If anyone can help, it’s him. Be patient and wait for his reply please.

Hi Matthew,
Any update on this from vadim?

He will post here when he can. These forums are not immediate support; they are a volunteer effort from employees during downtime. He may also be out of office for some reason (I’m not his manager or even in his department).

@vadim @matthewb Thanks for looking into it