in reply to Re^2: RRDs.pm on windows
in thread RRDs.pm on windows

The error message would seem to say you typed your command into PPM incorrectly?

I downloaded the zip file from that site and extracted it into c:\temp\rrd\ . I then CD'd into directory c:\temp\rrd\perl-shared . I then started ppm3 and entered the command

install "C:/temp/rrd/perl-shared/RRDs.ppd"
and got output
====================
Install 'RRDs' version 1.000481 in ActivePerl 5.8.4.810.
====================
Downloaded 358639 bytes.
Extracting 17/17: blib/lib/rrds.pm
Installing C:\Perl\site\lib\auto\rrds\rrds.bs
Installing C:\Perl\site\lib\auto\rrds\rrds.dll
Installing C:\Perl\site\lib\auto\rrds\rrds.exp
Installing C:\Perl\site\lib\auto\rrds\rrds.lib
Installing C:\Perl\site\lib\auto\rrds\rrds.pdb
Files found in blib\arch: installing files in blib\lib into architecture depende
nt library tree
Installing C:\Perl\site\lib\ntmake.pl
Installing C:\Perl\site\lib\rrds.pm
Successfully installed RRDs version 1.000481 in ActivePerl 5.8.4.810.

Replies are listed 'Best First'.
Re^4: RRDs.pm on windows
by fayaz-t (Initiate) on Sep 23, 2004 at 11:42 UTC
    Hi I have gone into ppm and typed install "C:\rrdtool\perl-shared\RRDs.ppd" but i get this error and ppm bombs out: error: can't parse : File does not exist: at C:/Perl/site/lib/PPM/PPD.pm line 199. I have ppm version 3.1 and activestate perl 5.8.4. Does anyone know how to fix this?