Tag Archives: CentOS 5
libstdc++.so.5 is needed by xxx
Trying to install the IBM JDK 64bit I came across the following error: libstdc++.so.5 is needed by ibm-java2-x86_64-sdk-5.0-8a.0.x86_64 It turns out that yum has a neat feature to show what package provides a given component: yum whatprovides libstdc++.so.5 gave the … Continue reading
Public key for xxx.rpm is not installed
After an upgrade to CentOS 5 / RHEL 5 we got the following error: Downloading Packages: warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID e8562897 Public key for openldap-2.3.27-8.el5_2.4.x86_64.rpm is not installed It turns out that the key needs … Continue reading
Error: kernel conflicts with e2fsprogs < 1.37-4
During an audit, we noticed that one of our Red Hat 5 / CentOS 5 servers wasn’t getting the security patches. Upon running the yum update command manually, we discovered that it fails with: Error: kernel conflicts with e2fsprogs < … Continue reading