francism8 has asked for the wisdom of the Perl Monks concerning the following question:
My program uses XML::LibXML and the program run OKAY as a perl script and OKAY for executable inside the machine that has strawberry in it.
And after packing and moving to a system without perl running in Windows the program fails and below is the error Im seeing when Im running the executable file
Can't load 'C:\Users\USERAG~1\AppData\Local\Temp\par-757365726167656e7 +4\cache-7fbc98159acd276f8c1ee547b5190a92ff3b8ccb\0587ab56.xs.dll' for + module XML::LibXML: load_file:The specified module could not be foun +d at C:/Strawberryperl/perl/lib/DynaLoader.pm line 193. at C:/Strawberryperl/perl/vendor/lib/PAR/Heavy.pm line 123. BEGIN failed--compilation aborted at XML/LibXML.pm line 156. Compilation failed in require at script/changepassv8.pl line 8. BEGIN failed--compilation aborted at script/changepassv8.pl line 8.
The error is due to that the compilation is not compatible with windows 10 instead it work on windows7, windows8.x. will look to different solution on how to run this the same script in windows10. Thank you
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error when using the executable perl in client machine that does not have strawberry-perl in it
by marto (Cardinal) on Feb 15, 2017 at 05:42 UTC | |
|
Re: Error when using the executable perl in client machine that does not have strawberry-perl in it
by Anonymous Monk on Feb 15, 2017 at 08:14 UTC | |
|
Re: Error when using the executable perl in client machine that does not have strawberry-perl in it
by madtoperl (Hermit) on Feb 15, 2017 at 13:48 UTC | |
by marto (Cardinal) on Feb 15, 2017 at 16:55 UTC | |
|
Re: Solved: Error when using the executable perl in client machine that does not have strawberry-perl in it
by fsmendoza (Novice) on Feb 23, 2017 at 08:36 UTC |