[Solved]ubuntu jaunty libtorrent

General support for problems installing or using Deluge
Post Reply
c001os
New User
New User
Posts: 3
Joined: Thu Aug 06, 2009 1:22 pm

[Solved]ubuntu jaunty libtorrent

Post by c001os »

Im runing jaunty with installed libtorrent (libtorrent11, python-libtorrent, libtorrent-rasterbar4), but when im compiling from svn trunk source, everything fine, but deluge daemon wont start whit this error:
[ERROR ] 21:16:53 main:216 This version of Deluge requires libtorrent >=0.14.5.0!
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/core/daemon.py", line 129, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0_dev-py2.6.egg/deluge/_libtorrent.py", line 56, in <module>
raise ImportError("This version of Deluge requires libtorrent >=%s!" % REQUIRED_VERSION)
ImportError: This version of Deluge requires libtorrent >=0.14.5.0!

Where can i find good libtorrent package , or source??
Last edited by c001os on Thu Aug 06, 2009 9:16 pm, edited 1 time in total.
c001os
New User
New User
Posts: 3
Joined: Thu Aug 06, 2009 1:22 pm

Re: ubuntu jaunty libtorrent

Post by c001os »

Ok i find out what was the problem. Before compiling, ubuntu users need to delete all the libtorrent related packages, and the the source compiling will install the needed libtorrent package and EVERYTHING works well.

Very well!!!

go deluge

;)
Post Reply