Deluge won't start

General support for problems installing or using Deluge
Post Reply
alex2000

Deluge won't start

Post by alex2000 »

I can't get Deluge to start.
Here is the log:

Code: Select all

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/gtkui/gtkui.py", line 273, in _on_reactor_start
    client.start_classic_mode()
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/client.py", line 538, in start_classic_mode
    self._daemon_proxy = DaemonClassicProxy(self.__event_handlers)
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/ui/client.py", line 408, in __init__
    self.__daemon = deluge.core.daemon.Daemon(classic=True)
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/daemon.py", line 134, in __init__
    from deluge.core.core import Core
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/lib64/python2.6/site-packages/deluge-1.2.0_rc5-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/lib64/libtorrent-rasterbar.so.5: undefined symbol: _ZN5boost10filesystem6detail13copy_file_apiERKSsS3_b
I am running on Slackware 13.0. I have compiled libtorrent-rasterbar and deluge from source. Any ideas?

Ok, obviously there is a problem with libtorrent and not deluge, since running

Code: Select all

python client.py
from the bindings/python folder in the libtorrent build dir, I get the same error:

Code: Select all

Traceback (most recent call last):
  File "client.py", line 8, in <module>
    import libtorrent as lt
ImportError: /usr/lib64/libtorrent-rasterbar.so.5: undefined symbol: _ZN5boost10filesystem6detail13copy_file_apiERKSsS3_b
Ok, I fixed this by deleting boost altogether and installing the newest version.
Post Reply