Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-24 12:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found