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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/297869 Title: subversion command line client install problem (1.5.1dfsg1-1ubuntu) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/297869/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
