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

Re: subversion 1.2.0 "make check" does not operate correctly under certain circumstances

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-28 03:36:52 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Since you used --enable-dso additional libraries get loaded at
> runtime, to see what gets loaded use:
>
> $ strace -etrace=open subversion/clients/cmdline/.libs/lt-svn 2>&1 | grep libsvn_ra-1

Oops! The libsvn_ra library is linked in, it's libraries like
libsvn_ra_local that are loaded at runtime, so use:

$ strace -etrace=open subversion/clients/cmdline/.libs/lt-svn 2>&1 | grep libsvn_ra_local-1

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 28 03:37:31 2005

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.