Skip to content

Instantly share code, notes, and snippets.

@safecat
Created June 27, 2014 09:49
Show Gist options
  • Save safecat/7542a43ed845a4e121c7 to your computer and use it in GitHub Desktop.
Save safecat/7542a43ed845a4e121c7 to your computer and use it in GitHub Desktop.
Enable php5-mcrypt in Ubuntu 14.04
cd /etc/php5/mods-available
sudo ln -s ../conf.d/mcrypt.so
sudo php5enmod mcrypt
sudo /etc/init.d/apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment