From users-return-5439-daniel=haxx.se@subversion.apache.org Sun Oct 17 16:32:43 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o9HEWfrD007711 for ; Sun, 17 Oct 2010 16:32:42 +0200 Received: (qmail 67762 invoked by uid 500); 17 Oct 2010 14:32:29 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 67755 invoked by uid 99); 17 Oct 2010 14:32:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 14:32:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS Received-SPF: pass (nike.apache.org: local policy) Received: from [80.67.18.16] (HELO smtprelay04.ispgateway.de) (80.67.18.16) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Oct 2010 14:32:19 +0000 Received: from [75.34.103.216] (helo=[192.168.7.75]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P7UHH-0000WY-4G; Sun, 17 Oct 2010 16:31:59 +0200 Subject: Re: Compiling mod_dav_svn against an installed Apache2 instance ? Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Sun, 17 Oct 2010 09:31:56 -0500 Cc: Erik Huelsmann , users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <02405377-1DB5-4423-98CB-E60E2E93C173@ryandesign.com> References: <04A30757-088A-4C38-BEE7-0BDB5404ADEE@ryandesign.com> <34E539EE-B9E1-4289-8816-92A74A157C20@ryandesign.com> To: Nelson Cabral X-Mailer: Apple Mail (2.1081) X-Df-Sender: 368818 X-Virus-Checked: Checked by ClamAV on apache.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Sun, 17 Oct 2010 16:32:43 +0200 (CEST) X-Friend: Nope On Oct 17, 2010, at 09:10, Nelson Cabral wrote: > I've caught this message during ./configure : >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > WARNING: skipping the build of mod_dav_svn > try using --with-apxs > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > As there are apache modules in my NAS, is there a way to find apxs > path ? (back to answer 1...) The usual methods: which apxs locate apxs find / -name apxs Since apxs is only used to build Apache modules, it's possible this is = also not installed on your NAS.