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

Hi. I have already tried to install using the ppd file but this will not work. I used the instructions here http://sicm.sourceforge.net/install.html. But I get this error when I tyep install RRDs: error: can't parse : File does not exist: at C:/Perl/site/lib/PPM/PPD.pm line 1 99. any ideas please? Everything seems to be against me! I have even tried to compile with a c compiler but that also gives me errors.

Replies are listed 'Best First'.
Re^3: RRDs.pm on windows
by shenme (Priest) on Sep 22, 2004 at 14:30 UTC
    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.
    
      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?