Error: php71w-common conflicts with php-common-5.4.16-46.el7.x86_64


Centos7.3 阿里云主机 安装zabbix报错

问题:

[root@lvhanzhi code]# yum install -y zabbix-web-mysql zabbix-agent mariadb-server
Error: php71w-common conflicts with php-common-5.4.16-46.el7.x86_64
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

产生的原因:

之前安装的不是php71w-common,安装zabbix需要依赖php71w-common

解决方法:

yum remove php-mysql-5.4 php php-fpm php-common   #删除之前安装的php
yum install -y zabbix-web-mysql zabbix-agent mariadb-server #重新安装zabbix


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM