1. I'm getting very confusing information from this WinXP box as to whether Crypt-SSLeay has been installed or not. On the one hand ....

C:\Perl\site\lib\Crypt\SSLeay>dir Volume in drive C has no label. Volume Serial Number is 7CBF-35A0 Directory of C:\Perl\site\lib\Crypt\SSLeay 11/21/2006 12:32 PM <DIR> . 11/21/2006 12:32 PM <DIR> .. 11/21/2006 12:32 PM 55 Conn.pm 11/21/2006 12:32 PM 54 CTX.pm 11/21/2006 12:32 PM 54 Err.pm 11/21/2006 12:32 PM 1,187 MainContext.pm 11/21/2006 12:32 PM 620 X509.pm 5 File(s) 1,970 bytes 2 Dir(s) 69,418,430,464 bytes free

... and

C:\Perl\site\lib\auto\Crypt\SSLeay>dir Volume in drive C has no label. Volume Serial Number is 7CBF-35A0 Directory of C:\Perl\site\lib\auto\Crypt\SSLeay 11/21/2006 12:32 PM <DIR> . 11/21/2006 12:32 PM <DIR> .. 11/21/2006 12:32 PM 538 .packlist 11/21/2006 12:32 PM 0 SSLeay.bs 11/21/2006 12:32 PM 32,843 SSLeay.dll 11/21/2006 12:32 PM 820 SSLeay.exp 11/21/2006 12:32 PM 2,190 SSLeay.lib 11/21/2006 12:32 PM 197,632 SSLeay.pdb 6 File(s) 234,023 bytes 2 Dir(s) 69,418,430,464 bytes free

... but, on the other hand ...

C:\Documents and Settings>ppm verify Crypt::SSLeay ppm verify failed: Package 'Crypt::SSLeay' is not installed

Is it or isn't it? Only SSLeay's hairdresser knows for sure. I'm now waiting for a sysadmin to come by so we can try a re-install of the ppm.

2. Unfortunately the Crypt-SSLeay docs have not been updated in three years. The Windows-specific suggestions there are out-of-date, e.g., ActiveState is hundreds of builds past the ones mentioned in the docs. But because in my testing I'm trying to replicate the conditions in which "average Win32 Perl users" work, I have to get this application working on ActivePerl.

Thanks for taking the time to explore this problem.

Jim Keenan

In reply to Re^4: Crypt::SSLeay not found by Makefile.PL on Win32 by jkeenan1
in thread Crypt::SSLeay not found by Makefile.PL on Win32 by jkeenan1

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.