If you get like this error 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. The following command will get rid of it. I came across this error when trying to install vertias backup client on ubuntu.
sudo apt-get install libstdc++2.10-glibc2.2
Thusjanthan Kubendranathan