CentOS 6.4 x86_64 에서 php 설치후 mcrypt 관련 오류가 나오면 epel repository 를 등록해주어 설치할 수 있다.
rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum update
yum install php-mcrypt
service httpd restart
CentOS 6.4 x86_64 에서 php 설치후 mcrypt 관련 오류가 나오면 epel repository 를 등록해주어 설치할 수 있다.
rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum update
yum install php-mcrypt
service httpd restart