"Error starting core"
Posted: Mon Nov 30, 2009 9:28 pm
I am running 1.2.0 RC3 on Ubuntu Karmic - installed through apt from the PPA.
On starting I get "There was an error starting the core component which is required to run Deluge in Classic Mode"
and this
On starting I get "There was an error starting the core component which is required to run Deluge in Classic Mode"
and this
Code: Select all
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 267, in _on_reactor_start
client.start_classic_mode()
File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 538, in start_classic_mode
self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 408, in __init__
self.__daemon = deluge.core.daemon.Daemon(classic=True)
File "/usr/lib/pymodules/python2.6/deluge/core/daemon.py", line 134, in __init__
from deluge.core.core import Core
File "/usr/lib/pymodules/python2.6/deluge/core/core.py", line 36, in <module>
from deluge._libtorrent import lt
File "/usr/lib/pymodules/python2.6/deluge/_libtorrent.py", line 59, in <module>
import libtorrent as lt
ImportError: /usr/lib/pymodules/python2.6/libtorrent.so: undefined symbol: _ZTIN10libtorrent5alertE