in reply to Re: DBH - segmentation fault - out of memory?
in thread DBH - segmentation fault - out of memory?

The msg *does* go away if I use a non-HTTPS site. IE 'craigslist' or similar. Other HTTPS sites cause the error.

It must be some combination of the two. I can connect to a DB *or* I can get the XML data. Not both.

To be sure I did a CPAN 'install Crypt::SSLeay'.
Writing /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Cr +ypt/SSLeay/.packlist Appending installation info to /usr/lib/perl5/5.8.5/i386-linux-thread- +multi/perllocal.pod DLAND/Crypt-SSLeay-0.57.tar.gz sudo make install -- OK
No change in the error.

Replies are listed 'Best First'.
Re^3: DBH - segmentation fault - out of memory?
by ethrbunny (Monk) on Jan 24, 2008 at 13:46 UTC
    Here's an interesting twist: If I add the line 'use Crypt::SSLeay;' right after 'use strict' the error goes away.

    Go figure.