On Wed, Sep 4, 2013 at 7:45 AM, Matt Almgren <[email protected]> wrote: > I am pulling my hair out here. I have a new CentOS6.4 install and running > into problems installing smokeping. I'm not sure what to make of this > PERL5LIB. I set it to /usr/bin/perl and still see problems. Any ideas?
PERL5LIB is a list of directories in which perl will look for module files, in addition to the built-in directories. So, find out where you've installed RRDs.pm, and add that directory to PERL5LIB. /Lars _______________________________________________ smokeping-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users
