[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

From: Paul Querna <chip_at_force-elite.com>
Date: 2005-12-02 20:43:59 CET

Ralph Seichter wrote:
> Hi,
>
> I'm having trouble to access Subversion repositories after setting up
> SVN 1.2.3 with Apache 2.2.0 on a Linux test server. No matter if I use
> a SVN client on Linux/Windows or if I use a web browser, I always see
> the following entries in the Apache error log when accessing the URL
> <http://server.tld/svn/foo/>:
>

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

to check, compare the output of `ldd mod_dav_svn.so` and `ldd httpd`.

They should both show the same library name for libapr and libapr-util.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 20:52:47 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.