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

Re: Problem with the version of svn after Subversion install

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-09-12 20:03:48 CEST

On 9/12/05, Doru Pacurari <Doru.Pacurari@mail.wvu.edu> wrote:
>
> Hi Josh,
>
> Thank you for the reply.
> There are a lot of dependencies, but I do not know if they are correct or
> not. Here is an extended listing of them, if you want to take a look:
> Thank you.
>
> ==================================================
> libsvn_client-1.so.0 => /usr/local/lib/libsvn_client-1.so.0 (0xb75c3000)
> libsvn_wc-1.so.0 => /usr/local/lib/libsvn_wc-1.so.0 (0xb7599000)
> libsvn_ra-1.so.0 => /usr/local/lib/libsvn_ra-1.so.0 (0xb7595000)
> libsvn_diff-1.so.0 => /usr/local/lib/libsvn_diff-1.so.0 (0xb758e000)
> libsvn_ra_local-1.so.0 => /usr/local/lib/libsvn_ra_local-1.so.0
> (0xb7588000)
> libsvn_repos-1.so.0 => /usr/local/lib/libsvn_repos-1.so.0 (0xb756a000)
> libsvn_fs-1.so.0 => /usr/local/lib/libsvn_fs-1.so.0 (0xb7563000)
> libsvn_fs_fs-1.so.0 => /usr/local/lib/libsvn_fs_fs-1.so.0 (0xb7547000)
> libsvn_fs_base-1.so.0 => /usr/local/lib/libsvn_fs_base-1.so.0 (0xb7521000)
> libsvn_ra_svn-1.so.0 => /usr/local/lib/libsvn_ra_svn-1.so.0 (0xb7510000)
> libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0xb7507000)
> libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0xb74df000)!

The somewhat dangerous way to fix this is to just
rm /usr/local/lib/libsvn_*
then re-install 1.2.3

If you look at /usr/local/lib/libsvn_delta-1.so.0, it should be a symlink
to another library with more specific name, which should tell you the
version. If you already have the 1.2.3 libraries in the directory you can
just change the symlinks. But that is a more complicated process.

You probably want the one named /usr/local/lib/libsvn_delta-1.so.0.2.3,
but I'm not positive on the naming convention.

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 12 20:06:38 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.