Hello,

I just started to use perl (which mean I'm a neophite on this) and got it installed on OpenVMS 8.2-1 Itanium.
I am trying to install and get to work (http://www.stalker.com/CGPerl/)  CGP::CLI class, which uses Digest::MD5 module.

After some reading, I decided to get the files and  run the makefile from http://search.cpan.org/~gaas/Digest-MD5-2.36/. After fixing some small issues (changed a fatal error for a warning, and moving files around to get the path correctly) makefike ran, but I think I'm missing a step since now  I'm now stuck in an error where the perl processor cant locate the loadable object module for MD5. how do I build the object module? how do I install it?

runing the makefile issues the folowing:
$ set def  PERL_ROOT:[LIB.Digest]
$ perl makefilemd5.pl  !original name was makefile.pl
Testing alignment requirements for U32...
                                          Warning: prerequisite Digest::base 1.0
0 not found at /perl_root/lib/ExtUtils/MakeMaker.pm line 343.
Warning: I could not locate your pod2man program.  As a last choice,
         I will look for the file to which the logical name POD2MAN
         points when MMK is invoked.

Writing Descrip.MMS for Digest::MD5
$
$! testing:
$ perl ListTotals.pl
warning: build architecture (VMS_IA64-E8.2) does not match executable architectu
re (VMS_IA64-XATM-D2Y)
                      Can't locate loadable object for module Digest::MD5 in @IN
C (@INC contains: /perl_root/lib/VMS_IA64/5_6_1 /perl_root/lib /perl_root/lib/si
te_perl/VMS_IA64 /perl_root/lib/site_perl /perl_root/lib/site_perl .) at /perl_r
oot/lib/CLI.pm line 223
Compilation failed in require at /perl_root/lib/CLI.pm line 223.
BEGIN failed--compilation aborted at /perl_root/lib/CLI.pm line 223.
Compilation failed in require at listtotals.pl line 13.
BEGIN failed--compilation aborted at listtotals.pl line 13.
%SYSTEM-W-NOSUCHFILE, no such file

Reply via email to