From owner-freebsd-ports@FreeBSD.ORG Mon Aug 11 05:12:20 2003 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 1A97937B401; Mon, 11 Aug 2003 05:12:20 -0700 (PDT) Received: from striker.xs4all.nl (striker.nl [213.84.19.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2532043FB1; Mon, 11 Aug 2003 05:12:19 -0700 (PDT) (envelope-from striker@apache.org) Received: from cheetah (cheetah.striker.nl [192.168.0.10]) by striker.xs4all.nl (Postfix) with SMTP id 1402850916; Mon, 11 Aug 2003 14:12:17 +0200 (CEST) From: "Sander Striker" To: , "Daniel S. Haischt" Date: Mon, 11 Aug 2003 14:12:16 +0200 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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: Importance: Normal cc: ports@FreeBSD.org cc: bmah@freebsd.org cc: users@subversion.tigris.org Subject: RE: [PYTHON-BINDINGS] compiling FreeBSD port with svn bindings 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: Mon, 11 Aug 2003 12:12:20 -0000 > From: sussman@collab.net [mailto:sussman@collab.net] > Sent: Monday, August 11, 2003 2:05 PM > "Daniel S. Haischt" writes: > > > /usr/local/lib/apache2/libapr-0.so: undefined reference to `pthread_create' > > > > can you give me any pointers what is going wrong or how to > > compile subversion with the --with-swig option set to yes? > > The swig-py bindings require APR threads, but on FreeBSD, APR disables > threads by default. You need to make sure APR is configured with the > --enable-threads option. No. Not anymore. Justin fixed the python bindings to not require a threaded apr. Sander