Results 1 to 3 of 3
Please excuse me, for I am new. I just installed Debian and am trying to install some applications. However, I get an error saying that I don't have libc6:
However, ...
- 01-18-2009 #1
Supposedly missing libc6
Please excuse me, for I am new. I just installed Debian and am trying to install some applications. However, I get an error saying that I don't have libc6:

However, according to apt-get I already have it and it's up-to-date:

I'm new to Linux so I really have no idea where to go from here. Any help would be greatly appreciated.
If it helps:
- 01-18-2009 #2
it looks like it depends on the following:
libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1)
so is your libc6 = or greater than 2.7-1Code:apt-cache show libboost-date-time1.34.1
looks like you have etch and having downloaded a package that is available for lenny. since its available for lenny then it was built against lenny packagesCode:dpkg -l libc6 dpkg -l libgcc1 dpkg -l libstdc++6
you can either build the package from source, upgrade to lenny, or stay on etch and use apt-pinning to install the lenny package Apt-Pinning for Beginners
- 01-19-2009 #3
I upgraded and that fixed the problem. Thank you very much!


Reply With Quote
