in reply to Net::SSL seg fault

I encountered a similar problem some months ago. After searching google and other places for an answer someone suggested that perhaps my installation of OpenSSL and/or Net::SSL was compiled with a different version of GCC than Perl was compiled with. I had, in face, installed a new version of gcc recently so I removed all of the SSL stuff, downgraded gcc to the version with which I originally built Perl, then re-compiled OpenSSL and Net::SSL. After that, it worked perfectly.

That said, it is also possible that something else was screwed up and the re-compile of the SSL software cleaned it up. Regardless, my problem was solved.

Replies are listed 'Best First'.
Re: Re: Net::SSL seg fault
by jonjacobmoon (Pilgrim) on Sep 28, 2002 at 01:37 UTC
    This may be the case.

    I just upgraded to RH7.3, so my guess is that Perl was installed with the the version of GCC that came with that, and the installation today was with that version.

    Frankly, I found a way to do what I wanted without HTTPS so I may forego the GCC mess for now. But, if I get a chance I will try it and let you all know.


    I admit it, I am Paco.