Alan! has asked for the wisdom of the Perl Monks concerning the following question:
I have been trying to compile a script that was written in perl by someone other than myself into an executable format that can be used without having perl installed. There seems to be some sort of issue with Crypt::SSLeay packaging but I'm not sure what the error means. Screenshot located at https://imgur.com/a/qfxQs
I've tried using PAR pp and cava to package, both will create executables that run just fine on the machine I'm using that has perl, but whenever I transfer it to a different computer I get the error seen in the screenshot. It's been the same error each time after changing compiler settings, and I'm not sure what to do at this point. If I have left anything out that may assist in answer please let me know and I will be happy to provide, coding is not my field so I am still learning and this is my first encounter with perl. Thank you!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating executable with packaged libraries, libraries and modules included but executable does not function on machines without perl installed
by marto (Cardinal) on Dec 20, 2017 at 20:22 UTC | |
|
Re: Creating executable with packaged libraries, libraries and modules included but executable does not function on machines without perl installed
by salva (Canon) on Dec 21, 2017 at 07:35 UTC | |
|
Re: Creating executable with packaged libraries, libraries and modules included but executable does not function on machines without perl installed (ppsimple.pl)
by beech (Parson) on Dec 21, 2017 at 01:07 UTC |