On Sat, Nov 04, 2000 at 05:44:14AM -0500, John Kiff wrote: > Reading Package Lists... Done > Building Dependency Tree... Done > You might want to run `apt-get -f install' to correct these: > Sorry, but the following packages have unmet dependencies: > libc6-dev: Depends: libc6 (= 2.1.3-10) but 2.1.96-1 is to be installed ^^^^^^^^ ^^^^^^^^ potato woody >
It looks like you are mixing potato and woody packages. > debian:/var/cache/apt/archives# dpkg --install libc6_2.1.3-10_i386.deb > dpkg: `ldconfig' not found on PATH. > dpkg: 1 expected program(s) not found on PATH. > NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and > /sbin. libc6_2.1.3-10 is potato version of libc6. To install it you have to install potato's ldso package. Try remove any woody entries from your sources.list and then apt-get --reinstall install ldso (or dpkg --force-downgrade -i ldso_1.9.11-9.deb)