问题:

[root@lgh ~]# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was: libldap-2.4.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.

问题的产生(手贱使用了如下命令):

rpm -e --nodeps openldap openldap-clients openldap-servers openldap-devel   compat-openldap

解决方案:

下载如下一些包(我的系统是centos7的,一定要版本对应)

下载地址:http://rpmfind.net/linux/rpm2html/search.php?query=openldap&submit=Search+...&system=&arch=     #通过搜索一一搜索

compat-openldap-2.3.-.el7.x86_64.rpm
openldap-2.4.-.el7_6.x86_64.rpm
openldap-clients-2.4.-.el7_6.x86_64.rpm
openldap-devel-2.4.-.el7_6.x86_64.rpm
openldap-servers-2.4.-.el7_6.x86_64.rpm

下载之后使用rpm命令安装每一个包

 rpm -ivh --nodeps openldap-2.4.-.el7_6.x86_64.rpm openldap-servers-2.4.-.el7_6.x86_64.rpm openldap-clients-2.4.-.el7_6.x86_64.rpm compat-openldap-2.3.-.el7.x86_64.rpm openldap-devel-2.4.-.el7_6.x86_64.rpm 

问题解决成功

最新文章

  1. CSS代码规范
  2. 【转】Hadoop FS Shell命令
  3. android studio增量更新
  4. js的异步执行
  5. IE6对png图片的处理
  6. Codeforces Round #348(VK Cup 2016 - Round 2)
  7. 3.3.1实现Servlet
  8. 阅读javaScript 的原型笔记
  9. freeMarker中list的两列展示
  10. 数据结构(莫队算法):HH的项链
  11. php 求两个文件的相对路径
  12. HDOJ 3415 Max Sum of Max-K-sub-sequence(单调队列)
  13. javascript---在自由落体实现
  14. 常见的http状态码
  15. Struts2框架(5)---result结果集
  16. maven 搭新建成之后 无法创建 src/main/java 目录解决
  17. SpringCloud学习系列之五-----配置中心(Config)和消息总线(Bus)完美使用版
  18. homebrew 更改镜像,进行成功安装
  19. C#设计模式之二十职责链模式(Chain of Responsibility Pattern)【行为型】
  20. python进阶(四) windows下虚拟环境使用

热门文章

  1. git命令手册
  2. Mysql安装、查看密码、修改密码、初始化、修改字符类型
  3. laravel中redis pipeline用法说明
  4. jQuery BlockUI Plugin Demo 3(Page Blocking Examples)
  5. jenkins的slave/agent如何通过tcp端口和master建立连接
  6. Egret入门学习日记 --- 第一篇 (引擎的选择)
  7. leetCode:twoSum 两数之和 【JAVA实现】
  8. 项目中easyui-tooltip提示消息运用
  9. golang 切片和map查询比较
  10. Java中的静态导入