oxygen8
emdebian ./configure - make - make install August 15, 2010 06:02PM |
apt-get install build-essential give me an Error:
The following packages have unmet dependencies: build-essential: Depends: libc6-dev but it is not going to be installed or libc-dev Depends: g++ (>= 4:4.4.3) but it is not going to be installed Depends: dpkg-dev (>= 1.13.5) but it is not going to be installed
apt-get install libc6-dev
root@debian:/# apt-get install libc6-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: libc6-dev: Depends: libc6 (= 2.11.2-2) but 2.11.2-2em1 is to be installed E: Broken packages root@debian:/#