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

Re: Apache 2.0.28 -> 2.0.31 fails with "non-compatible module" error.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-01-20 01:59:43 CET

David Summers <david@summersoft.fay.ar.us> writes:

> I just updated Subversion from rev 731 to 970 (big jump!) and noticed that
> it wouldn't build and recalled that newest APR was needed, so I upgraded
> APR from CVS (2002-01-19) and got Subversion client to work OK but server
> was not working so I updated Apache from 2.0.28 to 2.0.31 and used the
> same APR and APR-UTIL (2002-01-19) and now when I try to start Apache it
> says:
>
> module "subversion/mod_dav_svn/mod_dav_svn.c" is not compatible with
> this version of Apache. Please contact the vendor for the correct
> version.
>
> Any ideas? Did I miss some discussion or announcement? Do I need to
> down-rev something?

mod_dav_svn needs to be compiled against the Apache version you are
trying to run. Have you rebuilt subversion since upgrading Apache? If
not then do

$ make local-clean
$ make local-all
$ make local-install

in your subversion build directory and then restart Apache.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006

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.