IBM Java SDK Install Error: Failed dependencies: /usr/lib64/libstdc++.so.5 is needed by ibm-java-x86_64-sdk-6.0-9.1.x86_64
Posted by alex in InsightsWhile setting up a websphere test server I ran into a minor dependency error during the beginning of installing the necessary packages for websphere. The IBM Java SDK RPM on CentOS 6 was complaining about a failed dependency of a libstdc++ library. The RPM I was attempting to install required libstdc++.so.5 and CentOS 6 has libstdc++.so.6 installed by default. All that is required is to install the libstdc++ compat RPM. The information below describes the error in more detail, how I located the package that installed the necessary file(s), and an example of installing the needed package.
Tags: 32-Bit, 64-Bit, CentOS, compat-libstdc++-33, dependency, i686, ibm, java, java sdk, libstdc++, libstdc++.so.5, libstdc++.so.6, Linux, RPM, SDK, whatprovides, x86_64, yum








Entries (RSS)