NMIS Errors
Last updated 14 March 2002

Online Version

NMIS Home Page

General:

RRDTool
"Can't locate loadable object for module RRDs in @INC"

If you try to look at NMIS via a web browser at something like http://<your-web-server>/cgi-nmis/nmiscgi.pl and you get an error message have a peek in your logs files (usually /usr/local/apache/logs/error.log). If the last entry mentions "Can't locate loadable object for module RRDs in @INC" then there are a couple of possibilities
  1. You did install RRDTool didn't you?
  2. It should also say what's in @INC. If you don't see a directory there like /usr/local/rrdtool/lib/perl  then go back to wher your rrdtool source is and do a 'make site-perl-install' and try the webpage again
  3. Check where RRDs.pm is (find /usr/local -name RRDs.pm -print should do it). If that's in one of the paths in @INC then check each and every dir and subdir from the root down to it is r_x by the apache user (usually nobody or httpd).