Re: Subversion 0.24.1 released.
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-17 19:24:14 CEST
"James Goodall" <jgoodall@dmetrix.com> writes:
> Here's the error message:
The command
% nm /usr/local/src/subversion-0.24.1/subversion/libsvn_delta/.libs/libsvn_delta-1.so | grep noop
should show something like (the number may vary)
00002d60 T svn_delta_noop_window_handler
to indicate that the symbol is defined, and
% ldd /usr/local/src/subversion-0.24.1/subversion/svnversion/.libs/lt-svnversion | grep delta
should show something like
libsvn_delta-1.so.0 => /usr/local/src/subversion-0.24.1/subversion/libsvn_delta/.libs/libsvn_delta-1.so.0 (0x40035000)
to indicate that svnversion links to libsvn_delta.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jun 17 19:25:14 2003 |
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.