I just downloaded the trial version of Perl2exe. I ran the program and encountered an error (after fixing it to include all the correct use statements, this has to do with perl I think, my download at least).

I redownloaded ActiveState perl, and still got the same error. It is (this is after I run perl2exe and then type <filename> to run the newly-produced app.):

Perl lib version (v5.6.1) doesn't match executable version (v5.6.0) at PERL2EXE_STORAGE/Config.pm line ..
Compilation failed in require at PERL2EXE_STORAGE/lib.pm line ..
Compilation failed in require at <filename.pl> line ..
BEGIN failed--compilation aborted at <filename.pl> line ..

This is a tk program. If the code is important I'll put it up (but it seems that it would just get in the way; the problem appears to lie somewhere else). Thanks for any help.

(Oh yeah, and the famous perl -v statement tells me its v5.6.1 (even Binary Build 633, if it helps))


In reply to Perl2exe bug! by dimmesdale

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.