Hi,
want to install the PAR module on W2k and would like to use the pp.exe to
create windows executables from perl scripts. Have downloaded the
PAR-0.85_01.tar.gz, unziped and "perl Makefile.PL". The script was running
up to here with warnings:
----------------------------------------------------------------------------
-----------
CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-1.33.tar.gz
Parsing config.in...
Building Zlib enabled
Looks Good.
Up/Downgrade complete.
Checking if your kit is complete...
Looks good
Writing Makefile for Compress::Zlib
-- OK
Running make test
'test' is not recognized as an internal or external command,
operable program or batch file.
test -- NOT OK
Running make install
make test had returned bad status, won't install without force
*** Compress::Zlib installation failed.
*** Installing Module::ScanDeps...
*** Could not find a version 0.47 or above for Module::ScanDeps; skipping.
*** ExtUtils::AutoInstall installation finished.
Fetching 'PAR-0.85_01-MSWin32-x86-multi-thread-5.6.1.par' from
www.cpan.org... F
etching failed:
No compiler found, won't generate 'script/parl.exe'!
Warning: prerequisite Compress::Zlib 1.16 not found at
J:/Perl/lib/ExtUtils/Make
Maker.pm line 343.
Warning: prerequisite Module::ScanDeps failed to load: Can't locate
Module/ScanD
eps.pm in @INC (@INC contains: inc J:/Perl/lib J:/Perl/site/lib) at (eval
44) li
ne 3.
Writing Makefile for PAR
J:\par\PAR-0.85_01>
----------------------------------------------------------------------------
------------------------------------
After that i changed to the .cspan\build directory and did a
perl Makefile.PL
nmake
nmake test
nmake install
for all modules in the subdirectories. Except for the Compress-Zlib-1.33 it
did something after the "nmake install". The "query *" in the ppm returns
this:
1. Archive-Tar [0.072] module for manipulation of tar archives.
2. Compress-Zlib [1.13] Interface to zlib compression library
3. Digest-MD5 [2.11] Perl interface to the MD5 Algorithm
4. File-CounterFile [0.12] Persistent counter class
5. Font-AFM [1.18] Interface to Adobe Font Metrics files
6. HTML-Parser [3.25] SGML parser class
7. HTML-Tagset [3.03] Data tables useful in parsing HTML
8. HTML-Tree [3.11] HTML syntax tree builder
9. libnet [1.07.03] Collection of Network protocol modules
10. libwin32 [0.18] A collection of extensions that aims to
provide comprehensive access to the
Windows
API.
11. libwww-perl [5.51] Library for WWW access in Perl
12. MIME-Base64 [2.11] Encoding and decoding of base64 strings
13. PPM [2.1.5] Perl Package Manager: locate, install,
upgrade software packages.
14. PPM-Agent [3.00] Programmers' Package Manager: manage
software packages.
15. SOAP-Lite [0.51] Library for Simple Object Access Protocol
(SOAP) clients and servers in Perl
16. URI [1.17] Uniform Resource Identifiers (absolute and
relative)
17. XML-Parser [2.27] A Perl module for parsing XML documents
and a "describe PAR" this:
ppm> describe PAR
====================
Name: PAR
Version: 0.63
Author: Autrijus Tang ([EMAIL PROTECTED])
Abstract: (none)
Available Platforms:
1. MSWin32-x86-multi-thread-5.8
====================
"install PAR" returns an error:
ppm> install PAR
Error: no suitable implementation found for 'PAR'.
ppm>
Where is my mistake?
Regards,
Jan