Unable to install mcrypt on Plesk php.5.3 ?,
#yum install php53-mcrypt
php53-common-5.3.3-13.el5_8.x86_64 from base has depsolving problems
–> php53-common conflicts with php-common
Error: php53-common conflicts with php-common
You could try using –skip-broken to work around the problem
You could try running: package-cleanup –problems
Pourquoi cela se produit ?, parce que le paquet n'est pas disponible dans le repo Plesk. Alors il faut ajouté EPEL repo sur le serveur.
#wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
#rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
#yum install php53-mcrypt
Et voila !