Andy
A-ndy.dev

Follow

A-ndy.dev

Follow

Mcrypt Extension on Ubuntu 14.04

Andy's photo
Andy
·Aug 7, 2021·

1 min read

$ sudo updatedb $ locate mcrypt.ini

Should show it located at /etc/php5/mods-available

$ locate mcrypt.so

Enable the mod

$ sudo php5enmod mcrypt

Restart Apache2

$ sudo service apache2 restart

 
Share this