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

Re: Apache segfault on startup

From: Francois Beausoleil <francois.beausoleil_at_gmail.com>
Date: 2006-12-21 21:36:44 CET

Got it !

2006/12/20, Ryan Schmidt <subversion-2006d@ryandesign.com>:
> On Dec 20, 2006, at 10:20, Francois Beausoleil wrote:
> You are mixing and matching incompatible versions of apr/apr-util:
>
> > config.log says:
> > ...
> > configure:3529: result: 0.9.7
> > configure:3613: Apache Portable Runtime Utility (APRUTIL) library
> > configuration
> > configure:3641: checking for APR-util
> > configure:3881: result: 0.9.7
>
> See, here you see that you're compiling Subversion with apr/apr/util
> 0.9.7. This version is compatible with Apache 2.0.x.

For reference I changed my Subversion configure line to:

'./configure' '--with-apxs=/usr/local/apache2/bin/apxs' '--with-ssl'
'--enable-ssl' '--enable-shared'
'--with-apr=/usr/local/bin/apr-1-config'
'--with-apr-util=/usr/local/bin/apu-1-config'
'--enable-maintainer-mode' '--enable-debug' "$@"

Notice the --with-apr and --with-apr-util options. That made the difference.

Thanks for you help, Ryan.

Bye !

-- 
François Beausoleil
http://blog.teksol.info/
http://piston.rubyforge.org/
Received on Thu Dec 21 21:37:34 2006

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.