Hello all,
I'm trying to compile the Digest::MD5 module. I tried to do it directly via "perl -MCPAN -e 'install Digest::MD5' and got an error: "Makefile:85: *** missing separator. Stop." So, I decided to do it by hand. Below is a transcript of what I tried. Has anyone else experienced a similar issue? Did I miss a step or is the Makefile incorrect?
Thanks in advance for any guidance.
Regards, - Robert
------
[487] $ pwd /tmp/rt/rt-3.0.10/tmp/Digest-MD5-2.33
[484] $ perl Makefile.PL Perl's config says that U32 access must be aligned. Checking if your kit is complete... Looks good Writing Makefile for Digest::MD5
[485] $ make Makefile:85: *** missing separator. Stop.
[486] $ nl -ba Makefile | grep -C 3 '^ *85' 82 INSTALLBIN = /usr/bin' 83 installhtml1dir='' 84 installhtml3dir='' 85 installman1 86 INSTALLSITEBIN = /usr 87 INSTALLVENDORBIN = /usr/bin' 88 installvendorhtml1=''
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>