centos - Install php-devel -


i install php-devel on server(centos 6.5).

yum install php-devel 

however, encountered following error.

error: php54-cli conflicts php-cli-5.3.3-40.el6_6.x86_64 error: php54 conflicts php-5.3.3-40.el6_6.x86_64 error: php54-common conflicts php-common-5.3.3-40.el6_6.x86_64 try using --skip-broken work around problem try running: rpm -va --nofiles --nodigest 

could tell me how solve problem?

it's because have chose between packages 5.4 , 5.3

i'll suggests :

yum remove php.*  sudo yum install php53-common php5-devel php5-cli 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -