Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error
- by John Crawford
I'm trying to install my LAMP environment on Ubuntu 13.10 using my script file that can be found here. That script worked for Ubuntu 12.04, Ubuntu 13.04 but when I try it on Ubuntu 13.10 it gives the following error:
E: Package 'libapache2-mod-auth-mysql' has no installation candidate
Any idea on how to fix this? Note, I do want this package to be installed.
EDIT: I've found out now that the reason this could not be installed was because it needed the following two packages that were missing: libmysqlclient16 and apache2.2-common. Do I just need to install these packages or were they removed for a reason?