willcampos2 has asked for the wisdom of the Perl Monks concerning the following question:
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
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem Installing Digest::MD5 or any additional perl module
by Corion (Patriarch) on Jan 05, 2006 at 07:46 UTC | |
by willcampos2 (Novice) on Jan 05, 2006 at 15:54 UTC | |
by snowhare (Friar) on Jan 05, 2006 at 16:01 UTC | |
by willcampos2 (Novice) on Jan 05, 2006 at 16:38 UTC | |
by gordoste (Initiate) on Jan 05, 2006 at 23:12 UTC | |
|
Re: Problem Installing Digest::MD5 or any additional perl module
by graff (Chancellor) on Jan 05, 2006 at 03:20 UTC | |
by thor (Priest) on Jan 05, 2006 at 10:29 UTC | |
|
Re: Problem Installing Digest::MD5 or any additional perl module
by gordoste (Initiate) on Jan 05, 2006 at 05:13 UTC |