Problem installing 0.5.1

General support for problems installing or using Deluge
Post Reply
hilliard

Problem installing 0.5.1

Post by hilliard »

I'm using Ubuntu - Edgy

I installed all the dependencies.
I added the symlinks.
I ran "python setup.py build" and "python setup.py install".

So far so good.
But when I tried to run "deluge", I got the following:

Code: Select all

/deluge-0.5.1$ deluge
Traceback (most recent call last):
  File "/usr/bin/deluge", line 31, in ?
    import deluge, deluge.common, deluge.interface
  File "/usr/lib/python2.4/site-packages/deluge/interface.py", line 34, in ?
    import core, common, dgtk, ipc_manager, dialogs
  File "/usr/lib/python2.4/site-packages/deluge/core.py", line 49, in ?
    import deluge_core
ImportError: /usr/lib/python2.4/site-packages/deluge/deluge_core.so: undefined symbol: clock_gettime
I am pretty new to this and I am at a loss as to what to do next.
Any suggestions will be welcome.
Post Reply