Joe Orton <joe@manyfish.co.uk> writes:
> If you truss lt-svn, is it opening the libs directly out of
> /usr/local/lib first (and not trying anywhere else beforehand)?
Nope, according to truss, lt-svn attempts to open each libsvn library
in "." first, (i.e. "./libsvn_client.so"). That fails, and then it
immediately succeeds in opening the library out of /usr/local/lib/.
> Does "ldconfig -r" give any cached locations for the SVN libs?
$ ldconfig -r | grep libsvn
326:-lsvn_subr.0 => /usr/local/lib/libsvn_subr.so.0
327:-lsvn_delta.0 => /usr/local/lib/libsvn_delta.so.0
328:-lsvn_ra_dav.0 => /usr/local/lib/libsvn_ra_dav.so.0
329:-lsvn_fs.0 => /usr/local/lib/libsvn_fs.so.0
330:-lsvn_repos.0 => /usr/local/lib/libsvn_repos.so.0
331:-lsvn_ra_local.0 => /usr/local/lib/libsvn_ra_local.so.0
332:-lsvn_ra.0 => /usr/local/lib/libsvn_ra.so.0
333:-lsvn_wc.0 => /usr/local/lib/libsvn_wc.so.0
334:-lsvn_client.0 => /usr/local/lib/libsvn_client.so.0
335:-lsvn_swig_py.0 => /usr/local/lib/libsvn_swig_py.so.0
What's the diagnosis, doctor?
Is it serious?
---------------------------------------------------------------------
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:47:59 2002