Crypt::SSLeay

Ed Peschko (epeschko@den-mdev1)
Wed, 25 Nov 1998 00:03:35 -0700 (MST)


hey,

This isn't strictly a libwww question, but I've been having the most 
difficult time finding an effective SSL solution for perl. I've tried:

1) Net::SSLeay
2) Crypt-SSLeay
3) internal perl interface for SSLeay .

I've tried SSLeay v/.66, .9, .8 - all of them test programs with all of these
modules core dump given the gcc compiler, on a sun-solaris 2.51 platform. 
For #3, all it takes is the following statement (using the perl interface for 
SSLeay ):

use SSLeay;

and that's it, it will core. #1 and #2 share the same symptom.
Any help would be appreciated on this because its got to be something simple and
I'd like to eliminate that possibility before digging into the code.
If it *isn't* something simple, then I guess my question is how many people 
actually use the a perl interface to SSLeay?

Thanks much,

Ed