- When I'm installing Ganglia on my CentOS, I've did the following:
# yum install rrdtool ganglia ganglia-gmetad ganglia-gmond ganglia-web httpd php
However, instead I got the followings "Error: Missing Dependency: rrdtool = 1.2.27-3.el5 is needed by package rrdtool-perl" - To resolve it, similar to the earlier Blog Entry, I install rrdtool first. But when I use the command
# yum install ganglia ganglia-gmetad ganglia-gmond ganglia-web httpd php
There is still error "Error: Missing Dependency: librrd.so.2()(64bit) is needed by package ganglia-gmetad (epel)...." - To resolve the issue, you have to manually get rid of the latest rrdtool (x86-64) installed by EPEL and install the rrdtool-1.2.27-3.el5.x86_64
# yum remove rrdtool-1.3.8-2.el5.rf.x86_64
# yum install rrdtool-1.2.27-3.el5.x86_64 - Install the Ganglia and its related tools
# yum install ganglia ganglia-gmetad ganglia-gmond ganglia-web httpd php
Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Error: Missing Dependency: librrd.so.2()(64bit) is needed by package ganglia-gmetad (epel)
This is the continuation of Blog Entry Error: Missing Dependency: rrdtool = 1.2.27-3.el5 is needed by package rrdtool-perl