{"id":123,"date":"2013-04-15T11:52:31","date_gmt":"2013-04-15T11:52:31","guid":{"rendered":"http:\/\/toolbox.pingvinfeszek.hu\/?p=123"},"modified":"2014-12-30T13:54:32","modified_gmt":"2014-12-30T13:54:32","slug":"problem-with-libstdc-libc6-2-2-so-3","status":"publish","type":"post","link":"https:\/\/wp.gaborhargitai.hu\/problem-with-libstdc-libc6-2-2-so-3\/","title":{"rendered":"Problem with libstdc++-libc6.2-2.so.3"},"content":{"rendered":"
Ever encountered the following unpleasant error message under Debian or Ubuntu?<\/p>\n
<\/p>\n
error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory<\/strong><\/p>\n <\/p>\n Fret not, as the answer is dead simple! Log in to your server and issue the following command (as root \/ superuser):<\/p>\n <\/p>\n <\/p>\n Now the problem is gone for good \ud83d\ude42<\/p>\n\n
wget\u00a0http:\/\/archive.debian.org\/debian\/pool\/main\/g\/gcc-2.95\/libstdc++2.10-glibc2.2_2.95.4-27_i386.deb<\/pre>\n
dpkg -i\u00a0libstdc++2.10-glibc2.2_2.95.4-27_i386.deb<\/pre>\n<\/blockquote>\n