What would cause SSL requests to segfault
Tuc at T-B-O-H <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm trying to use the example of : lwp-request https://www.nodeworks.com When it segfaults. I've tried to re-install a few things like openssl (Version 0.9.8b_1), Crypt::SSLeay (Version 0.51) and libwww (Version 5.805). But I still get it. It seems to show via a backtrace : #0 0x2833029d in SSL_CTX_ctrl () from /usr/local/lib/libssl.so.4 #1 0x28302798 in XS_Crypt__SSLeay__CTX_new () from /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Crypt/SSLeay/SSLeay.so Any ideas what to do? Thanks, Tuc