Created
June 27, 2014 09:49
-
-
Save safecat/7542a43ed845a4e121c7 to your computer and use it in GitHub Desktop.
Enable php5-mcrypt in Ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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