From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 11:31:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26AEB16A4CE for ; Thu, 1 Jan 2004 11:31:28 -0800 (PST) Received: from indigo.metron.com (indigo.metron.com [192.160.193.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE9E43D54 for ; Thu, 1 Jan 2004 11:31:07 -0800 (PST) (envelope-from lou@metron.com) Received: from indigo.metron.com (indigo.metron.com [127.0.0.1]) by indigo.metron.com (8.12.9/8.12.9) with ESMTP id i01JV6qj046658 for ; Thu, 1 Jan 2004 11:31:06 -0800 (PST) (envelope-from lou@metron.com) Received: (from lou@localhost) by indigo.metron.com (8.12.9/8.12.9/Submit) id i01JV6D8046657 for freebsd-questions@freebsd.org; Thu, 1 Jan 2004 11:31:06 -0800 (PST) (envelope-from lou@metron.com) X-Authentication-Warning: indigo.metron.com: lou set sender to lou@metron.com using -f Date: Thu, 1 Jan 2004 11:31:06 -0800 From: Lou Katz To: freebsd-questions@freebsd.org Message-ID: <20040101193106.GB46579@metron.com> References: <20031231090226.GA16490@metron.com> <44wu8bjzuv.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44wu8bjzuv.fsf@be-well.ilk.org> User-Agent: Mutt/1.4.1i Subject: Re: make install fails for subversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 19:31:28 -0000 On Thu, Jan 01, 2004 at 01:19:36PM -0500, Lowell Gilbert wrote: > Lou Katz writes: > > > The make runs ok > > The make install chugs along until: > > > > chmod 755 /usr/local/libexec/apache2/mod_authz_svn.so > > [activating module `authz_svn' in /usr/local/etc/apache2/httpd.conf] > > subversion/svnversion/svnversion . /repos/svn/trunk > /usr/local/include/subversion-1/svn-revision.txt > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libapr-0.so.9: Undefined symbol "pthread_mutex_init" > > *** Error code 1 > > > > Stop in /work/local1/ports/devel/subversion/work/subversion-0.32.1. > > *** Error code 1 > > > > Stop in /work/local1/ports/devel/subversion. > > > > > > > > I have checked, and there is libpthread.so.20 in /usr/local/lib/pth which I have linked > > up into /usr/local/lib, and it has the symbol "pthread_mutex_init". > > Sounds like you're working with an older version of FreeBSD. > [Please see Greg Lehey's "How to get best results from FreeBSD-questions" > http://www.lemis.com/questions.html ] 4.7-RELEASE-p4 > > The ports aren't particularly intended to work with older versions, > and may depend on newer features (like some of the pthread modifications). If I leave MOD_DAV out, it works, but I think I need that. The funny thing is, the library with pthread_mutex_init IS IN /usr/local/lib! Thanks. -- -=[L]=-