How To Install The Php Mcrypt Module On Rhel 6

By admin ·
1

How To Install The Php Mcrypt Module On Rhel 6

  • Tools:
  • 1 ea RHEL 6

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/php-mcrypt-5.3.3-1.el6.x86_64.rpm wget http://dl.fedoraproject.org/pub/epel/6/x86_64/libmcrypt-2.5.8-9.el6.x86_64.rpm

yum localinstall php-mcrypt-5.3.3-1.el6.x86_64.rpm libmcrypt-2.5.8-9.el6.x86_64.rpm

/etc/init.d/httpd restart

php -m** should show in the list: mcrypt*

  • tyler

    Software Engineer and creator of howchoo.

Software Engineer and creator of howchoo.