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

Re: broken libtool on freebsd

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2002-06-11 23:10:04 CEST

On Tue, Jun 11, 2002 at 04:02:05PM -0500, Ben Collins-Sussman wrote:
> Joe Orton <joe@manyfish.co.uk> writes:
>
> > > Just to verify this, I'll build a shared binary, and then run 'ldd' on
> > > .libs/lt-svn. Sure enough, all of the libraries resolve to ones in
> > > /usr/local/lib, instead of the freshly-built ones in my source tree.
> > > This is *not* how libtool is supposed to work.
> >
> > Does "objdump -p lt-svn | grep RPATH" give something appropriate? (i.e.
> > not listing /usr/local/lib before anything else).
>
> [sussman@kepler:~/projects/svn/subversion/clients/cmdline/.libs]$ objdump -p lt-svn | grep RPATH
> RPATH /usr/home/sussman/projects/svn/subversion/libsvn_client/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_wc/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_ra/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_ra_local/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_repos/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_fs/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_delta/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_ra_dav/.libs:/usr/home/sussman/projects/svn/subversion/libsvn_subr/.libs:/usr/home/sussman/projects/svn/apr-util/.libs:/usr/home/sussman/projects/svn/apr-util/xml/expat/lib/.libs:/usr/home/sussman/projects/svn/apr/.libs:/usr/home/sussman/projects/svn/neon/src/.libs:/usr/local/lib

If you truss lt-svn, is it opening the libs directly out of
/usr/local/lib first (and not trying anywhere else beforehand)?

Does "ldconfig -r" give any cached locations for the SVN libs?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 11 23:13:56 2002

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.