in reply to Trying to use MinGW

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.

Replies are listed 'Best First'.
Re^2: Trying to use MinGW
by Anonymous Monk on Feb 15, 2012 at 19:00 UTC

    Give the above steps a shot.

    Those are the same steps. cpan runs perl Makefile.PL ... for you

Re^2: Trying to use MinGW
by Anonymous Monk on Feb 15, 2012 at 21:32 UTC
    Hi

    Thank you all for all your replies

    The first thing I tried from all the suggestions was to install Par-Packer by using the cpan shell.

    This worked absolutely fine, so I'm now a happy bunny :)

    Thanks again

    Richard