Assuming you've upgraded your repositories to Remi. For example, I want to install a PHP PostgreSQL.
sudo yum install php-pgsql
If you get the following error:
Requires: php-common(x86-64) = 5.4.45-2.el6.remi
Installed: php-common-5.5.30-1.el6.remi.x86_64 (@remi-php55)
You need to issue the following instead:
sudo yum --enablerepo=remi-php55 install php-pgsql
No comments:
Post a Comment