[EMAIL PROTECTED] writes: > Package: libstdc++2.9 > Version: 2.91.61-1 > > For example gnome-apt did not run since it is linked to libstdc++.so.2.9 > There should be a symlink > from libstdc++.so.2.9 to libstdc++-libc6.[01]-1.so.2
No. If you want to run gnome-apt, you have to install libstdc++-libc6.[01]-1.so.2. If gnome-apt is linked against libstdc++.so.2.9, then it should be recompiled against the slink libstdc++2.9-glibc2.1 package.

