I'm trying to install Digest:MD5 2.33 on RHES 3 and getting compilation
errors:
perl Makefile.PL
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
make
Makefile:85: *** missing separator. Stop.
Here's a snippet of the Makefile starting with line #85:
installman1
INSTALLSITEBIN = /usr
INSTALLVENDORBIN = /usr/bin'
installvendorhtml1=''
installvendorhtml3=''
installvendorlib='/u
INSTALLSCRIPT = /usr/bin
PERL_LIB = /usr/lib/perl5/5.8.0
What's wrong and how can I fix this?
Thanks!