zoukankan      html  css  js  c++  java
  • 运行yum时出现错误,缺失libsasl2.so.2文件

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

    [root@localhost /]# yum repolist
    There was a problem importing one of the Python modules
    required to run yum. The error leading to this problem was:
    
       libsasl2.so.2: 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, 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 to
    the 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 repolist
    Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
    This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
    repo id                              repo name                            status
    local                                balack                               3,648
    repolist: 3,648
    [root@localhost ~]#
  • 相关阅读:
    使用IIS实现反向代理
    C#管理windows服务
    使用SoapUI测试windows身份验证的webservice
    SQLSERVER2014集群实战——IP引发的坑
    (复活公告??)
    各种trick和细节错误汇总
    emacs常用指令
    随机数据生成与对拍【c++版,良心讲解】
    UVA11019 Matrix Matcher
    HDU4757 Tree
  • 原文地址:https://www.cnblogs.com/xfan1982/p/4182039.html
Copyright © 2011-2022 走看看