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

Re: mod_dav_svn and mod_dav_so

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-26 16:28:51 CEST

On Aug 26, 2005, at 9:25 AM, Massimiliano Cordioli wrote:

> Hi everybody,
> I've just compiled subversion from a tarball on HP-UX 11.11
> (PARISC 2.0) machine.
>
> I've used this command line
>
> ./configure --prefix=/usr/local/svn
> make
> make install
>
> and all seems to work very well
> To check this, I've created my first repository without any problem.
>
> Then I'd like to share my repository using APACHE 2.0.54, but in
> the direcory modules of apache,
> I can't find
>
> mod_dav_svn
> and
> mod_dav_so
>
> What's wrong??

'make' probably never compiled the two apache modules, because it
never found an installed apache. In order to build an apache module,
the /usr/local/apache2/bin/apxs program is needed. If subversion's ./
configure can't find 'apxs', then it skips building the apache modules.

-- 
www.collab.net  <>  CollabNet  |  Distributed Development On Demand
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 26 16:31:46 2005

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.