centos 5 / oracle enterprise 5 / red hat rhel 5
dag wieers rpm key
import DagWieers RPM repo key# http_proxy=myproxy.com:8080 wget http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt
import dag wieers rpm key
# rpm --import RPM-GPG-KEY.dag.txt
download rrd
get the rrd rpms from DagWieers RPM repo# http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/rrdtool-1.2.23-1.el5.rf.i386.rpm # http_proxy=myproxy:8080 wget http://dag.wieers.com/rpm/packages/rrdtool/perl-rrdtool-1.2.23-1.el5.rf.i386.rpm
dont install rrd separately
# rpm -ivh perl-rrdtool-1.2.23-1.el5.rf.i386.rpm warning: perl-rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: librrd.so.2 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386 rrdtool = 1.2.23 is needed by perl-rrdtool-1.2.23-1.el5.rf.i386 # rpm -ivh rrdtool-1.2.23-1.el5.rf.i386.rpm warning: rrdtool-1.2.23-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: perl(RRDp) is needed by rrdtool-1.2.23-1.el5.rf.i386 perl(RRDs) is needed by rrdtool-1.2.23-1.el5.rf.i386
you must install both together because of a circular rpm dependancy in rhel 5 rpms
install rrd together
# yum install rrdutils
you must install both together because of a circular rpm dependancy in rhel 5 rpms
REFERRERS
WebminStats
There are no comments on this page. [Add comment]