From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 06:09:35 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 194F416A4CE for ; Wed, 24 Nov 2004 06:09:35 +0000 (GMT) Received: from fed1rmmtao01.cox.net (fed1rmmtao01.cox.net [68.230.241.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71CA43D5A for ; Wed, 24 Nov 2004 06:09:34 +0000 (GMT) (envelope-from steve@digitalnothing.com) Received: from dnd2 ([68.2.114.10]) by fed1rmmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-117-20041022) with ESMTP id <20041124060935.JNYT16919.fed1rmmtao01.cox.net@dnd2>; Wed, 24 Nov 2004 01:09:35 -0500 From: "Steve Valaitis" To: "Hye-Shik Chang" Date: Tue, 23 Nov 2004 23:09:33 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20041124052035.GA27955@i18n.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal cc: ports@FreeBSD.org Subject: RE: FreeBSD Port: mod_python3-3.1.3 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: Wed, 24 Nov 2004 06:09:35 -0000 > -----Original Message----- > From: Hye-Shik Chang [mailto:perky@i18n.org] > Sent: Tuesday, November 23, 2004 10:21 PM > To: Steve Valaitis > Cc: ports@FreeBSD.org > Subject: Re: FreeBSD Port: mod_python3-3.1.3 > > Did you update /usr/local/sbin/envvars to reflect change of > default threading library? > > It should have: > > LD_PRELOAD=/usr/lib/libpthread.so # not libc_r.so > export LD_PRELOAD That did it, it works now. Where was this change mentioned? I didn't see it in UPDATING. Thanks, Steve