Ubuntu 13.10 gives "Package 'libapache2-mod-auth-mysql' has no installation candidate" error

John Crawford

UPDATE: Because Apache 2.4 is the default version (instead of the previous 2.2) this error occurs. However as can be seen here all future versions of Ubuntu 13.10 and above will not support this package until it gets fixed upstream. As a work around you do not need to install this package as it is only required for Apache authentication against MySQL (as opposed to doing it at the web app end, which is far more common)

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?

user207322

It looks like there's a bug logged for this.

https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1243076

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Ubuntu gives error while update

From Dev

oracle-java-10-installer package gives 404 error on Ubuntu 18.04

From Dev

python pd.dataframe issue, index 13 gives an error?

From Dev

Passing a listbox as a function parameter in VBA gives me a Runtime error 13

From Dev

Installing PHP on FreeBSD 10 gives compilation error

From Dev

std::sort function gives "Bus error: 10"

From Dev

Installing PHP on FreeBSD 10 gives compilation error

From Dev

Ubuntu 17.10 gives error when shutdown

From Dev

Dell XPS 13 9360 Dualboot Windows 10 and Ubuntu 16.04

From Dev

Dell XPS 13 9360 Dualboot Windows 10 and Ubuntu 16.04

From Dev

Cabal 1.18 gives Bus Error 10 on nearly everything on OS X

From Dev

Cabal 1.18 gives Bus Error 10 on nearly everything on OS X

From Dev

C++ Builder 10 - Compiling any project gives error?

From Dev

Windows 10 gives error when calling ShellExecute with verb that is registered

From Dev

Disk "Volume Extend" command gives Error with Diskpart [WIndows 10]

From Dev

opengl program compiles but gives error when run (UBUNTU 14.04)

From Dev

Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

From Dev

Using Ubuntu's subsystem on Windows for 'make' gives java error

From Dev

Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

From Dev

opengl program compiles but gives error when run (UBUNTU 14.04)

From Dev

want to install ubuntu 14.04 on acer aspire 5517 but it gives syslinux error

From Dev

Installing Xampp on Ubuntu 16.04 gives error command not found

From Dev

Python script gives error when running as a ubuntu service

From Dev

Ubuntu 20.04: apt update gives error for wireguard (2)

From Dev

pascal triangle gives overflow for 13

From Dev

Using Snap on Ubuntu for Windows 10 Error

From Dev

Nested ng-repeat gives error after 10 levels deep: 10 $digest() iterations reached

From Dev

virtualenv on Windows10 gives error:The path python3 does not exist

From Dev

Recursively finding all prime numbers up to a given number (Project Euler 10) gives StackOverflow Error

From Dev

Windows 10 gives error when writing to external drive past 2TB

Related Related

  1. 1

    Ubuntu gives error while update

  2. 2

    oracle-java-10-installer package gives 404 error on Ubuntu 18.04

  3. 3

    python pd.dataframe issue, index 13 gives an error?

  4. 4

    Passing a listbox as a function parameter in VBA gives me a Runtime error 13

  5. 5

    Installing PHP on FreeBSD 10 gives compilation error

  6. 6

    std::sort function gives "Bus error: 10"

  7. 7

    Installing PHP on FreeBSD 10 gives compilation error

  8. 8

    Ubuntu 17.10 gives error when shutdown

  9. 9

    Dell XPS 13 9360 Dualboot Windows 10 and Ubuntu 16.04

  10. 10

    Dell XPS 13 9360 Dualboot Windows 10 and Ubuntu 16.04

  11. 11

    Cabal 1.18 gives Bus Error 10 on nearly everything on OS X

  12. 12

    Cabal 1.18 gives Bus Error 10 on nearly everything on OS X

  13. 13

    C++ Builder 10 - Compiling any project gives error?

  14. 14

    Windows 10 gives error when calling ShellExecute with verb that is registered

  15. 15

    Disk "Volume Extend" command gives Error with Diskpart [WIndows 10]

  16. 16

    opengl program compiles but gives error when run (UBUNTU 14.04)

  17. 17

    Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

  18. 18

    Using Ubuntu's subsystem on Windows for 'make' gives java error

  19. 19

    Capistrano 3 at deployment on Ubuntu 12.04 LTS gives error

  20. 20

    opengl program compiles but gives error when run (UBUNTU 14.04)

  21. 21

    want to install ubuntu 14.04 on acer aspire 5517 but it gives syslinux error

  22. 22

    Installing Xampp on Ubuntu 16.04 gives error command not found

  23. 23

    Python script gives error when running as a ubuntu service

  24. 24

    Ubuntu 20.04: apt update gives error for wireguard (2)

  25. 25

    pascal triangle gives overflow for 13

  26. 26

    Using Snap on Ubuntu for Windows 10 Error

  27. 27

    Nested ng-repeat gives error after 10 levels deep: 10 $digest() iterations reached

  28. 28

    virtualenv on Windows10 gives error:The path python3 does not exist

  29. 29

    Recursively finding all prime numbers up to a given number (Project Euler 10) gives StackOverflow Error

  30. 30

    Windows 10 gives error when writing to external drive past 2TB

HotTag

Archive