==> Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
I am using RH Enterprise. I found a fix for BSD guys but not RHE. Any suggestions.
==> Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
I am using RH Enterprise. I found a fix for BSD guys but not RHE. Any suggestions.
Donny J Lairson
http://www.gunmuse.com
He who laughs last thinks the slowest.
we had the same problem. This post is the fix.
http://forums.cpanel.net/showthread....hlight=rrdtool
Here is a big question. What does this tool do?
Donny J Lairson
http://www.gunmuse.com
He who laughs last thinks the slowest.
Just so this fix is in both places.
This should do the trick:
cd /root
rm -rf rrdtool*
wget http://people.ee.ethz.ch/~oetiker/w.../rrdtool.tar.gz
tar zxvf rrdtool.tar.gz
cd rrdtool-*
./configure --prefix=/usr/local/cpanel/3rdparty
make
make install
make site-perl-install
cd ../
rm -rf rrdtool*
Regards,
Simon.
Donny J Lairson
http://www.gunmuse.com
He who laughs last thinks the slowest.
Its a tool for graphing, not sure about what its for with reguards to cPanel, but its usefull for monitoring bandwidth, and other devices that make use of SNMP.Originally Posted by gunmuse
Very Clear Thanks
Donny J Lairson
http://www.gunmuse.com
He who laughs last thinks the slowest.