Wednesday, May 27, 2009

Installing Mcrypt in Ubuntu Desktop for PHP5

Open the Synaptic Package Manager. Search for php5-mcrypt. Start installation. Agree to any additional libraries it might need. Finish Install.

Run
sudo /etc/init.d/apache2 restart
from the command line to restart Apache.
Mcrypt will show up when you execute
phpinfo();
in php.

No comments:

Post a Comment