Digital Sanctum

software development, technology and other square topics

Archive for the ‘Ubuntu’ Category

Ubuntu Crazy

without comments

Written by Shane

January 31st, 2007 at 1:07 am

Posted in Linux, Ubuntu

libstdc++-libc6.2-2.so.3 on Ubuntu

with 22 comments

If you get an error like this one on Ubuntu,

error while loading shared libraries: libstdc++-libc6.2-2.so.3:
cannot open shared object file: No such file or directory

it means the library isn’t available and you need to install it. Although the Ubuntu package which contains this library isn’t obvious. You can install it via the following command:

sudo apt-get install libstdc++2.10-glibc2.2


“The Official Ubuntu Book” (Benjamin Mako Hill, Jono Bacon, Corey Burger, Jonathan Jesse, Ivan Krstic)

Written by Shane

January 28th, 2007 at 9:56 am