Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sadanandkenganal
Created October 8, 2015 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadanandkenganal/cdabc22f69baa17acc70 to your computer and use it in GitHub Desktop.
Save sadanandkenganal/cdabc22f69baa17acc70 to your computer and use it in GitHub Desktop.
The requested PHP extension ext-mcrypt * is missing from your system
sudo apt-get install php5-mcrypt
sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available
sudo php5enmod mcrypt 
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment