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

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

am 15.05.2007 01:35:27 von mmatchyn

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.

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

am 15.05.2007 01:55:09 von Sisyphus

wrote in message
news:1179185727.708088.41910@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

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

am 15.05.2007 05:21:43 von Petr Vileta

píse v diskusním príspevku
news:1179185727.708088.41910@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.)