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