Hello,
I have been trying to install perl for the last days, before on a single processor machine, and IDE disk all was easy, but when i move to a new server, with RAID and SMP proccesors, all is wrong.
I had to recompile the kernel to support RAID, SMP and 4GB RAM.
This is the last part of the installation:
Writing Makefile for Digest::MD5 Makefile out-of-date with respect to +Makefile.PL Cleaning current config before rebuilding Makefile... /us +r/bin/make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true +/usr/local/bin/perl Makefile.PL Perl's config says that U32 access mu +st be aligned. Checking if your kit is complete... Looks good Writing + Makefile for Digest::MD5 ==> Your Makefile has been rebuilt. <== ==> + Please rerun the make command. <== false make: *** Makefile Error 1 +/usr/bin/make -- NOT OK Running make test Can't test without successf +ul make Running make install make had returned bad status, install se +ems impossible

I already try to install it manually, and to set the LANG env variable, with not luck.
Can anyone give me a clue?
Thanks for your help
Wilmar

I have:
Slackware 10.1
Kernel 2.4.29
perl 5.8.7
HP Prolian server DL320
2 Xeon Proccesors
4GB RAM
RAID 146GB

I run perl -MCPAN -e shell, do avoid the manual config, then install the MD5 module, and then Digest::MD5, and then everithing failed.

root@ss_development:~/.cpan/build/Digest-MD5-2.36# perl Makefile.PL Perl's config says that U32 access must be aligned. Writing Makefile for Digest::MD5 root@ss_development:~/.cpan/build/Digest-MD5-2.36# make Makefile out-of-date with respect to Makefile.PL Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/local/bin/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 ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1 root@ss_development:~/.cpan/build/Digest-MD5-2.36#


Thanks,
Wilmar

Edit: g0n - added code tags


In reply to Problem Installing Digest::MD5 or any additional perl module by willcampos2

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.