Problem starting Deluge SVN on Feisty

General support for problems installing or using Deluge
Post Reply
zekopeko
Member
Member
Posts: 19
Joined: Wed Jun 13, 2007 10:34 am

Problem starting Deluge SVN on Feisty

Post 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?
User avatar
zachtib
Leecher
Leecher
Posts: 97
Joined: Thu May 24, 2007 3:26 pm
Location: Louisville, KY
Contact:

Re: Problem starting Deluge SVN on Feisty

Post by zachtib »

make clean, rebuild, and reinstall
Former Deluge Developer
zekopeko
Member
Member
Posts: 19
Joined: Wed Jun 13, 2007 10:34 am

Re: Problem starting Deluge SVN on Feisty

Post by zekopeko »

thnx i worked. i completely forgot about make clean.
Post Reply