yum -y install pcre pcre-devel安装出现下列错误
Error:  Multilib version problems found. This often means that the rootcause is something else and multilib version checking is justpointing out that there is a problem. Eg.:1. You have an upgrade for pcre which is missing somedependency that another package requires. Yum is trying tosolve this by installing an older version of pcre of thedifferent architecture. If you exclude the bad architectureyum will tell you what the root cause is (which packagerequires what). You can try redoing the upgrade with--exclude pcre.otherarch ... this should give you an errormessage showing the root cause of the problem.2. You have multiple architectures of pcre installed, butyum can only see an upgrade for one of those architectures.If you don't want/need both architectures anymore then youcan remove the one with the missing update and everythingwill work.3. You have duplicate versions of pcre installed already.You can use "yum check" to get yum show these errors....you can also use --setopt=protected_multilib=false to removethis checking, however this is almost never the correct thing todo as something else is very likely to go wrong (often causingmuch more problems).

解决:

首先查看pcre是否重复


# rpm -qa | grep pcre
pcre-8.32-15.el7_2.1.i686
pcre-8.32-15.el7_2.1.x86_64

然后用

#yum remove 其中一个的pcre的包名       //卸载

再重新安装:

# yum install -y pcre pcre-devel

安装Nginx必要组件时解决 yum -y install pcre pcre-devel安装出错相关推荐

  1. 在Liunx安装Nginx中,yum -y install gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel 出现无法安装:

    终端输入:rm -f /var/run/yum.pid

  2. linux php7 yum 卸载,Linux_在Centos中yum安装和卸载软件的使用方法,安装一个软件时 yum -y install h - phpStudy...

    在Centos中yum安装和卸载软件的使用方法 安装一个软件时 yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yu ...

  3. Centos7安装Nginx监控组件Nginx-rrd【二】

    Centos7安装Nginx监控组件Nginx-rrd 1. 安装perl.rrdtool 2. 安装Nginx-rrd 1. 下载Nginx-rrd 2. 配置nginx-rrd.conf 3. 配 ...

  4. HTML 渲染组件出错,这个问题可以通过安装某个缺失组件来解决。您是否想要了解详细信息? 的解决办法

    问题概述 最近喜欢上了一款文本编辑软件 " Markdownpad 2 " ,非常好用,是一款用起来后无法自拔的!呃 ! 好吧! Markdownpad 2  安装程序的下载备份地 ...

  5. 使用yum -y install xxxx时会出现错误的解决办法

    出现错误:Cannot retrieve repository metadata (repomd.xml) for repository: XXXX Please verify its path an ...

  6. centos 7.2执行yum -y install报错Metadata file does not match checksum

    分析结论 1,Metadata file does not match checksum报错在于元文件的校验值与元文件不匹配 2,元数据是指 mnt/repodata/436345f4b666f0a4 ...

  7. Linux中yum执行yum -y install gcc 报错 解决方案

    Linux中yum执行yum -y install gcc 报错 解决方案 本人实际遇到的问题,已亲测正式环境,为防止下次在遇到,在这里做个记录,遇到此问题的小伙伴可以参考此文章. 文章摘自其它网友博 ...

  8. centos7:yum -y install gcc python36-devel bzip2-devel sqlite-devel openssl-devel readline-devel xz-d

    安装执行的过程分析记录,有时间仔细分析一下过程,配合查看yum的脚本: 目录 安装过程 yum脚本 安装过程 server]# yum -y install gcc python36-devel bz ...

  9. CentOS 7.8 系统安装执行 yum -y install mysql-server 报错 No package mysql-seve available

    在 CentOS 7.8 系统安装mysql-server 报错 No package mysql-seve available, 解决方法: 执行 sudo rpm -Uvh http://dev. ...

最新文章

  1. [Nhibernate]对象状态
  2. Cannot initialize a parameter of type ‘NSArray<id<RCTBridgeModule>> *‘ with an rvalue of type ‘NSArr
  3. 【错误记录】Android Studio 编译报错 ( SDK location not found )
  4. kendo 服务端排序
  5. python 元类的call总结_Python 类与元类的深度挖掘 I【经验】
  6. 实现electron-bridge
  7. 科比生涯自述:忍受,然后征服——这就是曼巴精神
  8. object references an unsaved transient instance - save the transient instance before flushing
  9. 文件服务器 测试,python-文件服务器测试
  10. 持久层框架JPA与Mybatis该如何选型
  11. 新手CrossApp 之demo SecondViewController小结
  12. adb ps shell 查看进程_adb shell查看进程方法
  13. 索尼rx1r人脸识别_RX1 vs RX1R 索尼黑卡新老机皇画面解析力内战
  14. 那山的那边海的这边有一群程序员
  15. 我国三大运营商即将开始联手屏蔽垃圾短信
  16. 设计模式---外观(Facade)模式
  17. 大疆精灵4多光谱无人机P4M影像辐射定标方法(三)
  18. 国外流行网上支付方式
  19. 统计学习方法李航版第十章部分课后习题python答案
  20. mysql答辩会问什么_计算机科学与技术专业,毕设答辩会问什么问题?

热门文章

  1. 尚硅谷springboot笔记_dubbo笔记(一、基础知识)
  2. 软件驱动安装在docker_低成本的无线打印:群晖上通过Docker容器实现Airprint
  3. springboot rabbitlistener注解_一文带你SpringBoot+RabbitMQ方式收发消息
  4. C++:类的构造函数
  5. 浅谈OpenCL之Platform API(2)
  6. 【训练过程】1) Create Training File(创建训练文件)
  7. setState是同步的还是异步的(都有)
  8. Swagger:后端文档生成工具
  9. 酷黑风个人主页+引导页源码
  10. 随机二次元图片API源码