De LinuxQuestions.org fórum:
The easy way is to make a backup of your /usr/lib/libstdc++.so.6.0.8, and delete the link libstdc++.so.6 , and use a replacement that works with your glibc : will usually be libstdc++.so.6.0.13 from the package libstdc++6_4.4.5-8_i386.deb ( 32bits ) http://ftp.de.debian.org/debian/pool...4.5-8_i386.deb 64bits http://ftp.de.debian.org/debian/pool....5-8_amd64.deb
Unpack with : ar -x .deb && tar xvf data.tar.gz, ... and copy libstdc++.so.6.0.13 to /usr/lib/, and : # ln -s libstdc++.so.6.0.13 libstdc++.so.6
Referência: link