博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
yum -y install php-mysql 版本冲突
阅读量:6578 次
发布时间:2019-06-24

本文共 1273 字,大约阅读时间需要 4 分钟。

yum -y install  php-mysql 版本冲突

[root@itop yum.repos.d]# yum -y install  php-mysql

Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

 * base: mirrors.aliyun.com  * extras: mirrors.aliyun.com

 * updates: mirrors.aliyun.com Resolving Dependencies There are unfinished transactions remaining.

You might consider running yum-complete-transaction, or "yum-complete-transaction --cleanup-only" and "yum history redo last", first to finish them.

If those don't work you'll have to try removing/installing packages by hand (maybe package-cleanup can help).

--> Running transaction check ---> Package php-mysql.x86_64 0:5.4.16-45.el7 will be installed -->

Processing Conflict: php-mysql-5.4.16-45.el7.x86_64 conflicts php-mysqlnd --> Finished Dependency Resolution Error: php-mysql conflicts with php-mysqlnd-5.4.16-45.el7.x86_64  

You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest

 

因为版本冲突需要yum remove

解决如下:

[root@itop yum.repos.d]# yum remove php-mysqlnd-5.4.16-45.el7.x86_64

======== Remove  1 Package Installed size: 462 k Is this ok [y/N]: y

  php-mysql.x86_64 0:5.4.16-45.el7                                               Complete!

[root@itop yum.repos.d]#

转载于:https://www.cnblogs.com/xuanbjut/p/10407160.html

你可能感兴趣的文章
RHEL 5服务篇—部署Samba文件共享服务
查看>>
高中生活--第5篇--学英语的故事(四大难题)
查看>>
华为USG防火墙 NAT配置
查看>>
mysql5.6 使用杂记
查看>>
我的友情链接
查看>>
Centos 设置SSH欢迎语
查看>>
[置顶] jquery日历控件推荐,看看老外们的功底
查看>>
[转]微软新一代认证体系MCSE详解
查看>>
C语言特殊语法
查看>>
Spring Security——session管理
查看>>
网线水晶头线序错导致无法共享打印机
查看>>
【项目管理】git和码云的使用
查看>>
整理了几种常用的排序算法,留着自己看看
查看>>
jQuery中的.bind()、.live()和.delegate()之间区别分析
查看>>
我的友情链接
查看>>
ELK—>logstash—>ruby·plugin—>实现精彩的功能(term模板抽取)
查看>>
关于系统TCP连接的过多问题。
查看>>
我的友情链接
查看>>
BaseRecyclerViewAdapterHelper开源项目之BaseQuickAdapter源码学习上拉加载的实现代码(三)...
查看>>
雷军:做互联网需7字诀
查看>>