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

Re: SVN 1.4.4 and Apache 2.2.6 - Segmentation fault (11)

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2007-09-20 16:57:31 CEST

Brian Munroe wrote:
> I'd like to point out that if any one is compiling Subversion 1.4.4
> with Apache 2.2.6, you *might* run into an issue that I am labeling
> 'APR version incompatibilities'.
[snip]
> I've found that you have to use httpd's APR:

IIRC the APR bundled in the subversion-deps tarball is from the Apache
2.0 line, so pretty much by definition it's incompatible with Apache 2.2.

Just to crosscheck, I snagged subversion-deps-1.4.5.tar.bz2 and Apache's
upstream httpd-2.2.6.tar.bz2. The APR included in subversion-deps is
0.9.12; APR from Apache upstream is 1.2.11.

APR 0.9.x and 1.x are not binary-compatible with each other.

IMO you're usually better off using native local-system or
distribution-provided versions of supporting libraries; that way you
end up with far fewer conflicts between different versions of those
supporting libraries.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 20 16:58:06 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.