Tag Archives: RHEL 5

Cacti Install on RHEL 5 or CentOS 5

Introduction Cacti is a great tool to graph performance of the various hardware components of a network. With the use of the yum repository manager, it is very simple to install on Red Hat Enterprise Linux 5 or CentOS 5. … Continue reading

Posted in Linux | Tagged , , | Leave a comment

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

Posted in Linux | Tagged , , , | Leave a comment

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

Posted in Linux | Tagged , , , , | Leave a comment