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

Re: svnserve dumps core on apr call / pool->active (pool=0x1)

From: Alexander Elgert <alexander_elgert_at_adiva.de>
Date: 2007-04-12 22:15:49 CEST

Alexander Elgert schrieb:
> Hello,
>
> I got a coredump from svnserve
> VERSION: subversion-1.4.3, APR 0.9.13, APR-UTIL 1.2.8
> CONFIGURE: ./configure --prefix=/usr/local
I got it, the problem was the old apr with the new apr-util.
It seems this combination confuses your configure ... sorry ;)

Unfortunately, after installing the apr 1.2.8, you config program
accesses still the old apr config utility, so:

$ mv /usr/local/bin/apr-config /usr/local/bin/apr-config.orig
$ ln -s /usr/local/bin/apr-1-config /usr/local/bin/apr-config

Maybe you better fix this in the configure.

Greetings,
    Alexander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 13 22:25:34 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.