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

Re: Apache segfaults on SVN configuration

From: Ramanathan Muthaiah <rus.cahimb_at_gmail.com>
Date: 2007-01-05 11:40:12 CET

> Is there an incompatibility between SVN 1.4.0 and Apache 2.2.2? I thought
> compiling would ensure that a compatible module is created.
One quick way to check, if SVN libs have used the correct Apache libs,
is to use the command, ldd, like this:

ldd /path/to/apache/modules/mod_dav_svn.so | grep -i apr

ldd /path/to/apache/bin/httpd | grep -i apr

Both should indicate that the mod_dav_svn and HTTPD are using the same
apr and apr-utils libraries.

/Ram

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 5 11:40:30 2007

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.