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

SVN 1.4.4 and Apache 2.2.6 - Segmentation fault (11)

From: Brian Munroe <brian.e.munroe_at_gmail.com>
Date: 2007-09-19 22:33:59 CEST

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'.

Using:

./configure --prefix=/usr/local/svn-1.4.4 \
--with-apxs=/usr/local/apache-2.2.6/bin/apxs \
--with-ssl \
--with-libs=/usr/local/ssl \
--enable-shared=yes

Everything compiles and installs great, but it I try an access a
repository (via HTTPS or HTTP), the Apache child process dies with a
segmentation fault (11) error.

I've found that you have to use httpd's APR:

./configure --prefix=/usr/local/svn-1.4.4 \
--with-apxs=/usr/local/apache-2.2.6/bin/apxs \
--with-apr=/usr/local/apache-2.2.6 \
--with-apr-util=/usr/local/apache-2.2.6 \
--enable-shared=yes

Just wanted to let people know to watch out for that. Also, would
this be considered a bug or need to be documented somewhere (more
officially)?

My environment looks like

Solaris 9
GNU gcc 3.4.2 (sunfreeware build)
GNU ld 2.17
Apache 2.2.6
Subversion 1.4.4

thanks

-- brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 19 22:34:18 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.