Jump to content

Recommended Posts

Posted

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.

Posted

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

  • Thanks 1
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...