From: [EMAIL PROTECTED] (PerlDiscuss - Perl Newsgroups and mailing lists)
> 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

This looks wrong.

Please look into your .../lib/Config.pm and search for 
installvendorlib there. Does it have a sane value?

I have 
        installvendorlib=''
but you may need to have something different there.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to