Deluged crashes

General support for problems installing or using Deluge
Post Reply
rbalage

Deluged crashes

Post by rbalage »

Hi Everebody!

I installed Deluge on an Ubuntu Hardy box, everything went fine,
but when i try to run deluged i get the following message:
root@balagesv:/home/user/deluge/deluge-1.1.6# deluged -d
[ERROR ] 10:02:32 main:207 /usr/local/lib/python2.5/site-packages/libtorrent.so: undefined symbol: _ZN5boost6python9converter8registry9push_backEPFPvP7_objectEPFvS5_PNS1_30rvalue_from_python_stage1_dataEENS0_9type_infoEPFPK11_typeobjectvE
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/deluge-1.1.6-py2.5-linux-i686.egg/deluge/main.py", line 204, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge-1.1.6-py2.5-linux-i686.egg/deluge/core/daemon.py", line 54, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-1.1.6-py2.5-linux-i686.egg/deluge/core/core.py", line 57, in <module>
import libtorrent as lt
ImportError: /usr/local/lib/python2.5/site-packages/libtorrent.so: undefined symbol: _ZN5boost6python9converter8registry9push_backEPFPvP7_objectEPFvS5_PNS1_30rvalue_from_python_stage1_dataEENS0_9type_infoEPFPK11_typeobjectvE

I've installed it from PPA repo, than i tried installing it from source, same result.
I also tried installing libtorrent form source, still doesn't work.
Libtorrent 0.14.2 compiled with boost 1.38,
deluge 1.1.6, python 2.5

Any ideas what did i wrong?

Cheers!
odelance
New User
New User
Posts: 4
Joined: Tue Apr 14, 2009 8:03 pm

Re: Deluged crashes

Post by odelance »

Probably same as thread "1.1.6 : Ubuntu : ImportError: No module named libtorrent ".

I install Ubuntu 9.04, remove installation of Deluge 1.1.6 and install it again. It works fine!
Post Reply