mycript soluton ubuntu 14.04 lts server 64bit edition

nico3202

New Member
YetiShare User
Nov 5, 2013
12
0
0
Here is the solution to use the script on a ubuntu 14.04 lts server 64bit

my site -running ubuntu 14.04 lts server 64bit edition- uses the mcrypt too. somehow the default installation did not enable the mcrypt.

so we do have to enable it manually by doing "sudo php5enmod mcrypt", restart the apache, and voila!

sudo php5enmod mcrypt
sudo service apache2 restart
cd /etc/php5/apache2/conf.d
ls -la | grep mcrypt
lrwxrwxrwx 1 root root 31 May 13 14:37 20-mcrypt.ini -> ../../mods-available/mcrypt.ini