[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
[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.
####
/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] ##
## /Users/guru/.cpan/build/Crypt-SSLeay-0.51/blib/arch/auto/Crypt/SSLeay/SSLeay.bundle undefined reference to _OpenSSL_add_all_algorithms expected 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 expected 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