At cpanellogd startup I get this:
Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
Browsed through the code of cpanellogd and it tries to load RRDs.pm but that modules isn't on the system anywhere??
Forgot to ship it or what?
At cpanellogd startup I get this:
Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
Browsed through the code of cpanellogd and it tries to load RRDs.pm but that modules isn't on the system anywhere??
Forgot to ship it or what?
sorry to dig up an old thread, but i just noticed... this is still happening![]()
Quite true. I am using WHM 8.5.4 cPanel 8.5.4-R72 and this is still hapenning. I get this error:
Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
RRDs.pm is installed but CPanel is not able to load it. Any ideas?![]()
This might help diagnose, but it's not a fixOriginally posted by Doctor
Quite true. I am using WHM 8.5.4 cPanel 8.5.4-R72 and this is still hapenning. I get this error:
Unable to load Shared RRDTOOL support, rrdtool exec will be used (slow)
RRDs.pm is installed but CPanel is not able to load it. Any ideas?![]()
if you add
use lib '/usr/local/cpanel/3rdparty/lib/perl/;
to your script calling rrd, and it fixes the problem
then you need to get that path in your perl libs
Last edited by perlchild; 11-24-2003 at 12:52 PM.
Diggin' up from the dead...
happening on a RH9 server... with 9.1.0...
cPanel FAQs just says this is a BSD problem, but, uh, Linux is not BSD. Not really a big deal, but a nag I've seen for a while and finally decided to ask about. Thoughts? Solutions?
Colin Snover
for redhat 8.0:
wget http://ftp.freshrpms.net/pub/freshrp...1-fr2.i386.rpm
rpm -Uhv rrdtool-1.0.41-fr2.i386.rpm
Last edited by cyon; 05-02-2004 at 07:39 PM.
for fedora you can: wget http://ftp.freshrpms.net/pub/freshrp...c1.fr.i386.rpm
rpm -Uhv rrdtool-1.0.47-1.1.fcl.fr.i386.rpm
for centos ?
Thank you!
█ Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
█ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.
Just install it from source:
wget http://people.ee.ethz.ch/~oetiker/we...rrdtool.tar.gz
tar zxvf rrdtool.tar.gz
cd rrdtool-*
./configure
make
make install
make site-perl-install
Beau Henderson
thank you
However I found another solution
I first updated autoconf rpm (required from rrdtool rmp)
to version autoconf-2.59-0_10.rh9.at
then I executed
#/usr/local/cpanel/bin/rrdtoolinstall
fixed .
█ Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
█ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.