You have to install the older version 5 of the libstdc++ shared library. Which linux distribution are you running on?
Edit: looking at your previous posts, it seems you're running Fedora. If this is the case the package to install is
compat-libstdc++-33. You can use either the Add/Remove Software utility or the command
Code:
yum install compat-libstdc++-33
Just a tip: you can update your LQ profile in order to display the distribution you're running on. It will be displayed under your nickname in each post (see mine for example). This will let other users to give more helpful and quick replies, based on the knowledge of issues for a specific distro.