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

Re: libexpat.so error building on Suse 9.2 64 bit.

From: Seth Falcon <sethfalcon_at_comcast.net>
Date: 2005-05-04 20:02:32 CEST

"Edward R. Rubinsky" <edrubins@speakeasy.net> writes:
> I am trying to build subversion 1.1.4 on Suse 9.2 64 bit install. It
> fails with a "/usr/ lib/libexpat.so: could not read symbols: Invalid
> operation" error building

I've run into a similar error with other packages and the solution was
to set --with-expatlibdir=/usr/lib64. You might also get it to work
by adding a -L/usr/lib64 to CFLAGS.

The problem is that the build is finding a 32bit compatibility version
of expat before it finds the proper 64bit version.

Aside and OT: Does anyone know if this is the result of a deficiency
in the expat installation or does it have to do with Subversion's
configure scripts and such?

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 4 20:39:55 2005

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.