Update to MariaDB 10.2.13 missing OPENSSL_1.0.2

BarryStaes

Verified User
Joined
Sep 6, 2016
Messages
18
I just found this problem when updating MariaDB.
Should i manually install OpenSSL now, or is this a symptom of another problem?

Details:
Using CustomBuild 2, updating MariaDB 10.2.12 to MariaDB 10.2.13.
All other CustomBuild software is of the most recent version.

CustomBuild update log:
Code:
Executing process (Kill process)
Process is running in background. Closing the window does not interrupt it.
Executing /usr/local/directadmin/plugins/custombuild/admin/build mysql..
/usr/bin/mysql: /usr/lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/bin/mysql)
/usr/bin/mysql: /usr/lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/bin/mysql)

...snip...

Giving mysqld a few seconds to start up...
FATAL ERROR: Can't execute '/usr/bin/mysql'
/usr/bin/mysqlcheck: /usr/lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/bin/mysqlcheck)
cp: '/usr/lib/libmysqlclient.so' and '/usr/lib/mysql/libmysqlclient.so' are the same file
Restarting MySQL.

Same error shown at service start:
Code:
Feb 26 09:47:06 pr2.bay.q-lite.net systemd[1]: Starting MariaDB database server...
Feb 26 09:47:06 pr2.bay.q-lite.net mysqld[26970]: /usr/sbin/mysqld: /lib64/libcrypto.so.10: version `OPENSSL_1.0.2' not found (required by /usr/sbin/mysqld)
Feb 26 09:47:06 pr2.bay.q-lite.net systemd[1]: mysqld.service: main process exited, code=exited, status=1/FAILURE

I could not find a OpenSSL setting in CustomBuild to fiddle with.
I also dont see any OpenSSL specific changes in the MariaDB .13 release.
 
Last edited:
Hey Barry - how did you get on? I've got the exact same problem with MariaDB down. :(
 
Please try:
yum -y update

CentOS7 should have openssl 1.0.2 installed by default.
 
Please try:
yum -y update

CentOS7 should have openssl 1.0.2 installed by default.

Thanks Martynas - I figured out my issue - I had yum versionlock set on openssl-* from a previous manual upgrade of openssl to get http/2 working. Once I removed the version lock and updated openssl 1.0.2 was installed and everything else worked.

Appreciate the response!
 
Back
Top