How to install php-mcrypt on CentOS 7 with php 5.4?
First download the rpm file from the source by issuing the following command:
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/php-mcrypt-5.3.3-3.el6.x86_64.rpm
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/php-mcrypt-5.3.3-3.el6.x86_64.rpm
Install the rpm package with the following command:
yum localinstall php-mcrypt-5.3.3-3.el6.x86_64.rpm
Comments
Post a Comment