Error libstdc++-libc6.2-2.so.3 on Ubuntu
error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
There is lots of old info out there about fixing this that points to missing pages. Also there is lots of solutions that just don't work with latest Ubuntu 9.10 karmic koala.
Simplest solution:
Download and install it from here and select install with deb
libdb.so.3
Download it from here and select install with deb
libgdbm.so.2
bin/nsperl: error while loading shared libraries: libgdbm.so.2: cannot open shared object file: No such file or directory
sudo ln -s /usr/lib/libgdbm.so.3 /usr/lib/libgdbm.so.2
Issues found trying to install Sun One LDAP 5.2 on Ubuntu 9.10 Karkic Koala
There is lots of old info out there about fixing this that points to missing pages. Also there is lots of solutions that just don't work with latest Ubuntu 9.10 karmic koala.
Simplest solution:
Download and install it from here and select install with deb
libdb.so.3
Download it from here and select install with deb
libgdbm.so.2
bin/nsperl: error while loading shared libraries: libgdbm.so.2: cannot open shared object file: No such file or directory
sudo ln -s /usr/lib/libgdbm.so.3 /usr/lib/libgdbm.so.2
Issues found trying to install Sun One LDAP 5.2 on Ubuntu 9.10 Karkic Koala
Comments