bodminman Posted October 23, 2010 Author Posted October 23, 2010 Just followed some info from a site that seems to have done the trick. Here it is: cd /etc/apt pico sources.lst at the end of the file add: deb Index of /debian lenny main deb-src Index of /debian lenny main or another mirror of your choosing (the full list is available at the debian site). then: apt-get update && apt-get dist-upgrade apt-get install mysql-server mysql-client That should update your system and then install mysql with all dependencies.
computer_expert Posted October 23, 2010 Posted October 23, 2010 try installing libhtml-template-perl libdbi-perl manually from the following links: Debian -- Details of package libhtml-template-perl in lenny Debian -- Details of package libdbi-perl in lenny (make sure you download the i386 version if your debian VM is 32bit or amd64 if the debian install is 64bit) Once you have have manually installed the two packages, try installing fog again If you still can't get fog to install (because of mysql not installing all the dependencies), try the suggestion in this thread here: Debian User Forums • View topic - MySQL Installation Error - libdbi 1
bodminman Posted October 23, 2010 Author Posted October 23, 2010 Once you have have manually installed the two packages, try installing fog again If you still can't get fog to install (because of mysql not installing all the dependencies), try the suggestion in this thread here: Debian User Forums • View topic - MySQL Installation Error - libdbi LOL - The same post I found! FOG has now finally installed but thanks very very much for your help, it's very much appreciated.
computer_expert Posted October 23, 2010 Posted October 23, 2010 LOL - The same post I found! I thought it was after I saw your post! FOG has now finally installed but thanks very very much for your help, it's very much appreciated. Glad to help 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now