当试图逃跑时:
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)发布于 2011-02-26 20:14:19
重新安装php:
yum --enablerepo=remi reinstall php然后安装php-pgsql:
yum --enablerepo=remi install php-pgsql如果您从webtatic安装php,那么首先擦除php和php--通用的:
yum erase php
yum erase php-common然后从remi安装php:
yum --enablerepo=remi --disablerepo=webtatic install phphttps://serverfault.com/questions/240664
复制相似问题