Archive · November 19, 2010
MCrypt PHP5 Ubuntu Install
Ubuntu: PHP mCrypt Installation
mCrypt is an encryption program used on Linux systems. To install mCrypt for PHP5 on your Ubuntu Linux system:sudo apt-get install php5-mcryptThen restart Apache with:
sudo /etc/init.d/apache2 restartI needed to do this so that phpMyAdmin would have mcrypt available. For more info about mcrypt, visit: Official site http://mcrypt.hellug.gr PHP usage of mCrypt http://www.php.net/manual/en/book.mcrypt.php