I'm trying to configure the extension mcrypt in my Ubuntu Server VirtualBox for work in my phpMyAdmin page.
I ran vi /etc/php5/mods-available/mcrypt.ini
and then I changed extension=mcrypt.so
to extension=/usr/lib/php5/20121212/mcrypt.so
and when I tried to save changes it said this:
E45 readonly option is set (add ! to override)
I think that maybe I made a mistake deleting something before extension=mcrypt.os
and I don't know what to do.
sudo vi /etc/php5/mods-available/mcrypt.ini
instead. – Natim Jan 08 '17 at 11:40