This probably shouldn't be necessary: > use lib qw(/usr/local/lib/perl5/5.8.3);
You have this line twice ( Not that it matters): > use lib qw(/usr/local/rrdtool-1.0.37/lib/perl); Make sure this is where your RRDTool perl libraries are. Is RRDTool installed at /usr/local/rrdtool-1.0.37 ? And this: > use lib qw(/export/home/webmstr/web/dev_dt/smokeping/lib); Needs to point to where your smokeping installation is. Is it at /export/home/webmstr/web/dev_dt/smokeping ? If not, this is wrong. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
