Dave Tibbals wrote:
> > What line is make complaining about the missing separator?
> > What does the Makefile look like around that line?
> > 
> > From CPAN shell, you can do the following to run the steps
> > separately: 
> > 
> >    look Digest::MD5
> >    $ perl Makefile.PL
> >    $ make
> > 
>  This is what I get:
> 
> [EMAIL PROTECTED] Digest-MD5-2.33]# 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
> [EMAIL PROTECTED] Digest-MD5-2.33]#
> [EMAIL PROTECTED] Digest-MD5-2.33]# make
> Makefile:85: *** missing separator.  Stop.
> 
> These are the lines in the Makefile:
> 
> INSTALLVENDORARCH = /usr/lib/perl5/ven
> INSTALLBIN = /usr/bin'
> installhtml1dir=''
> installhtml3dir=''
> Installman1 **********this is line 85

Well, that explains why make is complaining. That's not a valid line.

Just for kicks I did a Google search on "installman1 missing separator" and
turned up this:

http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682

It suggests setting LANG=en_US before running perl Makefile.PL

Does that help? I don't use Linux, so I can't reproduce the problem.

> INSTALLSITEBIN = /usr
> INSTALLVENDORBIN = /usr/bin'
> installvendorhtml1=''
> installvendorhtml3=''
> installvendorlib='/u


-- 
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