[Bug 297869] Re: subversion command line client install problem (1.5.1dfsg1-1ubuntu)

Karl Hansen Karl.Hansen at BrilliantPoints.com
Thu Mar 28 16:24:22 UTC 2013


A similar error occurs when attempting to use the Ubuntu rapidsvn
install with the latest 1.7.8 SVN (Wandisco).

Rapidsvn terminates with three unresolved libraries:

/usr/lib/libsvn_subr-1.so.1
/usr/lib/libsvn_client-1.so.1
/usr/lib/libsvn_wc-1.so.1

I was able to "resolve" this by creating links:

sudo bash
cd /usr/lib

ln -s libsvn_subr-1.so.0    libsvn_subr-1.so.1
ln -s libsvn_client-1.so.0  libsvn_client-1.so.1
ln -s libsvn_wc-1.so.0       libsvn_wc-1.so.1

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/297869

Title:
  subversion command line client install problem (1.5.1dfsg1-1ubuntu)

Status in “subversion” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: subversion

  Installed subversion on 8.10 using synaptic package manager (selected
  subversion - version as per summary)

  go to terminal and type "svn help"

  response is -
  "svn: error while loading shared libraries: libsvn_client-1.so.1: cannot open shared object file: No such file or directory"

  I was expecting a help page (typing "svn -v status" yields the same
  error)

  Reinstalled successfully but same error again.

  can't  find the package to load via aptitude search etc. so am
  stumped.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/297869/+subscriptions




More information about the foundations-bugs mailing list