libssl error using CentOS6
Posted: Fri Jan 20, 2012 12:47 pm
I was getting this on a specific host, took me a bit to track down, so figured I'd post here.
It was working fine on another host with pretty much the exact same config, so very puzzling. I figured a package was missing:
Working host returned:
Non-working host returned:
Installed the openssl098e.x86_64 package via yum, and all working now!
Code: Select all
[root@mysql-02 plugins]# ./check_tcp -p 22
./check_tcp: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory
Code: Select all
yum list installed | grep sslCode: Select all
[root@mysql-01 plugins]# yum list installed | grep ssl
openssl.x86_64 1.0.0-4.el6_0.2 @updates
openssl098e.x86_64 0.9.8e-17.el6.centos
Code: Select all
[root@mysql-02 plugins]# yum list installed | grep ssl
openssl.x86_64 1.0.0-4.el6_0.2 @updates