libssl error using CentOS6

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
globalive.nagios

libssl error using CentOS6

Post by globalive.nagios »

I was getting this on a specific host, took me a bit to track down, so figured I'd post here.

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
It was working fine on another host with pretty much the exact same config, so very puzzling. I figured a package was missing:

Code: Select all

yum list installed | grep ssl
Working host returned:

Code: 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
Non-working host returned:

Code: Select all

[root@mysql-02 plugins]# yum list installed | grep ssl
openssl.x86_64        1.0.0-4.el6_0.2   @updates
Installed the openssl098e.x86_64 package via yum, and all working now!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: libssl error using CentOS6

Post by scottwilkerson »

Thank you for sharing this. We will check into this as a future dependencies.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked