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

Re: Installing mod_dav_svn: apxs:Error: Config file /etc/apache2/httpd2-prefork.conf not found.

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-19 19:39:53 CET

Patrick Mayweg wrote:
> Hi Julian,
> Julian Foad wrote:
>
>> Unfortunately this hasn't made any difference to the problem of
>> mod_dav_svn seg-faulting.
>
> I have read your last post. How did you build subversion ? Which version
> did you try ? I am build svn 0.32.1 right on a test system with SuSE 9.0
> on. I will report on my success.

I am building the latest source (which was r7802) of Subversion, as follows:

      cd ~/build/subversion/ &&
      #~/src/subversion/configure --with-apxs=/usr/sbin/apxs2 --enable-maintainer-mode "$@" >> $VERBOSE_LOG &&
      ~/src/subversion/configure --with-apxs=/usr/sbin/apxs2 "$@" >> $VERBOSE_LOG &&
      make 2>&1 | tee -a $VERBOSE_LOG make.out &&

I normally use --enable-maintainer-mode but commented it out recently in case that was the problem: the install instructions said that that setting should be the same as when Apache was built, and I installed Apache 2.0.48 from an RPM so I assume it isn't built with --enable-maintainer-mode, but I also tried with it.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 19 19:37:43 2003

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

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