I installed libstdc following this webpage information. And with the program I'm trying to run I received this error.
talos+: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.4' not found (required by talos+)
I tried this GLIBCXX_3.4.15 not found but it didn't fix the problem. Thanks for the help!
libstdc++6 32bit version must be used for talos+ I used a Ubuntu 32 bit machine to copy the /usr/lib/libstdc++.so.6 and uploaded it here. http://www.mediafire.com/?j0133qqwiilsuz1
sudo apt-get install gcc-4.6 libstdc++6.. – SirCharlo Sep 7 '12 at 16:25