Original question here
I am trying to add phpMyAdmin to a droplet I am trying to follow this tutorial the tutorial is written for Ubuntu 16.04 I run 18.04.
I have currently
Besides the above, I have run this in the terminal
I am now trying to install phpMyAdmin from this tutorial
The problem occurs when I run:
sudo phpenmod mcrypt
It gives me this error: Module mcrypt ini file doesn’t exist under /etc/php/7.2/mods-available
If I run sudo phpenmod mbstring
nothing happens.
So I can’t get any further with the tutorial
This person have/had the same problem as me and one guy reply to him and said:
“If you installed it in a different way or have multiple VirtualHosts, then we might need to do a little adjusting to get it running.”
The thing is, this tutorial encouraged me to add VirtualHosts so I did that following this tutorial as I also mentioned above, but now I have no idea on how to proceed and install phpMyAdmin on one of the virtual host’s websites
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey friend!
I may be able to help on this. Instead of
phpenmod mcrypt
can you try this tutorial instead?https://websiteforstudents.com/install-php-7-2-mcrypt-module-on-ubuntu-18-04-lts/
I’ve not tested it, but mcrypt isn’t in the repositories as a PHP module, so this looks like the easiest path.
Jarland
Bump