centos - yum install php-bcmath Requires: php-common(x86-64) = 5.3.3-22.el6 -
im running centos 6, , tried to:
yum install php-bcmath, got error:
yum install php-bcmath loaded plugins: fastestmirror loading mirror speeds cached hostfile * base: mirror.checkdomain.de * epel: mirror.de.leaseweb.net * extras: mirror.checkdomain.de * rpmforge: mirror.de.leaseweb.net * updates: mirror.checkdomain.de setting install process resolving dependencies --> running transaction check ---> package php-bcmath.x86_64 0:5.3.3-22.el6 installed --> processing dependency: php-common(x86-64) = 5.3.3-22.el6 package: php-bcmath-5.3.3-22.el6.x86_64 --> finished dependency resolution error: package: php-bcmath-5.3.3-22.el6.x86_64 (base) requires: php-common(x86-64) = 5.3.3-22.el6 installed: php-common-5.4.9-1.el6.remi.x86_64 (@remi-test) php-common(x86-64) = 5.4.9-1.el6.remi available: php-common-5.3.3-22.el6.x86_64 (base) php-common(x86-64) = 5.3.3-22.el6 try using --skip-broken work around problem try running: rpm -va --nofiles --nodigest
please help,
thanks
i found out problem comes new php version (5.4, 5.4), installed in separate repo.
so, need install php-bcmath in main repo (version 5.3) using command:
yum install php-bcmath --enablerepo=remi
with "remi" main repo, can see go /etc/yum.repos.d using ll
Comments
Post a Comment