Crypt-DES_EDE3 - problems installing Crypt-DES and Crypt-DES_ede3

Posted on Sat Oct 13 20:13:36 2007 by mmccaws
problems installing Crypt-DES and Crypt-DES_ede3
I'm trying to install Crypt-DES on a HPUX that I'm not an administrator on. I use sudo to initiate perl -MCPAN -e shell. Below are some of the error messages that I get. Most of them don't seem to want to install without a gcc instead of the cc that comes with HPUX 11i. is there an option to use to get it to compile???? Thanks Mike
Checking if your kit is complete... Looks good Writing Makefile for Crypt::DES cp DES.pm blib/lib/Crypt/DES.pm /usr/bin/perl /opt/perl/lib/5.8.3/ExtUtils/xsubpp -typemap /opt/perl/lib/5.8.3/ExtUtils/ty +pemap -typemap typemap DES.xs > DES.xsc && mv DES.xsc DES.c cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings - +DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +Onolimit +Opromote_indirect_calls ++DAportable +DS2.0 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" +Z "-I/opt/perl/lib/5.8.3/PA-RISC1 +.1-thread-multi/CORE" DES.c (Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored. (Bundled) cc: warning 422: Unknown option "f" ignored. (Bundled) cc: warning 480: The +Onolimit option is available only with the C/ANSI C product; ignore +d. (Bundled) cc: warning 480: The +Opromote_indirect_calls option is available only with the C/ANSI C +product; ignored. (Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored. cpp: "/opt/perl/lib/5.8.3/PA-RISC1.1-thread-multi/CORE/perlio.h", line 108: error 4065: Recursion i +n macro "PerlIO". *** Error exit code 1 Stop. /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Running make for B/BT/BTROTT/Crypt-DES_EDE3-0.01.tar.gz Is already unwrapped into directory /home/mccannm/.cpan/build/Crypt-DES_EDE3-0.01 CPAN.pm: Going to build B/BT/BTROTT/Crypt-DES_EDE3-0.01.tar.gz cp lib/Crypt/DES_EDE3.pm blib/lib/Crypt/DES_EDE3.pm Manifying blib/man3/Crypt::DES_EDE3.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Can't locate Crypt/DES.pm in @INC (@INC contains: blib/lib blib/arch /opt/perl/lib/5.8.3/PA-RISC1.1 +-thread-multi /opt/perl/lib/5.8.3 /opt/perl/lib/site_perl/5.8.3/PA-RISC1.1-thread-multi /opt/perl/ +lib/site_perl/5.8.3 /opt/perl/lib/site_perl .) at blib/lib/Crypt/DES_EDE3.pm line 6. BEGIN failed--compilation aborted at blib/lib/Crypt/DES_EDE3.pm line 6. Compilation failed in require at test.pl line 6. BEGIN failed--compilation aborted at test.pl line 6. *** Error exit code 2 Stop. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Write a response