mcrypt php extension required

Solutions on MaxInterview for mcrypt php extension required by the best coders in the world

showing results for - "mcrypt php extension required"
Samuel
12 Mar 2017
1# 1) Create a Symbolic link to mcrypt.ini in PHP mods folder
2sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini
3# 2) Activate extension
4sudo php5enmod mcrypt
5# 3) Restart Apache
6sudo service apache2 restart