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