本文操作环境:Ubuntu 12.10系统,php5.3版,Dell G3电脑。
yum 安装php 报错怎么办?
使用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
Error: php53-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!