Hi all,
I have a strange problem.
Since I need to write a simple monitoring script that would be distributed to a big amount of NON perl windows machines I use perl packager to write my scripts locally on my machine and create a "exe" file from it.
Now, everything went fine till I tried to package in this way a script that fetches an HTTPS url.
If I run it on my machine as .pl file it runs normally but when I package it and run from the same machine the newly created .exe file I get the following error:
The ordinal 3212 could not be located in the dynamic link library LIBEAY32.dll
Can't load 'C:\DOCUME~1\leonid\LOCALS~1\Temp\par-leonid\cache-850fb67ec8d216c168
a76b54eb703690d958fff8\6df07938.dll' for module
Crypt::SSLeay: load_file:The ope
rating system cannot run %1 at c:/perl/lib/DynaLoader.pm line 229.
at c:/perl/site/lib/PAR/Heavy.pm line 82
Compilation failed in require at script/IsPageAvailable.pl line 10.
BEGIN failed--compilation aborted at script/IsPageAvailable.pl line 10.
Please someone, help me!
Regards,
Leonid M.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.