This may help (I had problems due to the limitations on my development PC)

I installed Crypt::SSLeay manually on WinXP for Perl 5 (revision 5 version 8 subversion 3)

I downloaded Crypt-SSLeay-0.51 :
http://theoryx5.uwinnipeg.ca/ppms/x86/Crypt-SSLeay.tar.gz

Unzipped it and placed the files from the package in the corresponding places on my machine :

Perl\site\lib\auto\Crypt\SSLeay\SSLeay.bs
Perl\site\lib\auto\Crypt\SSLeay\SSLeay.dll
Perl\site\lib\auto\Crypt\SSLeay\SSLeay.exp
Perl\site\lib\auto\Crypt\SSLeay\SSLeay.lib
Perl\html\site\lib\Crypt\SSLeay.html
Perl\site\lib\Net\SSL.pm
Perl\site\lib\Crypt\SSLeay.pm
Perl\site\lib\Crypt\SSLeay\Conn.pm
Perl\site\lib\Crypt\SSLeay\CTX.pm
Perl\site\lib\Crypt\SSLeay\Err.pm
Perl\site\lib\Crypt\SSLeay\MainContext.pm
Perl\site\lib\Crypt\SSLeay\X509.pm

I then ran :
perl install_ssl

and let it download the dll files and put them in my path.
The files are :
ssleay32.dll
libeay32.dll

(I found these details in the install_ssl file)

Next - I think this is the important part,
make sure your path contains :

<path to openssl>\OpenSSL\bin
i.e. c:\openssl\bin
run the command "echo %Path%" or run "set" to check

My scripts didn't work until I did the last bit :)

Hope that helps.

chur
-- Sir_-_Jeff

In reply to Re^4: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003 by Anonymous Monk
in thread ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003 by yeah

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.