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

Re: AIX 5.1 client segfault

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-03-19 02:05:10 CET

On Mon, Jan 12, 2004 at 01:45:38PM -0600, Travis wrote:
> I'm trying to build just the client on AIX 5.1.
> After a largely uneventful configure and make (I had to make a couple
> alterations),
> I'm getting a set fault where an XML parser is supposed to be built.

Thought I'd look into this: the problem is due to the SVN-specific hack
in the neon configure script to support building against the libexpat.la
from apr-util... libneon.la does not get linked against against
libexpat.la in this case currently, which is a fatal error on AIX.

If you used an out-of-tree shared expat it would work correctly; it's
only for the in-tree expat from apr-util that it will fail.

To fix it without using --disable-shared, you can edit the LIBS line in
neon/src/Makefile to add libexpat.la along with anything else specified
there:

LIBS = ../../apr-util/xml/expat/lib/libexpat.la

I'll check if this is safe to do by default for the next neon release
too.

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 19 02:05:37 2004

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.