Arin Komins wrote:
> 
> Hi there,
> 
> I'm trying to install Crypt::SSLeay on a Solaris 7 machine.
> 
> When I get to the make test:
> 
> PERL_DL_NONLAZY=1 /opt/bin/perl -Iblib/arch -Iblib/lib
> -I/opt/pkgs/perl5-5.005_02/lib/5.00502/sun4-solaris
> -I/opt/pkgs/perl5-5.005_02/lib/5.00502 -e 'use Test::Harness qw(&runtests
> $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/ssl_context.......Can't load 'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for
> module Crypt::SSLeay: ld.so.1: /opt/bin/perl: fatal: relocation
> error: file blib/arch/auto/Crypt/SSLeay/SSLeay.so: symbol
> EVP_PKEY_size: referenced symbol not found at
> /opt/pkgs/perl5-5.005_02/lib/5.00502/sun4-solaris/DynaLoader.pm line 168.
> 

Generally, I would recommend using gcc if you are not, as the sun
compilers seem quirky.  Also make sure your LD_LIBRARY_PATH env 
variable includes the location of your openssl libs, as my experience
on Solaris 2.6 makes me guess that "symbol not found" errors
are often this.

If you do find out how to fix this problem, it would be great
if you could post the solution to the list for future 
generations. :)

-- Josh
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to