Results 1 to 10 of 10

Thread: Unable to load Shared RRDTOOL

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    1

    Default Unable to load Shared RRDTOOL

    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?

  2. #2
    Member
    Join Date
    Jul 2003
    Posts
    138

    Default

    sorry to dig up an old thread, but i just noticed... this is still happening

  3. #3
    Member Doctor's Avatar
    Join Date
    Apr 2003
    Posts
    180

    Default

    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?

  4. #4
    Member
    Join Date
    Sep 2002
    Posts
    282

    Default

    Originally 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?
    This might help diagnose, but it's not a fix

    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.

  5. #5
    Member
    Join Date
    Sep 2003
    Posts
    30

    Default

    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

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge cyon's Avatar
    Join Date
    Jan 2003
    Posts
    325

    Default

    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.

  7. #7
    Member
    Join Date
    Mar 2003
    Posts
    345

    Default

    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

  8. #8
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,076

    Default

    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.

  9. #9
    Member
    Join Date
    Dec 2001
    Posts
    1,558

    Default

    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

  10. #10
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,076

    Default

    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.

Similar Threads

  1. Unable to load dynamic library
    By tank in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 06-15-2011, 04:17 PM
  2. rrdtool causing high cpu load
    By petfut in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-09-2005, 12:48 AM
  3. Replies: 5
    Last Post: 12-28-2004, 08:33 AM
  4. Replies: 0
    Last Post: 08-27-2004, 08:31 AM
  5. Neomail unable to load
    By khoonchee in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 05-11-2003, 10:08 AM