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

RE: Subversion 0.24.1 released.

From: James Goodall <jgoodall_at_dmetrix.com>
Date: 2003-06-17 19:37:59 CEST

nm returns correctly as expected:

000028b0 T svn_delta_noop_window_handler

However, ldd shows that I am linking to libsvn_delta, but it seems as though
I'm picking up the previous version already installed on my system (0.23.0):

libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0x4025f000)

How do I remedy this?

 - James

-----Original Message-----
From: Philip Martin [mailto:pm@localhost] On Behalf Of Philip Martin
Sent: Tuesday, June 17, 2003 10:24 AM
To: James Goodall
Cc: dev@subversion.tigris.org
Subject: Re: Subversion 0.24.1 released.

"James Goodall" <jgoodall@dmetrix.com> writes:

> Here's the error message:
>
> lt-svnversion: relocation error:
>
/usr/local/src/subversion-0.24.1/subversion/libsvn_repos/.libs/libsvn_repos-
> 1.so.0: undefined symbol: svn_delta_noop_window_handler

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.org
Received on Tue Jun 17 19:38:59 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.