From owner-freebsd-questions@FreeBSD.ORG Fri May 15 15:54:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BAF71065670 for ; Fri, 15 May 2009 15:54:36 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 477408FC15 for ; Fri, 15 May 2009 15:54:36 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id E19B87E837; Fri, 15 May 2009 07:54:34 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Fri, 15 May 2009 17:54:33 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <1242123058.945.31.camel@ompc.insign.local> <200905132221.30817.mel.flynn+fbsd.questions@mailing.thruhere.net> <1242347263.5669.17.camel@frosch.omx.ch> In-Reply-To: <1242347263.5669.17.camel@frosch.omx.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905151754.33522.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Olivier Mueller Subject: Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 15:54:36 -0000 On Friday 15 May 2009 02:27:43 Olivier Mueller wrote: > Hi Mel, > > On Wed, 2009-05-13 at 22:21 +0200, Mel Flynn wrote: > > I'm still thinking there's two different (threading|bdb) libraries linked > > into httpd, but not sure to ask for which ldd...httpd or mod_dav. The db > > version could be a red herring or that only one of the formats requires > > this mutex . > > This is how it currently looks: (I'll try recompiling some packages > later next week): > > $ ldd /usr/local/sbin/httpd > /usr/local/sbin/httpd: > libz.so.3 => /lib/libz.so.3 (0x800681000) > libaprutil-0.so.9 => /usr/local/lib/apache2/libaprutil-0.so.9 > (0x800795000) libdb-4.2.so.2 => /usr/local/lib/libdb-4.2.so.2 (0x8008ab000) > libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x800a87000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800ba9000) > libapr-0.so.9 => /usr/local/lib/apache2/libapr-0.so.9 (0x800da2000) > libm.so.4 => /lib/libm.so.4 (0x800ec2000) > libcrypt.so.3 => /lib/libcrypt.so.3 (0x800fde000) > libc.so.6 => /lib/libc.so.6 (0x8010f7000) No pthread in this. Could it be that apr is built without threads? It's the only thing out of the ordinary that I can see. I use APR_FROM_PORTS (even though it has a be careful warning, that I don't understand) and as such can add threading support. -- Mel