Firstly, I don't see what's causing the failure.
There's 2 warnings, but warnings aren't fatal unless flagged to be so - and I see no such flag in the command that was run.
Perhaps the "note" is fatal. I don't know - it doesn't
sound fatal....
Update: Heh ... as Anonymous has pointed out, ^C
is fatal.
Looking in openssl/ssl.h, it seems that OPENSSL_NO_SSL2 will be defined automatically only if OPENSSL_NO_RSA or OPENSSL_NO_MD5 are defined.
I'm therefore thinking that if you build openssl without either of those being defined then SSLv2 will be enabled, by default, both in the openssl library and in Net::SSLeay.
In the Net-SSLeay-1.72 "Changes" file I found an indication that SSLv2 support is deprecated. But that means SSLv2 support is still available.
"Deprecation", AIUI, is just a notification that it's discouraged and may be removed at a future date.
(I'm not an expert in this but :-)
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.