Page 1 of 1

[Solved]ubuntu jaunty libtorrent

Posted: Thu Aug 06, 2009 7:25 pm
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??

Re: ubuntu jaunty libtorrent

Posted: Thu Aug 06, 2009 9:15 pm
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

;)