- or download this
cpan[1]> o conf
$CPAN::Config options from /export/home/pprepago/.cpan/CPAN/MyConfig.p
+m:
...
# at t/00-basic.t line 6.
# Tried to use 'Crypt::SSLeay'.
# Error: Can't load '/export/home/pprepago/.cpan/build/Crypt-SSLe
+ay-0.64-dCcYQu/blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Cryp
+t::SSLeay: ld.so.1: perl: fatal: relocation error: file /export/home/
+pprepago/.cpan/build/Crypt-SSLeay-0.64-dCcYQu/blib/arch/auto/Crypt/SS
+Leay/SSLeay.so: symbol SSL_alert_type_string_long: referenced symbol
+not found at /my_path_to/perl5/lib/perl5/5.18.0/sun4-solaris-64/DynaL
+oader.pm line 190.
- or download this
$ file /usr/sfw/lib/64/libssl.so blib/arch/auto/Crypt/SSLeay/SSLeay.so
/usr/sfw/lib/64/libssl.so: ELF 64-bit MSB dynamic lib SPARCV9 Ver
+sion 1, dynamically linked, not stripped, no debugging information av
+ailable
...
$ /usr/ccs/bin/elfdump -s /usr/sfw/lib/64/libssl.so.0.9.7 | grep SSL_a
+lert_type_string_long
[37] 0x0000000000033370 0x000000000000005c FUNC GLOB D 0 .
+text SSL_alert_type_string_long
[1387] 0x0000000000033370 0x000000000000005c FUNC GLOB D 0 .
+text SSL_alert_type_string_long
- or download this
$ /my_path_to/perl5/bin/perl -V
Summary of my perl5 (revision 5 version 18 subversion 0) configuration
+:
...
/my_path_to/perl5/lib/perl5/5.18.0/sun4-solaris-64
/my_path_to/perl5/lib/perl5/5.18.0
.