Конфликты с Yum устанавливают php-mysql на Centos7 - PullRequest
0 голосов
/ 30 апреля 2018

При попытке установить php-mysql на коробку с Centos 7 ... возникает ошибка конфликта ... Я не являюсь опытным пользователем CentOs Linux. Любая помощь очень ценится в этом вопросе.

[root@xweb01 ~]# yum -y install php-mysql

Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.atlanticmetro.net
 * epel: epel.mirror.constant.com
 * extras: mirrors.mit.edu
 * ius: ius.mirror.constant.com
 * nux-dextop: mirror.li.nux.ro
 * updates: repos-va.psychz.net

Resolving Dependencies
--> Running transaction check
---> Package php-mysql.x86_64 0:5.4.16-43.el7_4.1 will be installed

--> Processing Dependency: php-pdo(x86-64) = 5.4.16-43.el7_4.1 for package: php-mysql-5.4.16-43.el7_4.1.x86_64
--> Running transaction check
---> Package php-pdo.x86_64 0:5.4.16-43.el7_4.1 will be installed

--> Processing Dependency: php-common(x86-64) = 5.4.16-43.el7_4.1 for package: php-pdo-5.4.16-43.el7_4.1.x86_64
--> Running transaction check
---> Package php-common.x86_64 0:5.4.16-43.el7_4.1 will be installed

--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-43.el7_4.1.x86_64
--> Running transaction check
---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed

--> Processing Conflict: php71u-common-7.1.10-2.ius.centos7.x86_64 conflicts php-common < 7.1.10-2.ius.centos7
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package php71u-common.x86_64 0:7.1.10-2.ius.centos7 will be updated

--> Processing Dependency: php-common(x86-64) = 7.1.10-2.ius.centos7 for package: mod_php71u-7.1.10-2.ius.centos7.x86_64
---> Package php71u-common.x86_64 0:7.1.16-1.ius.centos7 will be an update

--> Running transaction check
---> Package mod_php71u.x86_64 0:7.1.10-2.ius.centos7 will be updated
---> Package mod_php71u.x86_64 0:7.1.16-1.ius.centos7 will be an update

--> Processing Conflict: php71u-common-7.1.16-1.ius.centos7.x86_64 conflicts php-common < 7.1.16-1.ius.centos7
--> Finished Dependency Resolution

Error: php71u-common conflicts with php-common-5.4.16-43.el7_4.1.x86_64

 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

...