Forum Discussion
jajamax_127538
Nimbostratus
Jan 20, 2004Perl to .exe
I need to provide one of my scripts to a group that needs not have access to root user and password. I've tried using perl2exe put it doesn't seem to pick up the Crypt::SSLeay module. Anyone know ho...
Jan 22, 2004
Now for the final piece...
Try adding the following lines to your script.
perl2exe_bundle "c:\perl\bin\ssleay32.dll";
perl2exe_bundle "c:\perl\bin\libeay32.dll";
Replace "c:\perl\bin" with the location of your perl binaries directory. The perl2exe_bundle directive, causes the modules to be included in the compiled executable and extracted at runtime. The manual documents this.
Let me know if this works out for you.
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects