perl 5.8 and malloc (and mod_perl)

Sergey Matveychuk sem at ciam.ru
Fri Jan 16 04:30:56 PST 2004


Alexander Leidinger wrote:
> I don't know if the situation changed with perl 5.8, but with 5.6 you
> have to compile with perls malloc if your application makes use of

 From lang/perl5.8/Makefile:
.if defined(WITHOUT_PERL_MALLOC)
.undef WITH_PERL_MALLOC
.else
WITH_PERL_MALLOC=       yes
.endif

WITH_PERL_MALLOC is default.
-- 
Sem.


More information about the freebsd-ports mailing list