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

Re: Note regarding --disable-static on trunk

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 3 Apr 2009 02:42:27 +0100

On Mon, Mar 23, 2009 at 04:34:03PM +0000, Stefan Sperling wrote:
> On Mon, Mar 23, 2009 at 12:02:09PM +0000, Stefan Sperling wrote:
> > Now, my svn binary suddenly is a dynamically linked one, and picks up
> > APR from /usr/local/lib at runtime (this is where the APR version
> > provided by the operating system's package manager is living).
> > It is using tons of wrong shared libs, not the ones I want it to use
> > (e.g. sqlite and neon are also wrong, it's not just APR).
>
> > This seems to be the reason for crashes like this one:
>
> Justin, I just read back in the thread and saw that you already
> described a fix in English, and asked for a patch. I will [have to]
> tackle to fix this as soon as I am going to do some coding on svn
> again. But it would of course be much more convenient for me if the
> problem was fixed before then.

I can now build trunk again with --disable-shared.

My problem was fixed by not using the libtool script that ships with
the APR tarball, but using the usual system-wide libtool script instead.
(Can be done by running ./buildconf in the apr source tree.)

Stefan
Received on 2009-04-03 03:43:38 CEST

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.