1、
# /gensee/nagios/libexec/check_http -I 10.10.10.10
/gensee/nagios/libexec/check_http: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
这是libssl连接没有建立。(centos 5.x)
解决:# ln -s libssl.so.0.9.8e libssl.so.0.9.8
ln -s libcrypto.so.0.9.8e libcrypto.so.0.9.8