From owner-freebsd-questions@FreeBSD.ORG Sun Aug 12 16:31:38 2007 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 EE41016A417 for ; Sun, 12 Aug 2007 16:31:38 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id B412A13C459 for ; Sun, 12 Aug 2007 16:31:38 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id A06DF1CC41; Sun, 12 Aug 2007 09:46:55 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-questions@freebsd.org Date: Sun, 12 Aug 2007 09:46:55 -0700 User-Agent: KMail/1.9.7 References: <200708120524.19390.david@vizion2000.net> In-Reply-To: <200708120524.19390.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708120946.55393.david@vizion2000.net> Subject: Re: Subversion --mod_dav_svn.so -SOLVED 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: Sun, 12 Aug 2007 16:31:39 -0000 On Sunday 12 August 2007 05:24:19 David Southwell wrote: > Hi > > I am getting into problems compiling subversion with apache2. > > subversion-1.4.4_1 > apache-2.2.4_2 > > Could someone who is familier with subversion & apache please confirm with > me the configure and make command lines for both. > > I have what I believe to be the correct entries in httpd.conf: > > LoadModule dav_module libexec/apache22/mod_dav.so > LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so > > Whatever I do not finish up with the required *so files after subversion is > installed. > > So > /usr/local/sbin/apachectl restart > reports: > > httpd: Syntax error on line 88 of /usr/local/etc/apache22/httpd.conf: > Cannot load /usr/local/libexec/apache22/mod_dav_svn.so into server: Cannot > open "/usr/local/libexec/apache22/mod_dav_svn.so" > > An up to date locate database does not find mod_dav_svn.so on the system. > whereis reports: > svn path is > svn: /usr/local/bin/svn > httpd path is: > httpd: /usr/local/sbin/httpd > > Other *.so modules are in > /usr/local/libexec/apache22 > and loading correctly > > > Thanks in advance > > david OK Found it # make -DWITH_MOD_DAV_SVN configure #make -DWITH_MOD_DAV_SVN #make install works