On Thu, 2002-11-14 at 16:53, Dale Amon wrote: > Here's a warning for all who live on the wild side: Sid > updates as of this moment in time have a dangerous > problem. They are de-installing a lib right out > from under dselect and apt. > > apt-config: error while loading shared libraries: libstdc++-libc6.2-2.so.3: > cannot open shared object file: No such file or directory > > Make sure you keep a spare copy of /usr/lib/libstdc++-libc6.2-2.so.3 > so you can move it back into place after the update.
As can be seen apt's messages in #debian: ln -svf /usr/lib/libstdc++libc6.2-2.so.3 /usr/lib/libstdc++-libc6.2-2.so.3 fixes the problem. Teun Vink