Date: Fri, 16 Jan 2004 15:27:50 +0300 From: Sergey Matveychuk <sem@ciam.ru> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: Mike Harding <mvh@ix.netcom.com> Subject: Re: perl 5.8 and malloc (and mod_perl) Message-ID: <4007D8C6.1030703@ciam.ru> In-Reply-To: <20040116122858.278c2527@Magellan.Leidinger.net> References: <20040115233128.BE39954E5@netcom1.netcom.com> <20040116122858.278c2527@Magellan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4007D8C6.1030703>