Personally, I haven't really seen any issues installing Par::Packer on various builds of ActivePerl 5.12 & 5.14. However, it looks like you're trying to download the tarball from CPAN, uncompress it and manually trying to build and install the module. Since I have not tried that process myself on this module, I really can't offer any pointers on going that route.

Here's the steps that I would take to install Par::Packer after a fresh install of ActivePerl:

That's pretty much it. If you're behind web proxy, you might need to configure the http_proxy setting for the CPAN module or add the http_proxy environment variable to the OS.

I believe that for some reason that a dependency or two failed to install for me in a few cases. When that happened, I installed those via PPM (if they were available from there) or via CPAN and then retried to install Par::Packer via CPAN.

Give the above steps a shot. If you run into any problems with that, come back and post what happened along with the error messages.


In reply to Re: Trying to use MinGW by dasgar
in thread Trying to use MinGW by rich_d_thomas

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.