摘要:
报错 error while loading shared libraries: xxx.so.0:cannot open shared object file: No such file or directory…… 找不到库文件 排查解决 首先,查找文件是否存在。 然后,在/etc/ld.so. 阅读全文
摘要:
1、sshd启动问题:/var/empty must be owned by root and not group or world-writable.chown -R root.root /var/empty/ 2、ssh登录问题 添加到:sshd_config LoginGraceTime 12 阅读全文