9.10 Karmic Headless Server Deluged Wont Start

General support for problems installing or using Deluge
Post Reply
imperialxt
New User
New User
Posts: 3
Joined: Thu Oct 29, 2009 1:23 pm

9.10 Karmic Headless Server Deluged Wont Start

Post by imperialxt »

Yo I've compiled from source and i start deluged in CLI and it runs for like a second or so then stops, I checked if it was running with "ps aux | grep deluged" and it wasn't so checked the log file. got this

[ERROR ] 20:36:12 main:216 /usr/lib/pymodules/python2.6/libtorrent.so: undefined symbol: _ZN10libtorrent9ip_filter8add_ruleEN5boost4asio2ip7addressES4_i
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-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-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
from deluge.core.core import Core
File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-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-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: /usr/lib/pymodules/python2.6/libtorrent.so: undefined symbol: _ZN10libtorrent9ip_filter8add_ruleEN5boost4asio2ip7addressES4_i

is this a libtorrent issue?
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: 9.10 Karmic Headless Server Deluged Wont Start

Post by Cas »

It is much easier to use the Ubuntu PPA for Deluge
imperialxt
New User
New User
Posts: 3
Joined: Thu Oct 29, 2009 1:23 pm

Re: 9.10 Karmic Headless Server Deluged Wont Start

Post by imperialxt »

it would be if it was up to date.
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: 9.10 Karmic Headless Server Deluged Wont Start

Post by johnnyg »

1.2.0 is on https://launchpad.net/~deluge-team/+archive/ppa

and yes it looks to be a libtorrent issue, try reinstalling libtorrent.
Post Reply