Plz Help me to find GNU C++ Runtime Library

Hi,

I am working with red hat Linux and i want to install one program but I am getting the error

This product requires the GNU C++ Runtime Library (libstdc++-libc6.2-2.so.3)
or later. Your system must be upgraded before installation can proceed.

So please tell me how can i remove this problem??

Thanks in advance...

You can find it at the GNU GCC site:

GCC, the GNU Compiler Collection - GNU Project - Free Software Foundation (FSF)

Use the package manager RPM to install the library:

RPM resource libstdc++-libc6.2-2.so.3

Regards