![]() |
|
P is for Practical | |
PerlMonks |
Re: Perl2exe bug!by janx (Monk) |
on Jun 26, 2002 at 12:53 UTC ( #177372=note: 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.
Thus your library pathes are different...
If any of this fails, I suggest you try to get a hold of an old ActiveState perl5.6.0
Who is the vendor of perl2exe? (I remotely remember fooling around
with that...but it's not coming to me right now...:-)). 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 Section
Seekers of Perl Wisdom
|
|