From owner-freebsd-ports@FreeBSD.ORG Fri Jan 16 04:30:56 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D6216A4CE for ; Fri, 16 Jan 2004 04:30:56 -0800 (PST) Received: from mail.ciam.ru (main.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E29E43D73 for ; Fri, 16 Jan 2004 04:30:00 -0800 (PST) (envelope-from sem@ciam.ru) Received: from sem.ciam.ru ([192.168.45.10] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.x) id 1AhT4Z-000G5E-SY; Fri, 16 Jan 2004 15:27:35 +0300 Message-ID: <4007D8C6.1030703@ciam.ru> Date: Fri, 16 Jan 2004 15:27:50 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031028 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Leidinger References: <20040115233128.BE39954E5@netcom1.netcom.com> <20040116122858.278c2527@Magellan.Leidinger.net> In-Reply-To: <20040116122858.278c2527@Magellan.Leidinger.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: Mike Harding Subject: Re: perl 5.8 and malloc (and mod_perl) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 12:30:56 -0000 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.