Joshua,

Thank you for the response.  

The LD_LIBRARY_PATH had been set fine.  

What I did was download the full release of openssl and use gcc instead.  

There also seems to be an issue with the patch-level of the OS for Solaris
2.6.  It works on a machine with kernel level 105181-23, but not on one
105181-08.  I set the user/envs/perl/gcc/openssl exactly the same across
both machines.  One worked and the other one did not...of course I could be
completely off....
Thanks,

Joe


-----Original Message-----
From: Joshua Chamas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 7:54 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Crypt::SSLeay mmap failed


"Thykattil, Joe" wrote:
> 
> Hello,
> 
> Having trouble compiling/testing the CRYPT Perl module Crypt-SSLeay-0.17
> with openssl-0.9.6-beta2.  The compile, test and install on the openssl
went
> fine.  The compile of the SSLeay module had the following ran fine.  The
> test of the SSLeay module encountered the following error:
> 
> Any suggestions would be greatly appreciated.
> Thanks,
> 

That was pretty bad... I haven't see this kind of error before,
though I saw you had perl5.xxxx which is good, but that you
are using Sun's cc compiler, which is generally bad.  Lots of
times, if you just use gcc to compile your stuff, especially,
perl, things just work, so your compiler might be the problem.

Here's the error that particularly struck me...

t/ssl_context.......Can't load 'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for
module Crypt::SSLeay: ld.so.1: /home/rmiller/bin/perl: fatal:
blib/arch/auto/Crypt/SSLeay/SSLeay.so: mmap failed: No such device at
/home/rmiller/lib/perl5/sun4-solaris/DynaLoader.pm line 169.

You are on Solaris/SunOS?, there's a chance that your LD_LIBRARY_PATH
is not set to include your openssl libs?  Try that too.

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

Reply via email to