I hate bumping threads, but I really need to get this working.
Can anyone advise on the issues with cups libraries not intalling? (I've put the error below)
Code:
gavin@elbow:~$ sudo apt-get install libcups2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
libcups2-dev: Depends: libgnutls-dev but it is not going to be installed
E: Broken packages
If I try again adding libgnutls-dev to the apt-get it comes back with this which is what I can't understand how to resolve:
Code:
gavin@elbow:~$ sudo apt-get install libcups2-dev libgnutls-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
libgnutls-dev: Depends: libgnutls26 (= 2.4.2-6ubuntu0.1) but 2.4.2-6+lenny1 is to be installed
E: Broken packages