From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 10:19:37 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 A97CA16A4CE for ; Thu, 1 Jan 2004 10:19:37 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B74E43D2D for ; Thu, 1 Jan 2004 10:19:36 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 3059F55; Thu, 1 Jan 2004 13:19:36 -0500 (EST) Sender: lowell@be-well.ilk.org To: Lou Katz References: <20031231090226.GA16490@metron.com> From: Lowell Gilbert Date: 01 Jan 2004 13:19:36 -0500 In-Reply-To: <20031231090226.GA16490@metron.com> Message-ID: <44wu8bjzuv.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: make install fails for subversion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 18:19:37 -0000 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 ] The ports aren't particularly intended to work with older versions, and may depend on newer features (like some of the pthread modifications).