WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: rtorrent and SO lib missing  (Read 4506 times)

Offline alexo

  • Jr. Member
  • **
  • Posts: 97
rtorrent and SO lib missing
« on: October 21, 2015, 11:25:21 AM »
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

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: rtorrent and SO lib missing
« Reply #1 on: October 21, 2015, 12:18:15 PM »
rtorrent needs to be recompiled against libgcrypt.so.20.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: rtorrent and SO lib missing
« Reply #2 on: October 21, 2015, 12: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.
Download a copy and keep it handy: Core book ;)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: rtorrent and SO lib missing
« Reply #3 on: October 21, 2015, 10:15:17 PM »
..or you could email the extension maintainers and request an update.

Offline alexo

  • Jr. Member
  • **
  • Posts: 97
Re: rtorrent and SO lib missing
« Reply #4 on: October 22, 2015, 02:02:47 AM »
I hope in TC 6.5 this bug be fixed.
I'll try to compile it,
thank you.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: rtorrent and SO lib missing
« Reply #5 on: October 22, 2015, 02: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
...

Offline alexo

  • Jr. Member
  • **
  • Posts: 97
Re: rtorrent and SO lib missing
« Reply #6 on: October 22, 2015, 02:10:31 AM »
I'll drop them a line.
Thank you

Offline DingsBums

  • Newbie
  • *
  • Posts: 1
Re: rtorrent and SO lib missing
« Reply #7 on: August 05, 2016, 04: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



Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14567
Re: rtorrent and SO lib missing
« Reply #8 on: August 06, 2016, 02:59:20 AM »
libtorrent, rtorrent and xmlrpc-c updated