anyone know what this is all about???
may as well be Chinese to me ..
DIGEST::MD5 was installed .. then as per specs .. installing
CRYPT::DES
here's a readout ...
free2# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::DES
free2# make
mkdir blib
mkdir blib/lib
mkdir blib/lib/Crypt
cp DES.pod blib/lib/Crypt/DES.pod
cp DES.pm blib/lib/Crypt/DES.pm
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503
/usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap
/usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap DES.xs >xstmp.c
&& mv xstmp.c DES.c
Please specify prototyping behavior for DES.xs (see perlxs manual)
cc -c -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DPIC -fpic
-I/usr/libdata/perl/5.00503/mach/CORE DES.c
cc -c -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -DPIC -fpic
-I/usr/libdata/perl/5.00503/mach/CORE des.c
In file included from des.h:1,
from des.c:53:
/usr/include/machine/types.h:51: parse error before `vm_ooffset_t'
/usr/include/machine/types.h:51: warning: data definition has no type or
storage class
/usr/include/machine/types.h:55: parse error before `register_t'
/usr/include/machine/types.h:55: warning: data definition has no type or
storage class
/usr/include/machine/types.h:64: parse error before `intrmask_t'
/usr/include/machine/types.h:64: warning: data definition has no type or
storage class
/usr/include/machine/types.h:67: parse error before `__P'
In file included from des.c:53:
des.h:3: parse error before `des_user_key'
des.h:3: warning: data definition has no type or storage class
des.h:4: parse error before `des_cblock'
des.h:4: warning: data definition has no type or storage class
des.h:5: parse error before `des_ks'
des.h:5: warning: data definition has no type or storage class
des.h:7: parse error before `in'
des.h:8: parse error before `userKey'
des.c:437: parse error before `input'
des.c: In function `des_crypt':
des.c:446: `input' undeclared (first use this function)
des.c:446: (Each undeclared identifier is reported only once
des.c:446: for each function it appears in.)
des.c:472: `ks' undeclared (first use this function)
des.c:475: `encrypt' undeclared (first use this function)
des.c:508: `output' undeclared (first use this function)
des.c: At top level:
des.c:513: parse error before `userKey'
des.c: In function `des_expand_key':
des.c:521: `ks' undeclared (first use this function)
des.c:522: `userKey' undeclared (first use this function)
*** Error code 1
Stop.
This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:35:15 EDT