PHP Mcrypt on CentOS 6
CentOS 6 still doesn’t by default include mcrypt in it’s distribution on repositories.
There is hope, EPEL to the rescue again:
rpm -ivh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
yum update
yum install php-mcrypt
**Please note the above download is for CentOS 6 x86_64**
Categories: Tutorials