- 論壇徽章:
- 0
|
檢查系統(tǒng)的openssl
[root@localhost ~]# rpm -qa | grep openssl
openssl-1.0.1e-15.el6.i686
強行卸載系統(tǒng)的openssl
[root@localhost ~]# rpm -e --nodeps openssl
安裝EMOS里面的openssl,提示跟ca-certificates沖突
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
file /etc/pki/tls/certs/ca-bundle.crt from install of openssl-0.9.8e-7.el5.i686 conflicts with file from package ca-certificates-2013.1.94-65.0.el6.noarch
檢查openssl是否已經(jīng)安裝上,結(jié)果沒有安裝
[root@localhost ~]# rpm -qa | grep openssl
強行卸載ca-certificates
[root@localhost ~]# rpm -e ca-certificates
檢查ca-certificates是否已經(jīng)被卸載
[root@localhost ~]# rpm -qa | grep ca-certificates
再次安裝EMOS里面的openssl,能正常裝上
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
1 penssl ########################################### [100%]
通過YUM安裝courier-authlib-mysql,提示錯誤
[root@localhost ~]# yum install -y courier-authlib-mysql
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libssl.so.10: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:11:10)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
這里是一個URL,我沒有權(quán)限發(fā)布URL
請問你是在centos幾上部署EXTMAIL的?回復(fù) 3# o楓葉o飄零
|
|