error while loading shared libraries: libssl.so.6: cannot open shared object fil

作者:佚名 上传时间:2019-06-01 版权申诉

[root@ ~]# /usr/local/nagios/libexec/check_tcp -H 127.0.0.1 80

/usr/local/nagios/libexec/check_tcp: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory



关联库文件:发现libssl.so.6 => not found和libcrypto.so.6 => not found

ldd /usr/local/nagios/libexec/check_tcp

linux-gate.so.1 =>  (0x00ac2000)

libnsl.so.1 => /lib/libnsl.so.1 (0x0097d000)

libresolv.so.2 => /lib/libresolv.so.2 (0x00ee9000)

libssl.so.6 => not found

libcrypto.so.6 => not found

libpthread.so.0 => /lib/libpthread.so.0 (0x00853000)

libdl.so.2 => /lib/libdl.so.2 (0x0093a000)

libc.so.6 => /lib/libc.so.6 (0x001f5000)

/lib/ld-linux.so.2 (0x0061e000)




 

Connection refused


本文转自 holy2009 51CTO博客,原文链接:
http://blog.51cto.com/holy2010/1944788


免责申明:文章和图片全部来源于公开网络,如有侵权,请通知删除 server@dude6.com

用户评论
相关推荐
error while loading shared libraries: libssl.so.6: cannot open shared object fil
[root@ ~]# /usr/local/nagios/libexec/check_tcp -H 127.0.0.1 80 /usr/local/nagios/libexec/
MYSQL之error while loading shared libraries libtinfo.so.5cannot open shared o
MYSQL之 error while loading shared libraries: libtinfo.so.5: cannot open shared objectfile: No such f
TXT
23B
2021-04-07 10:07
error while loading shared libraries: libpcre.so.1: cannot open shared object fi
执行启动nginx:/usr/local/nginx/sbin/nginx 错误:/usr/local/nginx/sbin/nginx: error while loa
解决启动MongoDB错误error while loading shared libraries libstdc++.so.6cannot open s
本文提供了解启动MongoDB时提示:error while loading shared libraries: libstdc++.so.6: cannot open shared object f
PDF
30KB
2020-09-15 02:20
解决启动MongoDB错误error while loading shared libraries libstdc++.so.6cannot open s
启动MongoDB时,提示: error while loading shared libraries: libstdc++.so.6: cannot open shared object file:
PDF
39KB
2020-12-17 10:52
解决启动MongoDB错误error while loading shared libraries libstdc++.so.6cannot open s
启动MongoDB时,提示:error while loading shared libraries: libstdc++.so.6: cannot open shared object file:
pdf
43.54 KB
2021-09-01 18:30
error while loading shared libraries xx.so处理方法
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.s
PDF
45KB
2021-01-16 03:32
安装ImageMagick出现error while loading shared libraries的解决方法
主要介绍了安装ImageMagick出现error while loading shared libraries的解决方法,是ImageMagick安装与运行中经常出现的问题,需要的朋友可以参考下
PDF
30KB
2020-11-22 00:01
启动 nginx 时报错:error while loading shared libraries:
Nginx 启动出错 error while loading shared libraries: libpcre.so.1error while loading shared l
error while loading shared libraries的解決方法
在linux下运行程序时,发现了error while loading shared libraries这种错误,一时间不知道解决办法,在网上搜索,终于解决了: ./te