Windows NT Crypt::DES solution!!!!!

From: Todd Clark (tvclark@denalitek.com)
Date: Wed Jan 26 2000 - 18:27:49 EST


The Crypt::DES compile/install problem we've been encountering with
ActiveState PERL and Windows NT is caused by two problems:

1) ActiveState perl does not define the constants: u_int8_t and u_int32_t

2) The makefile and source modules assume a file system that uses
case-sensitive file naming (not NT).

I modified the Makefile.pl file to add the defines above and rename des.c to
des1.c and incorporate
those changes into the derived MAKEFILE.

To apply this patch, extract the files as usual and replace the original
Makefile.pl with this version (attached) and continue as usual:

 Perl Makefile.pl
 NMake
 NMake test
 NMake install

I've attached both the orginal Crypt-DES01.01.tar.gz file and the modified
Makefile.pl file.

Enjoy!

Todd Clark
Denalitek, Inc.







This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:14 EDT