From owner-freebsd-questions@FreeBSD.ORG Mon Nov 14 01:19:01 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 43BC616A41F for ; Mon, 14 Nov 2005 01:19:01 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48D443D4C for ; Mon, 14 Nov 2005 01:19:00 +0000 (GMT) (envelope-from majie.ict@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1027747nzo for ; Sun, 13 Nov 2005 17:19:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ydmddi9xXphLdmsNlnymNaU7U8ey8FVpLPK4/QbPXEOZ8bf3/6U9Jp1SVgx7YcudY8dtK6hWOaTVDB6nCsPYIopLqP/IpfeP0sE/arz1PzBSEPp6u7BxAHCsawDR8UJk9nQfM9YPf3XSpe6/hr/icDGxDYeJb9HixMwtLOhkleI= Received: by 10.37.2.48 with SMTP id e48mr3636634nzi; Sun, 13 Nov 2005 17:19:00 -0800 (PST) Received: by 10.37.20.66 with HTTP; Sun, 13 Nov 2005 17:19:00 -0800 (PST) Message-ID: Date: Mon, 14 Nov 2005 09:19:00 +0800 From: Ma Jie To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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 01:19:01 -0000 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=3Dyes 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 - found -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. ---------------------------------------------------------------------------= -------------------------------------------