OK, here goes. I'm running FreeBSD 4.8-STABLE and trying to install all the LibXML/LibXSLT stuff from ports. With the stock install, most of these modules from CPAN require a higher ExtUtils::MakeMaker than the version included in perl 5.00x. I've tried a few different version, all leading to different problems under perl 5.005_3 (stock FBSD perl).

Using the latest release from CPAN (6.05), it spits out Makefiles looking for opnames.h, which doesn't exist in that perl.

Using the latest devel release (6.10_7) fixes that problem, but now most of the installations fail because a double // is getting inserted into the man3 paths.

Heading back to a 5.95 release yiels the opname.h problem again. Anyone here running a sane version ot ExtUtils greater than stock on FBSD perl 5.005?

This wasn't a problem about 6 months ago, yet now on new installs it seems like more work than it used to be.

-=Chris


In reply to ExtUtils::MakeMaker: Which version is sane for 5.005? by jk2addict

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.