SUMMARY: Perl Crypt::IDEA - SFTP ?

2007-12-25 3:44:00

On Wed, Jul 21, 2004 at 11:40:51AM -0400, Seth Rothenberg wrote:
> Greetings, Managers.
> I wonder if anyone has succeeded in installing Crypt::IDEA on Solaris 8,
Perl
> 5.8.3 ?

Thanks to Tod Sandman for the exact answer I needed....

Seth

>>> "Tod A. Sandman" 07/21/04 11:51AM >>>

Regarding Crypt::IDEA, here are my notes from my last build of perl ...
Note: My "dist" command copies the original file to file.DIST.

## Crypt-IDEA-1.02 is BROKEN for Solaris. No workaround from author.
cd ../CPAN/build/Crypt-IDEA-1.02; dist idea.h
echo 'typedef unsigned short u_int16_t;' > idea.h
cat idea.h.DIST >> idea.h
perl -i.DIST -p -e 's:(#include <endian.h>):/*$1*/:;' _idea.c
make; make test; make install

Comments

Got something to say?

You must be logged in to post a comment.