1、yum安装软件提示:another app is currently holding the yum.lock;waiting for it to exit.

原因:可能是系统自动升级正在运行,yum在锁定状态中。

解决方法:通过强制关掉yum进程:
#rm -f /var/run/yum.pid
然后就可以使用yum了。

2、./configure时老是报!!!! OpenSSL is not properly installed on your system.

解决:

yum install -y openssl openssl-devel

3、