[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#169003: libstdc++2.10 creates incorrect libname, breaks at least apt-get



Package: libstdc++2.10
Version: 2.95.4-14
Severity: critical

Hi,

I run debian unstable(sid) on a SPARC arch machine.

I just did an apt-get update; apt-get upgrade, and it installed
 the latest libstdxc++2.10, and then apt-get failed to work.

Error from apt was:

columbia:~# apt-get update 
apt-get: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

A quick find revealed:

columbia:~# find /usr/lib -name "libstdc*" -print
/usr/lib/libstdc++-3libc6.2-2-2.10.0.so
/usr/lib/libstdc++libc6.2-2.so.3


I fixed it on my system with a symlink for the time being:

columbia:/usr/lib# ln -s libstdc++libc6.2-2.so.3 libstdc++-libc6.2-2.so.3


I marked this bug critical, as Im guessing it will break anything that
uses libstdc. Feel free to downgrade it, if you see fit.


Best Regards

Iain




Reply to: