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

Re: 1.7 check-swig-py failure

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 29 Jul 2011 18:32:40 +0200

On Fri, Jul 29, 2011 at 09:12:57AM -0600, tsteven four wrote:
> ldd and readelf shown above. Is there some method to get python use the
> RPATH in libsvn_ra_serf as ldd does so the correct libapr is found, or is
> the python check overriding RPATH with
> some method like LD_LIBRARY_PATH?

Yes, you need to set LD_LIBRARY_PATH.
You also need to make sure that none of the libraries that get loaded
indirectly load the incompatible system libraries... it can get quite hairy.
See this for various workarounds that I use in my build:
https://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/
Received on 2011-07-29 18:33:18 CEST

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.