Perl has a list of locations in the variable @INC. Those are the locations it looks for modules. The module you need is RRDs.pm
either it is located at /usr/local/rrdtool/lib/perl/auto/RRDs/RRDs.so (do ls -l /usr/local/rrdtool/lib/perl/auto/RRDs/RRDs.so to see if it is) and the script has no rights to read it or RRDs.pm is not located there. If so, do a "locate RRDs.pm", copy the name of the dir it's in and add use lib '<name of dir>' to the header of your script. Serge Maandag -----Original Message----- From: Chris Allen [mailto:[EMAIL PROTECTED] Sent: Monday, November 25, 2002 11:21 PM To: '[email protected]' Subject: [rrd-users] NMIS & RRD I am a newbie to both RRD and NMIS. I am hoping someone here has had experience with NMIS. I am trying to configure NMIS and when I run nmis.pl type=config, I receive the following error message: Can't load '/usr/local/rrdtool/lib/perl/auto/RRDs/RRDs.so' for module RRDs: /usr /local/rrdtool/lib/perl/auto/RRDs/RRDs.so: undefined symbol: PL_stack_max at /us r/local/lib/perl5/5.6.1/i686-linux-thread/DynaLoader.pm line 206. at ./nmis.pl line 46 Compilation failed in require at ./nmis.pl line 46. BEGIN failed--compilation aborted at ./nmis.pl line 46 Can anyone explain to me why I get this error message? I would appreciate any help! Thanks in Advance, Chris Christopher Allen Network Engineer Hilton Hotel Corporation mailto:[EMAIL PROTECTED] Office: (901) 748-8379 Fax: (901) 748-7999 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
