Unable to locate package libapache2-mod-auth-mysql

33,803

Solution 1

The package has been deleted in Ubuntu 15.10 (since it was deleted upstream in Debian 8). The module itself is apparently unmaintained, and mod_authn_dbd or mod_authz_dbd should be used instead.

Solution 2

From here: phpmyadmin not working due to missing mbstring extention

sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
Share:
33,803

Related videos on Youtube

Hugo Lobo
Author by

Hugo Lobo

Updated on September 18, 2022

Comments

  • Hugo Lobo
    Hugo Lobo almost 2 years

    Trying to install this package on Ubuntu using sudo apt-get install libapache2-mod-auth-mysql, but I get the message in the title. Why and how can I fix it?

    • Christopher B. Adkins
      Christopher B. Adkins over 8 years
      Which version of Ubuntu are you using?
    • Hugo Lobo
      Hugo Lobo over 8 years
      The version I'm using is 15.10
  • David
    David over 7 years
    sudo apt-get install mysql-server mod_authn_dbd php7.0-mysql is giving the following error. E: Unable to locate package mod_authn_dbd How to get rid of this?