From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 04:39:29 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 BDB6C16A420 for ; Mon, 14 Nov 2005 04:39:29 +0000 (GMT) (envelope-from jason@infinitebubble.com) Received: from mail.infinitebubble.com (pia140-70.pioneernet.net [66.114.140.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57A6043D45 for ; Mon, 14 Nov 2005 04:39:29 +0000 (GMT) (envelope-from jason@infinitebubble.com) Received: from localhost (thor.infinitebubble.com [10.10.1.1]) by mail.infinitebubble.com (Postfix) with ESMTP id 57EBD3497E; Sun, 13 Nov 2005 20:39:28 -0800 (PST) Received: from mail.infinitebubble.com ([10.10.1.3]) by localhost (thor.infinitebubble.com [10.10.1.1]) (amavisd-new, port 10024) with LMTP id 17222-01; Sun, 13 Nov 2005 20:39:07 -0800 (PST) Received: from [192.168.1.10] (aurvandil.infinitebubble.com [192.168.1.10]) by mail.infinitebubble.com (Postfix) with ESMTP id 0C1DF33C3D; Sun, 13 Nov 2005 20:39:02 -0800 (PST) Message-ID: <437814E5.6000703@infinitebubble.com> Date: Sun, 13 Nov 2005 20:39:01 -0800 From: Jason Taylor User-Agent: Thunderbird 1.5 (X11/20051109) MIME-Version: 1.0 To: Ma Jie References: <200511140230.12198.plcplc@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at infinitebubble.com Cc: freebsd-questions@freebsd.org Subject: Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes 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: Mon, 14 Nov 2005 04:39:29 -0000 Ma Jie wrote: > I'm not sure why. But now, I built it without ports. Just entered the > `work' directory and read the INSTALL file. After compile, I found the > mod_dav_svn.so and mod_authz_svn.so in the directory and copied them > manually into /usr/local/libexec/apache2/. It works now. But I don't > know how to automatic build it using ports. > > 2005/11/14, Ma Jie : >> Yeah. It is compiled OK with the `-D' before the switch. But another >> problem is that I cannot find the mod_dav_svn.so in ths system after >> the compling. It is needed to use HTTP protocol in subversion. >> >> And, when I install apache2 and subversion (after sucessful comple), >> it prompted a lot of warnings show that some files are not installed >> in to /usr/local/lib. Anyone have the same thing? I have tested on >> FreeBSD 5.4-STABLE and 6.0-STABLE. >> >> 2005/11/14, Philip Lykke Carlsen : >>> Monday 14 November 2005 02:19 skrev Ma Jie: >>>> I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using >>>> standalone mode. But when I want to use apache2 protocol with >>>> subversion, a compiling failure occured as below: >>>> >>>> --------------------------------------------------------------------------- >>>> ------------------------------------------- # make WITH_MOD_DAV_SVN=yes >>>> install >>>> ===> Installing for subversion-1.3.0.r2 >>>> ===> subversion-1.3.0.r2 depends on executable: - not found >>>> ===> Verifying install for in /usr/ports/www/apache2 >>>> ===> Returning to build of subversion-1.3.0.r2 >>>> ===> subversion-1.3.0.r2 depends on shared library: expat.5 - found >>>> ===> subversion-1.3.0.r2 depends on shared library: neon.24 - found >>>> ===> 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 >>>> >>>> Stop in /usr/ports/devel/subversion. >>> make -DWITH_MOD_DAV_SVN=yes install >>> >>> in order to set a make-variable from the commandline you have to prepend a -D >>> to the switch.. that should do the trick >>> _______________________________________________ See http://www.freebsd.org/cgi/query-pr.cgi?pr=88750