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

Re: Problems while installing subversion

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-08-18 17:53:25 CEST

Bjoern Nachtwey wrote:
> Hello Folks,
>
> i want to install subversion on a machine running SuSE SLES 8.
>
> because no RPM-packages are available I took the tarball.
>
> running "./configure" I got this error message:
>
> checking for static Apache module support... checking for Apache module
> support via DSO through APXS... found at /usr/sbin/apxs
> checking httpd version... configure: error: apache too old: mmn must be
> at
> least 20020903

[snipped stuff about apr/apr-util]

That message isn't about apr/apr-util, it's about apache being too old to
build mod_dav_svn.
Yes, it is an under-detailed message.

Pass --without-apxs to skip the check for apache, and the build of
mod_dav_svn.

There is a change in trunk, and nominated for 1.1.x, that will convert that
error into a warning unless --with-apxs was explicitly requested.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 18:01:44 2004

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.