Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error
Posted
by
John Crawford
on Ask Ubuntu
See other posts from Ask Ubuntu
or by John Crawford
Published on 2013-10-24T13:54:11Z
Indexed on
2013/10/24
16:10 UTC
Read the original article
Hit count: 491
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?
© Ask Ubuntu or respective owner