I am trying to install FOG on Ubuntu 12.04 Server.
I have downloaded the latest version from SF, but when I try to install it, it fails when trying to install MySQL, specifically with:
The following packages have unmet dependencies.
mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I tried to manually apt-get mysql-server-5.5, but that fails, citing the following dependencies:
Depends: mysql-client-5.5 (>=5.5.38-0ubuntu0.12.04.1) but it is not going to be installed
Depends: libdbi-perl but it is not going to be installed
Depends: mysql-server-core-5.5 (>=5.5.38-0ubuntu0.12.04.1) but it is not going to be installed
Depends: libhtml-template-perl but it is not going to be installed
Long story short, is this just a big incompatibility with 12.04 and the newest MySQL builds or something more fundamental? I'm guessing in the former case, it's possible to alter the FOG install script to grab an older version, but I don't have a clue where to start with that.
I'm on 12.04 because that is the last LTS release suggested for FOG (They warn against 14.04 here).
I've checked all my sources and they're the correct ones for precise pangolin.