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

From: Bradley D. Thornton (srs@tallship.net)
Date: Thu Jan 27 2000 - 02:43:00 EST


Okay, let's just make it easy for everyone (most everyone anyway)

Install everything in this order okay?

Perl5

then install CPAN go through the makes etc... this is the only time you
will have to.

Once you have installed CPAN run it by typing "cpan"
the following resembles the cpan interactive prompt

>install Bundle::Net
>install Bundle::CPAN
>install Bundle::Libnet (Probably already installed by this point)
>install Date::Manip
>install Digest::MD5
>install Crypt::DES
>install Crypt::CBC
>install Crypt::IDEA

these are all automated processes and if you don't know the answer to any
questions (if you arent' absolutely sure that is...) during the
Bundle::Net install then go with the defaults. Everything else should just
fly right on by.

You should be cool after that.

On Thu, 27 Jan 2000, piero wrote:

> Thanks Todd for tips,
> But I have tried without success
> I've successfull installed Digest::MD5, but with DES and CBC I'm still get
> the same problem.
>
> Have you some idea about it ?
>
> I'm using NMAKE15 downloaded from microsoft ftp. There are a newest version
> ? Can be NMAKE the problem ?
>
> Thanks in advance.
>
> Giampiero.
> Italy
>
> ----- Original Message -----
> From: "Todd Clark" <tvclark@denalitek.com>
> To: <dev-list@opensrs.org>; <nitin@nitin.com>; <dgregg@dgsoft.com>
> Sent: Thursday, January 27, 2000 12:27 AM
> Subject: Windows NT Crypt::DES solution!!!!!
>
>
> > 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:15 EDT