When launching the command:
apt-get install php5-mcrypt
I get the error:
Package 'php5-mcrypt' has no installation candidate
Do you know how to fix it?
I followed this post and nothing.
You are saying that the package does not exist.
The one you must install is 5.6
, leaving what you should execute in the following way:
apt-get install php5.6-mcrypt