Date: Fri, 15 May 2009 17:54:33 +0200 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Olivier Mueller <om-lists-bsd@omx.ch> Subject: Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.' Message-ID: <200905151754.33522.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <1242347263.5669.17.camel@frosch.omx.ch> References: <1242123058.945.31.camel@ompc.insign.local> <200905132221.30817.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <1242347263.5669.17.camel@frosch.omx.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905151754.33522.mel.flynn%2Bfbsd.questions>