I'll provide you as much info as I can.. Please excuse my lack of info as ignorance and not indifference.. I'm still a perl newbie. We match in some areas, but not others..
[ninja2:~/code/perl] guru% strings /usr/lib/libssl.0.9.7.dylib | egrep + OpenSSL SSLv2 part of OpenSSL 0.9.7b 10 Apr 2003 SSLv3 part of OpenSSL 0.9.7b 10 Apr 2003 SSLv2/3 compatibility part of OpenSSL 0.9.7b 10 Apr 2003 TLSv1 part of OpenSSL 0.9.7b 10 Apr 2003 OpenSSL 0.9.7b 10 Apr 2003 <br> [ninja2:~/code/perl] guru% grep -i add_all_algorithms /usr/lib/*ssl* [ninja2:~/code/perl] guru% find /usr/lib -name *ssl* tcsh: find: No match. <br>
I uninstalled my Crypt module, and went to Cpan to reinstall. I get this during the install:
<br> /usr/local/lib does not seem to contain the SSLeay library files Found the following OpenSSL installations: OpenSSL 0.9.6 /usr/local/ssl OpenSSL 0.9.6 /usr/local OpenSSL 0.9.7 /usr Which OpenSSL build path do you want to link against? [/usr/local/ssl]

I chose /usr/local/ssl, and then get the following at the end of the script.
/Users/guru/.cpan/build/Crypt-SSLeay-0.51/blib/arch/auto/Crypt/SSLeay/ +SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expe +cted to be defined in a dynamic image t/net_ssl........dubious + Test returned status 0 (wstat 5, 0x5) t/ssl_context....dyld: /usr/bin/perl Undefined symbols: /Users/guru/.cpan/build/Crypt-SSLeay-0.51/blib/arch/auto/Crypt/SSLeay/ +SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expe +cted to be defined in a dynamic image t/ssl_context....dubious + Test returned status 0 (wstat 5, 0x5) FAILED--2 test scripts could be run, alas--no output ever seen make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Then, if I rerun with Force, it claims to install cleanly. But I get the error I presented earlier in the code. Ask me for any information and I'll provide it.
Also, I came across this website, but can't tell if it means anything.. many many thanks.. tim

In reply to Re: https on OSX 10.3 crypto failure by Anonymous Monk
in thread https on OSX 10.3 crypto failure by ecuguru

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.