PDA

View Full Version : Problem starting deluge


Stellaris
November 7th, 2006, 10:45 AM
Hi,

I've got problems starting up Deluge (Dapper, installed the latest torrent lib from kripkensteiner's page) here. This is the error message from trying to start the SVN version, same when I'm trying to start the version installed via your repo (there was an update to 0.3+ lately):

thp@arkham-asylum:~/software/svn/deluge-torrent$ python deluge.py
Traceback (most recent call last):
File "deluge.py", line 44, in ?
import torrent
ImportError: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4' not found (required by /usr/lib/python2.4/site-packages/torrent.so)

Do the two installed versions conflict?

zachtib
November 7th, 2006, 10:49 AM
Hi,

I've got problems starting up Deluge (Dapper, installed the latest torrent lib from kripkensteiner's page) here. This is the error message from trying to start the SVN version, same when I'm trying to start the version installed via your repo (there was an update to 0.3+ lately):



Do the two installed versions conflict?

Kripken is running edgy, so his debs will require edgy's glibc. Use the version of python-libtorrent from the repo, I built it on a Dapper VM, and it works with both dapper and edgy.

First, uninstall both deluge and python-libtorrent

Then go here: http://deluge.ath.cx/wiki/Downloads

If you want to use the stable release, add one of the repository lines to your sources.list, then apt-get install deluge (python-libtorrent will be pulled down automatically)

If you want to use the SVN build, download the development .deb of python-libtorrent from that Downloads page (it should be version 0.3.9.4), install it, then check out Deluge from SVN

Stellaris
November 7th, 2006, 11:58 AM
Thanks a bunch,

I screwed up the set-up myself then, thanks for your detailed help :) Got the stable version running now again.

zachtib
November 7th, 2006, 12:00 PM
Thanks a bunch,

I screwed up the set-up myself then, thanks for your detailed help :) Got the stable version running now again.
no problem