From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 02:26:41 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 3CF8316A421 for ; Mon, 14 Nov 2005 02:26:41 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DBD43D55 for ; Mon, 14 Nov 2005 02:26:39 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1038012nzo for ; Sun, 13 Nov 2005 18:26:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kYIilD6T20TEp0PChOp8MPIqwxR9q+qe4wwySQ/QnYtJmq1ktG+BVo7/pqZ6UuSisPM7nauS6cSNhkGhhnb7x9TMOYdKdaf7OiZEzHG4+93UhF3vubpRv1tVL5sXJ9O/chRRj94h3JljZ9MC98N9eQ3HvaB0pooum+8BEnDpWjQ= Received: by 10.36.59.8 with SMTP id h8mr3724916nza; Sun, 13 Nov 2005 18:26:39 -0800 (PST) Received: by 10.37.20.66 with HTTP; Sun, 13 Nov 2005 18:26:39 -0800 (PST) Message-ID: Date: Mon, 14 Nov 2005 10:26:39 +0800 From: Ma Jie To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511140230.12198.plcplc@gmail.com> 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 02:26:41 -0000 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=3D= yes > > > install > > > =3D=3D=3D> Installing for subversion-1.3.0.r2 > > > =3D=3D=3D> subversion-1.3.0.r2 depends on executable: - not found > > > =3D=3D=3D> Verifying install for in /usr/ports/www/apache2 > > > =3D=3D=3D> Returning to build of subversion-1.3.0.r2 > > > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: expat.5 -= found > > > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: neon.24 -= found > > > =3D=3D=3D> subversion-1.3.0.r2 depends on shared library: intl - fo= und > > > -e -S LIBEXECDIR=3D/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=3Dyes install > > > > in order to set a make-variable from the commandline you have to prepen= d a -D > > to the switch.. that should do the trick > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" > > >