Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: installing correct Par::Packer on ActivePerl 5.12.2

by yoyirod (Initiate)
on Dec 21, 2010 at 16:48 UTC ( [id://878307]=note: print w/replies, xml ) Need Help??


in reply to installing correct Par::Packer on ActivePerl 5.12.2

Hi!

i've found a solution for my environment:

  • OS: Windows 7 Professional (32 bits)
  • ActiveState perl v5.12.2 build 1203
  • MinGW version 5.1.4.1 from ActiveState
  • PAR-Packer 0.991 from trouchelle

MinGW and PAR-Packer were installed ussing ppm

pp complained about versions, so...

  1. Open config.pm file at %perlroot%/lib
  2. Find code
    $^V eq 5.12.2 or die "Perl lib version (5.12.2) doesn't match executable version + (" . sprintf("v%vd",$^V) . ")";
  3. Replace with
    $^V eq 5.12.2 or $^V eq 5.12.0 or die "Perl lib version (5.12.2) doesn't match executable version + (" . sprintf("v%vd",$^V) . ")";

pp works after that.

HTH

Rodrigo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://878307]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found