故障原因:
在高版本的环境中编译了一个软件,然而在低版本系统中无法使用,缺少libc.so支持,然而在编译过程中误删除了 libc.so.6的软连接,rm /lib64/libc.so.6
删除后发现系统好多命令都无法使用了,悲催!
[root@nagios libexec]# ls
ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[root@nagios libexec]#
[root@nagios libexec]#
[root@nagios libexec]# ls
ls: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[root@nagios libexec]#
[root@nagios libexec]#
[root@nagios libexec]# ping
ping: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[root@nagios libexec]# sh
sh: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
[root@nagios libexec]# /bin/sh
/bin/sh: error while loading shared libraries: libc.so.6: can

最低0.47元/天 解锁文章
5971

被折叠的 条评论
为什么被折叠?



