Are you running ActivePerl? If so, you can use PPM to install these modules
without having to compile them.
Launch PPM, then issue the command "install Digest-MD5" and PPM will hunt it
up and install it for you.
Detailed instructions for setting up on NT are available on our website at
http://www.atlcon.net/opensrs/nt-howto.htm. Hopefully they'll be of some
assistance. Note that we have also gathered PPM packages for all of the
necessary modules so you don't have to mess around with compiling...
Regards,
Eric Longman
Atl-Connect Internet Services
+-------------------------------------------------------+
| Atl-Connect Internet Services http://www.atlcon.net |
| 3600 Dallas Hwy Ste 230-288 770 590-0888 |
| Marietta, GA 30064-1685 [EMAIL PROTECTED] |
+-------------------------------------------------------+
----- Original Message -----
From: "Moreels Fr�d�ric" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 26, 2000 10:32 AM
Subject: Perl module MD5 2.12 - problems
Hi all,
I have tried installing perl Module
the first one Digest::MD5 (2.12) on Win32 platform
(I use VC++4, Perl 5.20)
Thank you for help!
Fr�d�ric Moreels
Here are the errors:
E:\test_modules_perl\md5_2.12>perl Makefile.PL
Testing alignment requirements for U32... Command line warning D4002 :
ignoring unknown option '-TP'
Command line warning D4002 : ignoring unknown option '-nodefaultlib'
Command line warning D4002 : ignoring unknown option '-release'
Command line warning D4002 : ignoring unknown option
'-libpath:E:\Perl5as\lib\CORE'
Command line warning D4002 : ignoring unknown option '-machine:x86'
u32align.c
E:\Perl5as\lib/CORE\perl.h(102) : error C2282: 'class' is followed by
'CPerlObj' (missing ','?)
E:\Perl5as\lib/CORE\win32.h(18) : warning C4005: 'WIN32IO_IS_STDIO' :
macro redefinition
E:\Perl5as\lib/CORE\iperlsys.h(83) : error C2282: 'class' is followed by
'IPerlStdIO' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(128) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(389) : error C2282: 'class' is followed
by 'IPerlDir' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(401) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(478) : error C2282: 'class' is followed
by 'IPerlLIO' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(512) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\iperlsys.h(636) : error C2282: 'class' is followed
by 'IPerlProc' (missing ','?)
E:\Perl5as\lib/CORE\iperlsys.h(675) : error C2143: syntax error :
missing ';' before '}'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2143: syntax error : missing
')' before '*'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2143: syntax error : missing
'{' before '*'
E:\Perl5as\lib/CORE\perl.h(1093) : error C2059: syntax error : ','
E:\Perl5as\lib/CORE\perl.h(1093) : error C2059: syntax error : ')'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2143: syntax error : missing
')' before ':'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2059: syntax error : ':'
E:\Perl5as\lib/CORE\perl.h(1253) : error C2059: syntax error : ')'
........................
E:\Perl5as\lib/CORE\cop.h(162) : fatal error C1046: compiler limit :
union nested too deeply
Can't compile test program
Writing Makefile for Digest::MD2
Writing Makefile for Digest::SHA1
Writing Makefile for Digest::MD5