Please bottom post....

> Now I'm trying to install Digest::MD5 because it is a prerequisite for
> libwww-perl-5.800.  This happens when I try to do it manually or through
> the cpan shell.  What does this error mean?
> 
> 
> > Perl's config says that U32 access must be aligned.
> > Checking if your kit is complete...
> > Looks good
> > Writing Makefile for Digest::MD5
> > Makefile:85: *** missing separator.  Stop.
> >   /usr/bin/make  -- NOT OK
> > Running make test
> >   Can't test without successful make
> > Running make install
> >   make had returned bad status, install seems impossible
> 
> 

This is a known issue with LOCALE settings in RH 9.  See this bug report:

http://bugzilla.redhat.com/bugzilla/long_list.cgi?buglist=87682
http://www.redhat.com/archives/redhat-list/2003-May/msg00336.html

It appears you should upgrade your Perl or set your LANG.

http://danconia.org

> Casey Mills
> 
> 
> On Mon, 2004-08-30 at 14:29, [EMAIL PROTECTED] wrote:
> > I had similar problems with several other CPAN modules on my SUSE
and RedHat systems.  I posted the problem to perlmonks and learned the
modules are setup for most common environments.  I was told to download
and build the module by hand (perl Makefile.PL, make, make install).  
> > 
> > Basically that seemed to work for me.  I would recommend you
download the modules and read the README/INSTALL files.  Install as
recommended and see if that fixes it for you.
> > 
> > 
> > 
> > > I am trying to get a qmail install working.  When I try to install
> > > spamassassin-tools I get this:
> > > 
> > > 
> > > error: Failed dependencies:
> > >         perl(HTTP::Cookies) is needed by spamassassin-tools-2.63-1
> > >         perl(LWP::UserAgent) is needed by spamassassin-tools-2.63-1
> > > 
> > > 
> > > I run the command:
> > > perl -MCPAN -e shell
> > > 
> > > And then type: install HTTP::Cookies
> > > 
> > > It then tries to install libwww-perl-5.800.tar.gz
> > > 
> > > but I get:
> > > base/message-parts.t  255 65280    39   19  48.72%  21-39
> > > base/message.t        255 65280    74   16  21.62%  59-74
> > > Failed 2/30 test scripts, 93.33% okay. 35/730 subtests failed, 95.21%
> > > okay.
> > > make: *** [test] Error 29
> > >   /usr/bin/make test -- NOT OK
> > > 
> > > What can I do to fix this?  This is a redhat 9 machine running dual
> > > processors and perl v5.8.0.
> > > 
> > > Thanks
> > > Casey Mills
> > > 
> > > 
> > > -- 
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > <http://learn.perl.org/> <http://learn.perl.org/first-response>
> > > 
> > > 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 



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