首页 > 代码库 > 运行yum时出现错误,缺失libsasl2.so.2文件

运行yum时出现错误,缺失libsasl2.so.2文件

运行yum时出现错误,缺失libsasl2.so.2文件

[root@localhost /]# yum repolistThere was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was:   libsasl2.so.2: cannot open shared object file: No such file or directoryPlease install a package which provides this module, orverify that the module is installed correctly.Its possible that the above module doesnt match thecurrent version of Python, which is:2.6.6 (r266:84292, Oct 12 2012, 14:23:48)[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]If you cannot solve this problem yourself, please go tothe yum faq at:  http://yum.baseurl.org/wiki/Faq

缺失libsasl2.so.2文件,重新安装或者找一个电脑有此文件的直接复制过去即可。

我的解决方法:

[root@localhost ~]# scp /usr/lib64/libsasl2.so.2 root@192.168.1.253:/usr/lib64/
[root@localhost ~]# yum repolistLoaded plugins: product-id, refresh-packagekit, security, subscription-managerThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.repo id                              repo name                            statuslocal                                balack                               3,648repolist: 3,648[root@localhost ~]#

运行yum时出现错误,缺失libsasl2.so.2文件