On 3/15/06, Jerry Kemp <[EMAIL PROTECTED]> wrote:

> # perl -MCPAN -e shell
> cpan> reload index
> Out of memory!

Was your perl compiled to use your system's malloc(), or Perl's own?
You can find out with a command like this one:

    perl -MConfig -lwe 'print $Config{usemymalloc}'

Whichever you used, if you try recompiling with the other, your "Out
of memory" problems may silently vanish. Then again, maybe not; but it
seems worth a try at this point. Some systems only work properly with
Perl's malloc(), others only with their own.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to