Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: alexo on October 21, 2015, 02:25:21 PM

Title: rtorrent and SO lib missing
Post by: alexo on October 21, 2015, 02:25:21 PM
Hello,
I was trying to use a torrent client and software repository lists at least two: transmission and rtorrent

Now after downloading and installing on demand the former nothing happens when I launch it.
When I try rtorrent I get on the terminal the following message

Code: [Select]
rtorrent: error while loading shared libraries: libgcrypt.so.11: cannot open shared object file: No such file or directory

libgcrypt.tce is installed and boot loaded.

I need your help
thank you
Title: Re: rtorrent and SO lib missing
Post by: gerald_clark on October 21, 2015, 03:18:15 PM
rtorrent needs to be recompiled against libgcrypt.so.20.
Title: Re: rtorrent and SO lib missing
Post by: Misalf on October 21, 2015, 03:54:35 PM
You might want to read  transmission.tcz.info . It doesn't come with a GUI but can be controlled via web browser.
Title: Re: rtorrent and SO lib missing
Post by: Juanito on October 22, 2015, 01:15:17 AM
..or you could email the extension maintainers and request an update.
Title: Re: rtorrent and SO lib missing
Post by: alexo on October 22, 2015, 05:02:47 AM
I hope in TC 6.5 this bug be fixed.
I'll try to compile it,
thank you.
Title: Re: rtorrent and SO lib missing
Post by: Juanito on October 22, 2015, 05:08:35 AM
That was my point - I'm not sure it will be fixed unless you email the maintainers (they don't appear to have a forum username).

From the info file:

Quote
Title:          rtorrent.tcz
Description:    rTorrent torrent client
Version:        0.9.4
Author:         Jari Sundell <jaris@ifi.uio.no>
Original-site:  http://libtorrent.rakshasa.no
Copying-policy: GNU GPL V2
Size:      636K
Extension_by:   rrgida <rrgida@gmail.com>
      kvzacc <kvzacc01@gmail.com>
Tags:      rtorrent torrent client
...
Title: Re: rtorrent and SO lib missing
Post by: alexo on October 22, 2015, 05:10:31 AM
I'll drop them a line.
Thank you
Title: Re: rtorrent and SO lib missing
Post by: DingsBums on August 05, 2016, 07:05:51 PM
Hello,

this bug still exists in TC 7.2.

A simple workaround is to "fake" the missing library, this works for me:

ln -s /usr/local/lib/libgcrypt.so.20 /usr/local/lib/libgcrypt.so.11
ldconfig


Title: Re: rtorrent and SO lib missing
Post by: Juanito on August 06, 2016, 05:59:20 AM
libtorrent, rtorrent and xmlrpc-c updated