[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Sun, 17 Oct 2010 09:31:56 -0500

On Oct 17, 2010, at 09:10, Nelson Cabral wrote:

> I've caught this message during ./configure :
>
> ==================================================================
> WARNING: skipping the build of mod_dav_svn
> try using --with-apxs
> ==================================================================
>
> 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.
Received on 2010-10-17 16:32:43 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.