[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: Wed, 13 Oct 2010 17:56:55 -0500

On Oct 13, 2010, at 12:35, Nelson Cabral wrote:

> My NAS comes with an Apache2 instance without mod_dav_svn. I would
> like to compile mod_dav_svn.so but I don't know how to get the sources
> and how to compile it properly. The NAS is a Synology CS407, the
> firmware is DSM 3.0, and everything is linux powered.
>
> Can someone give me instructions (command lines) or redirect me? I
> would gladly appreciate any help.

The sources for mod_dav_svn are right there in the Subversion source distribution, which is available from the Subversion web site. mod_dav_svn gets built when you compile Subversion with the --with-apxs flag. When you compile Subversion, you will provide configure arguments pointing at your NAS's existing copies of apxs, apr and apr-util, among perhaps other options:

./configure ... \
--with-apr=/path/to/apr-config
--with-apr-util=/path/to/apu-config \
--with-apxs=/path/to/apxs
Received on 2010-10-14 00:57:40 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.