Error while loading shared libraries: libstdc++.so.6: cannot open shared object file
Error while loading shared libraries: libstdc++.so.6: cannot open shared object file
yum whatprovides libstdc++.so.6
So, we need install libstdc++-4.4.7-11.el6.i686:
# yum install libstdc++-4.4.7-11.el6.i686
That’s It!

