当试图运行时:
yum --enablerepo=remi install php-pgsql
我得到了以下错误,为什么这是?
Error: Missing Dependency: php-common = 5.3.5-1.el5.remi.1 is needed by package php-pgsql-5.3.5-1.el5.remi.1.x86_64 (remi)
重新安装php:
yum --enablerepo=remi reinstall php
然后安装php-pgsql:
yum --enablerepo=remi install php-pgsql
如果你从webtatic repo安装php,首先要清除php和php-common:
yum erase php yum erase php-common
然后从remi安装php:
yum --enablerepo=remi --disablerepo=webtatic install php