In foo.debian-deity, you wrote: > Package: gnome-apt > Version: 0.3.1 > > Trying to run gnome-apt on potato installation. I get the following error > when I try to run: > > gnome-apt: error in loading shared libraries: libstdc++.so.2.9: cannot open > shared object file: No such file or directory
You can do a quick fix of creating the following symlink: /usr/lib/libstdc++.so.2.9 -> libstdc++-2-libc6.0-1-2.9.0.so I can't recompile for glibc2.1 until apt is compiled against the glibc2.1 version of libstdc++. I can't recompile to fix for the current version of apt without a pre-glibc2.1 machine. Anyone want to do an NMU? -Mitch

