Compiled .exe of Perl does not work when using Crypt::SSLeay

I am running code with the module Crypt::SSLeay.

When I run it on my pc it works fine. When I compile it with active
state perl into a .exe file I get the following error message:

Error: Error accessing

501 Protocol scheme 'https' is not supported (Crypt::SSLeay not
installed)

Please assist. Thank you.
mmatchyn [ Di, 15 Mai 2007 01:35 ] [ ID #1712814 ]

Re: Compiled .exe of Perl does not work when using Crypt::SSLeay

<mmatchyn [at] gmail.com> wrote in message
news:1179185727.708088.41910 [at] w5g2000hsg.googlegroups.com...
>I am running code with the module Crypt::SSLeay.
>
> When I run it on my pc it works fine. When I compile it with active
> state perl into a .exe file I get the following error message:
>
> Error: Error accessing
>
> 501 Protocol scheme 'https' is not supported (Crypt::SSLeay not
> installed)
>

My guess is that the Crypt::SSLeay is not being packed into the exe. There's
probably a way of explicitly packing it into the executable. Check your
exe-making-utility's documentation. (Which exe-making-utility are you using
?)

For further help, if you're using PAR, there's the PAR mailing list (
http://lists.cpan.org/showlist.cgi?name=par ) and if you're using
ActiveState's PDK there's the PDK mailing list (
http://lists.cpan.org/showlist.cgi?name=pdk ).

But also keep an eye on this thread - someone else might be able to provide
more helpful info (especially if you're using PAR).

Cheers,
Rob
Sisyphus [ Di, 15 Mai 2007 01:55 ] [ ID #1712815 ]

Re: Compiled .exe of Perl does not work when using Crypt::SSLeay

<mmatchyn [at] gmail.com> píse v diskusním príspevku
news:1179185727.708088.41910 [at] w5g2000hsg.googlegroups.com...
>I am running code with the module Crypt::SSLeay.
>
> When I run it on my pc it works fine. When I compile it with active
> state perl into a .exe file I get the following error message:
>
> Error: Error accessing
>
> 501 Protocol scheme 'https' is not supported (Crypt::SSLeay not
> installed)
>
> Please assist. Thank you.
>
You must download and install OpenSSL package from http://www.openssl.org

--

Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)
Petr Vileta [ Di, 15 Mai 2007 05:21 ] [ ID #1712816 ]
Perl » comp.lang.perl.modules » Compiled .exe of Perl does not work when using Crypt::SSLeay

Vorheriges Thema: Reading contents of an excel file from a test file
Nächstes Thema: Perl module for cookie/logon/session management with Apache