From: "Rob.Grim" <[EMAIL PROTECTED]>
> Thanks for the reactions I got from John and Jenda (I've added you
> site to my favourites) on the Apache-Parselog module. 
> 
> Please allow me to ask a few additional questions that came up after
> reading the  comments:
> 
> Following the link suggested by John:    
> http://testers.cpan.org/search?request=dist&dist=Apache-ParseLog it
> has been tested and works on Windows.
> 
> I find two versions of the Apache parselog module:  
> 
> 1.   MSWin32 4.0 MSWin32-x86  documents this module has been
> succesfully tested, 

This is I believe the 5.005_07 version

> 2. {PRIVATE "TYPE=PICT;ALT=FAIL"  MSWin32 4.0
> MSWin32-x86-multi-thread failed.

I did not try the module myself (I don't have Apache installed).
I only run its own tests and it did succeed.

> Is it possible to install perl modules without ppm on windows? 

Yes. Normaly you need a C compiler, but some modules do not contain C 
code and all you need then is nmake:
        ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe

The process is:
        download the .tar.gz from CPAN - http://search.cpan.org/
        extract it into a temp directory preserving paths
        start the command prompt and go to the created directory
        run
                Makefile.PL
                nmake
                nmake test
                nmake install
        you should be done

 
> Jenda pointed me to his site  http://Jenda.Krynicky.cz/perl 
> 
> However the ppd file only prints: 
> Object-oriented Perl extension for parsing Apache log files Akira
> Hangai [EMAIL PROTECTED]) .*no ppd file to download, as I
> expected. Refrased, how is the apache parse log module installed on
> win32 

You seem to have opened the .ppd in your browser.
You should just run

        ppm install http://Jenda.Krynicky.cz/perl/Apache-Parselog.ppd

Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to