I solved this "bug" by unpacking ldconfig from its origin lib-bin package from ubuntu repository. Than i copied it to sbin directory and dpkg package system now works. In Ubuntu commands:
aptitude download libc-bin dpkg-deb -x libc-bin*.deb libc-bin-unpacked/ sudo cp libc-bin-unpacked/sbin/ldconfig* /sbin/ And then you must install libc-bin from package system by: apt-get install libc-bin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863987 Title: libc-bin break libc6, libc6-i386 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/863987/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
