[Solved]ubuntu jaunty libtorrent
Posted: Thu Aug 06, 2009 7:25 pm
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:
Where can i find good libtorrent package , or source??
[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??