Php5 mysql has no installation candidate

broken image
broken image

If using `reload` doesn't work, you can follow that up with `restart`, instead. Of course, if you're running `nginx`, you'd want to run this command: That said, for the scenario that you presented here, using PHP 5 on Ubuntu 14.04, I think () has the answer you'd be looking for:

broken image

Sudo apt-get install php-pear php7.0-intl php7.0-mcrypt php7.0-mbstring & sudo phpenmod intl mcrypt mbstring You can also see that reflected in the updated command for that step in the guide: If you were to run that same command on a machine running Ubuntu 16.04 or higher, you'll have a problem since they come with PHP 7 or higher as standard now. Looking at the guide you linked to, it's been (). This may mean that the package is missing, has been obsoleted, orĮ: Package 'php5-mcrypt' has no installation candidateĭescription Hi Edgar! I'm sorry to see that no one was able to help you before now. Package php5-mcrypt is not available, but is referred to by another package. Sudo apt-get install php-pear php5-intl php5-mcrypt & sudo php5enmod intl mcryptĪpparently, this is outdated as I receive the following errors: Install and enable the packages php-pear, php5-intl, and php5-mcrypt: I am following this tutorial to install roundcube:

broken image