Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Created September 19, 2012 10:52
Show Gist options
  • Save chaitu87/3749017 to your computer and use it in GitHub Desktop.
Save chaitu87/3749017 to your computer and use it in GitHub Desktop.
Magento mcrypt installation in redhat 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
rpm -Uvh php-mcrypt-5.3.3-1.el6.x86_64.rpm libmcrypt-2.5.8-9.el6.x86_64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment