哈哈,找到了:
Installing libstdc++-libc6.2-2.so.3. ( post #10)
When you get the error - libstdc++-libc6.2-2.so.3 is missing or not found, it means that the shared library is not installed. This shared library can be found under /usr/lib path.
Download and install the binaries (using the rpm -ivh command) in the following sequence. Please note that there are dependencies in the binaries and it is important that you install them in the correct sequence.
1. compat-gcc-7.3-2.96.118.i386.rpm
2. compat-gcc-c++-7.3-2.96.118.i386.rpm
3. compat-libstdc++-devel-7.3-2.96.118.i386.rpm
After you install the above RPMS, you can verify the libstdc++-libc6.2-2.so.3 shared library in the /usr/lib directory.
Hope this helps!!
不过不知道去哪里找这3个rpm