I tried to update a system of mine, with which I had no problems whatsoever, and ran into problem while executing a aptitude full-upgrade. The update ran through normally till I got this error :
Preparing to replace libc6 2.13-21 (using .../libc6_2.13-24_amd64.deb) ...
A copy of the C library was found in an unexpected directory:
'/lib/ld-2.11.2.so'
It is not safe to upgrade the C library in this situation;
please remove that copy of the C library or get it out of
'/lib' and try again.
dpkg: error processing /var/cache/apt/archives/libc6_2.13-24_amd64.deb (--unpack):
subprocess new pre-installation script returned error exit status 1
configured to not write apport reports
Errors were encountered while processing:
/var/cache/apt/archives/libc6_2.13-24_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: dependency problems prevent configuration of libc6-dev:
libc6-dev depends on libc6 (= 2.13-24); however:
Version of libc6 on system is 2.13-21.
dpkg: error processing libc6-dev (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libc6-i386:
libc6-i386 depends on libc6 (= 2.13-24); however:
Version of libc6 on system is 2.13-21.
dpkg: error processing libc6-i386 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libc6-dev
libc6-i386
Anytime now that I try to upgrade or install any package I get this error. Any attempts to move files only required more files to be moved. I also couldn't fix with dpkg.
Some Info :
Debian Linux 3.1.0-1-amd64
#dpkg -l | grep libc6
ii libc6 2.13-21
iU libc6-dev 2.13-24
iU libc6-i386 2.13-24
Thank you !