You dont need OpenSSL to use Net:SSLeay. You need to fix your path. As I said before, Strawberry Perl has libeay and libssy in the /c/bin folder.

---------------------------------------------------------------------- +---------- Starting profile on 4/18/2012 at 8:45:59 PM Operating System: Microsoft Windows XP Professional (32-bit), version +5.01.2600 Service Pack 3 Program Executable: c:\sperl\perl\bin\PERL.EXE Program Arguments: -e "use Net::SSLeay;" Starting Directory: C:\sperl\perl\bin\ Search Path: C:\sperl\c\bin;C:\sperl\perl\site\bin;C:\sperl\perl\bin;C +:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem; Options Selected: Simulate ShellExecute by inserting any App Paths directories into + the PATH environment variable. Log DllMain calls for process attach and process detach messages. Hook the process to gather more detailed dependency information. Log LoadLibrary function calls. Log GetProcAddress function calls. Log first chance exceptions. Log debug output messages. Use full paths when logging file names. ---------------------------------------------------------------------- +---------- Started "c:\sperl\perl\bin\PERL.EXE" (process 0xB4) at address 0x00400 +000. Successfully hooked module. ...............CUT................ LoadLibraryExA("c:\sperl\perl\vendor\lib\auto\Net\SSLeay\SSLeay.dll", +0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) called from "c:\sperl\perl +\bin\PERL512.DLL" at address 0x68B3CC74. Loaded "c:\sperl\perl\vendor\lib\auto\net\ssleay\SSLEAY.DLL" at addres +s 0x322A0000. Successfully hooked module. Loaded "c:\sperl\c\bin\LIBEAY32_.DLL" at address 0x6BA00000. Successf +ully hooked module. Loaded "c:\windows\system32\WSOCK32.DLL" at address 0x71AD0000. Succe +ssfully hooked module. Loaded "c:\sperl\c\bin\LIBSSL32_.DLL" at address 0x66B80000. Successf +ully hooked module. DllMain(0x71AD0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\sys +tem32\WSOCK32.DLL" called. DllMain(0x71AD0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\windows\sys +tem32\WSOCK32.DLL" returned 1 (0x1). DllMain(0x6BA00000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\c\bin +\LIBEAY32_.DLL" called. DllMain(0x6BA00000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\c\bin +\LIBEAY32_.DLL" returned 1 (0x1). DllMain(0x66B80000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\c\bin +\LIBSSL32_.DLL" called. DllMain(0x66B80000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\c\bin +\LIBSSL32_.DLL" returned 1 (0x1). DllMain(0x322A0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\perl\ +vendor\lib\auto\net\ssleay\SSLEAY.DLL" called. GetProcAddress(0x77C10000 [c:\windows\system32\MSVCRT.DLL], "longjmp") + called from "c:\sperl\perl\vendor\lib\auto\net\ssleay\SSLEAY.DLL" at + address 0x322CED4E and returned 0x77C36D74. DllMain(0x322A0000, DLL_PROCESS_ATTACH, 0x00000000) in "c:\sperl\perl\ +vendor\lib\auto\net\ssleay\SSLEAY.DLL" returned 1 (0x1). LoadLibraryExA("c:\sperl\perl\vendor\lib\auto\Net\SSLeay\SSLeay.dll", +0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned 0x322A0000. GetProcAddress(0x322A0000 [c:\sperl\perl\vendor\lib\auto\net\ssleay\SS +LEAY.DLL], "boot_Net__SSLeay") called from "c:\sperl\perl\bin\PERL512 +.DLL" at address 0x68B46D25 and returned 0x322A14B0. DllMain(0x322A0000, DLL_PROCESS_DETACH, 0x00000001) in "c:\sperl\perl\ +vendor\lib\auto\net\ssleay\SSLEAY.DLL" called. ...............CUT................ Exited "c:\sperl\perl\bin\PERL.EXE" (process 0xB4) with code 0 (0x0).

In reply to Re^5: Missing libeay32.dll from an exe generated with pp utility by bulk88
in thread Missing libeay32.dll from an exe generated with pp utility by mailmeakhila

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.