I installed version 5.8-6, Digest::MD5 is in there. Thank you so much for all your help. Martin Peter Prymmer wrote: Martin Guzman <[EMAIL PROTECTED]> wrote on 01/16/2006 10:22:40 AM:Hello, I just started to use perl (which mean I'm a neophite on this) and gotitinstalled 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 makefilefromhttp://search.cpan.org/~gaas/Digest-MD5-2.36/. After fixing some smallissues(changed a fatal error for a warning, and moving files around to get thepathcorrectly) makefike ran, but I think I'm missing a step since now I'mnowstuck in an error where the perl processor cant locate the loadableobjectmodule 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]It is not recommended to unpack a distribution into your perl_root.$ perl makefilemd5.pl !original name was makefile.pl Testing alignment requirements for U32... Warning: prerequisiteDigest::base 1.00 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.plThe VMS specific instructions on how to build a CPAN module are at: http://perldoc.perl.org/perlmodinstall.html You could also see them locally by running: perldoc perlmodinstall I hope that helps. Peter Prymmer |
- how to install a loadable module? Martin Guzman
- Re: how to install a loadable module? Craig Berry
- Re: how to install a loadable module? Craig A. Berry
- Re: how to install a loadable module? Peter Prymmer
- Re: how to install a loadable module? Martin Guzman