Yeppee!!! heve a workaround for this. I manually copied /lib/tls directory from .deb package (via MC) and apt- get install -f:
[EMAIL PROTECTED]:~# apt-get install -f E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. [EMAIL PROTECTED]:~# dpkg --configure -a Setting up libc6 (2.6.1-1ubuntu5) ... ldconfig: wrapper deferring update (trigger activated) Processing triggers for libc6 ... ldconfig deferred processing now taking place [EMAIL PROTECTED]:~# dpkg --configure -a [EMAIL PROTECTED]:~# apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 203 not upgraded. -- libc6-i686_2.6.1-1ubuntu5_i386 upgrade problem https://bugs.launchpad.net/bugs/140925 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
