I am having trouble with the Crypt::DES and Crypt::IDEA packages.
The error message I get
Can't load
'/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/DES/DES.so'
for module Crypt::IDEA: bad magic number in
"/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Crypt/DES/DES.so"
at /usr/local/lib/perl5/5.00502/i386-freebsd/DynaLoader.pm line 168.
at ./test.pl line 3
BEGIN failed--compilation aborted at ./test.pl line 3.
I verified the format with file and I get
DES.so: ELF 32-bit LSB shared object, Intel 80386, version 1
(FreeBSD), not stripped
I have FreeBSD 3.1, what else could be the problem.
Serge