General support for problems installing or using Deluge
Stardust
New User
Posts: 4 Joined: Wed May 21, 2008 2:53 pm
Post
by Stardust » Fri May 23, 2008 11:07 am
Hi all,
I have tried to compile and install Deluge 0.6 and I think it went ok. So I have started the daemon to test it and I have the following in the log file:
Code: Select all
[INFO ] main:93 Deluge daemon 0.6.0.0r3188
[DEBUG ] main:94 options: {'config': None, 'port': 58846, 'donot': True}
[DEBUG ] main:95 args: []
[DEBUG ] configmanager:44 ConfigManager started..
[INFO ] main:100 Starting daemon..
Traceback (most recent call last):
File "/usr/bin/deluged", line 8, in <module>
load_entry_point('deluge==0.6.0.0', 'console_scripts', 'deluged')()
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/main.py", line 101, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/core/daemon.py", line 42, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/core/core.py", line 48, in <module>
import deluge.libtorrent as lt
ImportError: /usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/libtorrent.so: undefined symbol: _ZN10libtorrent15peer_connec$
Then I can't find the process in the result of
So what happened?
andar
Top Bloke
Posts: 1050 Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:
Post
by andar » Sun May 25, 2008 5:05 am
Stardust wrote: Hi all,
I have tried to compile and install Deluge 0.6 and I think it went ok. So I have started the daemon to test it and I have the following in the log file:
Code: Select all
[INFO ] main:93 Deluge daemon 0.6.0.0r3188
[DEBUG ] main:94 options: {'config': None, 'port': 58846, 'donot': True}
[DEBUG ] main:95 args: []
[DEBUG ] configmanager:44 ConfigManager started..
[INFO ] main:100 Starting daemon..
Traceback (most recent call last):
File "/usr/bin/deluged", line 8, in <module>
load_entry_point('deluge==0.6.0.0', 'console_scripts', 'deluged')()
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/main.py", line 101, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/core/daemon.py", line 42, in __init__
from deluge.core.core import Core
File "/usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/core/core.py", line 48, in <module>
import deluge.libtorrent as lt
ImportError: /usr/lib/python2.5/site-packages/deluge-0.6.0.0-py2.5-linux-x86_64.egg/deluge/libtorrent.so: undefined symbol: _ZN10libtorrent15peer_connec$
Then I can't find the process in the result of
So what happened?
It doesn't look like a clean build because that symbol should be available in libtorrent.so. Please try removing your build folder and rebuilding/installing Deluge.