Page 1 of 1

Problem starting Deluge SVN on Feisty

Posted: Wed Jun 27, 2007 4:04 pm
by zekopeko
i'm getting this when starting deluge:

Code: Select all

zekopeko@leviathan:~$ deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 41, in <module>
    import deluge, deluge.common, deluge.interface
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 34, in <module>
    import core, common, dgtk, ipc_manager, dialogs
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 49, in <module>
    import deluge_core
ImportError: /usr/lib/python2.5/site-packages/deluge/deluge_core.so: undefined symbol: _ZN10libtorrent21intrusive_ptr_add_refEPKNS_15peer_connectionE
the revision is 768.

i even tried removing the files manually and reinstalling but to no avail.
any help with my problem?

Re: Problem starting Deluge SVN on Feisty

Posted: Thu Jun 28, 2007 1:46 am
by zachtib
make clean, rebuild, and reinstall

Re: Problem starting Deluge SVN on Feisty

Posted: Thu Jun 28, 2007 9:21 am
by zekopeko
thnx i worked. i completely forgot about make clean.