yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between attempted installs of php-pecl-fileinfo-1.0.4-2.el6.rf.x86 64 and php-common-5.3.3-46.el6 6.x86 64
遇到这个情况的时候 是库冲突了 需要修改文件 vim /etc/yum.repos.d/rpmforge.repo
将里面的enable=1 改成 enable=0 就行了