The message I get on the console when this exits is: Can't load 'c:/perl/lib/auto/RRDs/RRDs.dll' for module RRDs: load_file:The speci fied procedure could not be found at c:/perl/lib/DynaLoader.pm line 206.
I looked at DynaLoader.pm file and this seems to be an error that may be ocurring in the RRDs.xs file. I am not sure. Thanks, linda -----Original Message----- From: Jake Brutlag [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2001 10:27 AM To: Licari, Linda Cc: [EMAIL PROTECTED] Subject: RE: [rrd-developers] RRDTool Installation Question > I compiled the perl interpreter but it does not have a ppm. > > Do I need to use ActivePerl or a precompiled version of perl > to run this??? The Active State ppm program is an installer, not a compiler. You should be able to compile the perl library and install it manually. Installing it manually requires the following steps: (1) Find the library directory in your perl installation (this directory will contain *.pm files) (2) Copy RRDs.pm to this directory (3) This directory should have an auto subdirectory (4) In the auto subdirectory, create an RRDs subdirectory (5) Copy RRDs.dll, RRDs.lib, and RRDs.exp to this directory I have not done this myself, so I am not 100% confident it will work (we use ActivePerl on our Win2K boxes). Jake Jake Brutlag Network Analyst Microsoft WebTV -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
