in reply to "Out of memory!" -- make test and Net::SSLeay

I describe the same problem here, but I have a completely different platform (Win32 / Perl 5.8.1). I haven't succeeded yet in building Net::SSLeay, and have received no answer either...

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web

Replies are listed 'Best First'.
Re: Re: "Out of memory!" -- make test and Net::SSLeay
by Flame (Deacon) on Oct 27, 2003 at 03:57 UTC
    Sorry, but I don't think your problem is the same. Net::SSLeay builds fine for me, it just seems to run out of memory somehow.




    My code doesn't have bugs, it just develops random features.

    Flame