使用yum安装php*时报错的解决办法

# yum -y install php*

注意:

php53-odbc64-5.3.3-2.el5.x86_64 from base has depsolving problems
  --> php53-odbc64 conflicts with php53-odbc
Errorphp53-odbc64 conflicts with php53-odbc
 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

# yum -y install php* --skip-broken

安装成功会最后出现Complete!

原文地址:https://www.cnblogs.com/rhjeans/p/4533606.html