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

Re: Trouble upgrading SVN repository server from Apache 2.0.55 to 2.2.0 - SOLVED

From: Ralph Seichter <subversion-ml_at_sentries.org>
Date: 2005-12-03 11:08:15 CET

Paul Querna wrote:

> I would guess that your subversion is using APR 0.9.xx, and HTTPD is
> using APR 1.2.2.

Indeed, the APR versions used by mod_dav_svn.so and httpd did not
match. This was also suggested by Ben Collins-Sussman. I now use the
following command to configure SVN:

  ./configure \
    --with-apxs=/usr/local/apache-2.2.0/bin/apxs \
    --with-apr=/usr/local/apache-2.2.0/bin/apr-1-config \
    --with-apr-util=/usr/local/apache-2.2.0/bin/apu-1-config

There are no errors reported anymore. Thank you, Paul!

-- 
Mit freundlichen Grüßen / Sincerely
Dipl. Inform. Ralph Seichter
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Dec 3 11:11:21 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.