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.

Reply via email to