Fedora 14

$ uname -a Linux giles 2.6.35.13-92.fc14.i686 #1 SMP Sat May 21 17:39:42 UTC +2011 i686 i686 i386 GNU/Linux
Trying to install a modern Perl (anything greater than 5.12.0 has this problem for me) from source fails. Here's what I try:
wget http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/perl-5.14.1 +.tar.gz tar -zxvf perl-5.14.1.tar.gz cd perl-5.14.1 sh Configure -d make
And I always (slightly different depending on the version) end up with an error message like this after some time:
Running Makefile.PL in ext/attributes ../../miniperl -I../../lib Makefile.PL INSTALLDIRS=perl INSTALLMAN +1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=libperl.a Writing Makefile for attributes Writing MYMETA.yml make[1]: Entering directory `/tmp/perl-5.14.1/ext/attributes' make[1]: Leaving directory `/tmp/perl-5.14.1/ext/attributes' Making all in ext/attributes make all PERL_CORE=1 LIBPERL_A=libperl.a make[1]: Entering directory `/tmp/perl-5.14.1/ext/attributes' cp attributes.pm ../../lib/attributes.pm make[1]: *** No rule to make target `ExtUtils/xsubpp', needed by ` +attributes.c'. Stop. make[1]: Leaving directory `/tmp/perl-5.14.1/ext/attributes' Unsuccessful make(ext/attributes): code=512 at make_ext.pl line 46 +3. make: *** [ext/attributes/pm_to_blib] Error 25
Any thoughts as to how I can get past this? I've tried with perlbrew and it fails in the same ways. My system has 5.12.3 installed so I know it must be possible and I can install 5.8.X without a problem (by hand and with perlbrew).


In reply to Can't install a modern Perl from source by mpeters

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.