How to install libstdc++.so.5 in RHEL 8.3
Hi All,
How can I install libstdc++.so.5 in Rhel 8.3?
Best regards,
Marben
Responses
That's a really old version of the C++ standard library, it's now over 15 years old.
It was included in RHEL7 with the compat-libstdc++
package for backwards compatibility with older versions, but doesn't look like it's included in RHEL8 anymore.
It looks like the software you're using is too old for RHEL 8.
You could try to install the application in a container which uses the RHEL 7 base image, making sure you have the compat-libstdc++
package installed in the container.