Archive

Archive for August, 2011

PHP Mcrypt on CentOS 6

August 25th, 2011 No comments

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: PHP, Tutorials Tags: