From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 01:21:49 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BE41916A41F for ; Tue, 15 Nov 2005 01:21:49 +0000 (GMT) (envelope-from arnsholt@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5240443D49 for ; Tue, 15 Nov 2005 01:21:49 +0000 (GMT) (envelope-from arnsholt@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IPZ00K282MM8250@osl1smout1.broadpark.no> for freebsd-questions@freebsd.org; Tue, 15 Nov 2005 02:25:34 +0100 (CET) Received: from [192.168.1.23] ([80.203.170.51]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IPZ00CE62L5TS50@osl1sminn1.broadpark.no> for freebsd-questions@freebsd.org; Tue, 15 Nov 2005 02:24:41 +0100 (CET) Date: Tue, 15 Nov 2005 04:57:05 +0100 From: Arne Skjaerholt To: freebsd-questions@freebsd.org Message-id: <1132027025.20373.7.camel@bursar> MIME-version: 1.0 X-Mailer: Evolution 2.2.3 Content-type: text/plain Content-transfer-encoding: 7BIT Subject: Problems installing the subversion port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: arnsholt@broadpark.no List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 01:21:50 -0000 Hello everyone, for a while I've been using CVS for my version managment, but I recently upgraded to 6.0-RELEASE, so I decided to dump CVS in favour of Subversion as I've been hearing good things about it and CVS has been rather annoying. I found and followed this guide when installing http://www.bsdguides.org/guides/freebsd/misc/subversion.php, but the install stage fails with the following message: ===> subversion-1.3.0.r2 depends on shared library: intl - found -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so -e: not found *** Error code 127 >From what I can gather, the error stems from line 359 of the makefile, which goes as follows: ${APXS} -e -S LIBEXECDIR=${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so I've tried replacing this with `which apxs` -e -S LIBEXECDIR= ${PREFIX}/libexec/apache2 -a -n dav libexec/apache2/mod_dav.so, which makes the Makefile return without an error, but it doesn't actually work. Does anyone see (or already know) how I can fix this problem? Thanks in advance for any help, Arne :wq