It appears to me as if the perl2exe you got includes some kind of an archived version of perl5.6.0:
Perl lib version (v5.6.1) doesn't match executable version (v5.6.0) at PERL2EXE_STORAGE/Config.pm line ..

If that's how it's done, I think this happens: Your program has been built as a perl interpreter which has the compiled bytecode of your perl program included.
Note that this will include all the supplied Perl modules, too. Unfortunately Perl2Exe is actually a perl5.6.0, while you have an ActiveState perl5.6.1.

Thus your library pathes are different...
I'd try if that error still occurs when removing the ActiveState perl or running perl2exe on your program on a computer which has never seen any perl installation

If any of this fails, I suggest you try to get a hold of an old ActiveState perl5.6.0
an try again.

Who is the vendor of perl2exe? (I remotely remember fooling around with that...but it's not coming to me right now...:-)).
The vendor should have a perl5.6.1 version of perl2exe IMHO.
Otherwise I would count it as a discontinued product and refrain from using it.

IMHO everyone's served better if you bundle a perl installation with all required modules/libraries/custom programs and just installed that at your clients' location.

Kay


In reply to Re: Perl2exe bug! by janx
in thread 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.