Adeodato Simó pisze:
Uhm, very strange indeed. Particularly because you removed libtorrent.so.10*
before reinstalling the package, which should have overwritten the
broken symlink with the appropriate file.
What does `ls -l /usr/lib/libtorrent.so.10*` say?
$ ls -l /usr/lib/libtorrent.so.10*
lrwxrwxrwx 1 root root 20 maj 10 22:00 /usr/lib/libtorrent.so.10 ->
libtorrent.so.11.0.1
-rw-r--r-- 1 root root 602192 kwi 19 22:34 /usr/lib/libtorrent.so.10.0.4
Problem solved, libtorrent.so.11.0.1 was the cause! I totally forgot
that few weeks ago I compiled libtorrent and copied it to /usr/lib/.
Thanks!
regards