Daemon doesn't start on lasted 1.2.0 release

General support for problems installing or using Deluge
Post Reply
ilos
New User
New User
Posts: 4
Joined: Tue Jan 12, 2010 6:45 pm

Daemon doesn't start on lasted 1.2.0 release

Post by ilos »

Hi all,

After some time past under rc5 , i received popup message with announce of a new release :)

so : downloaded , builded, ( all was ok at this time ) but problem when i try to launch daemon.... :(

here message received when i try command deluged :

Code: Select all

deluged -d
[ERROR   ] 19:48:15 main:216 /usr/lib/pymodules/python2.6/libtorrent.so: undefined symbol: _ZTIN10libtorrent11stats_alertE
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/main.py", line 209, in start_daemon
    Daemon(options, args)
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/core/daemon.py", line 136, in __init__
    from deluge.core.core import Core
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/core/core.py", line 36, in <module>
    from deluge._libtorrent import lt
  File "/usr/local/lib/python2.6/dist-packages/deluge-1.2.0-py2.6.egg/deluge/_libtorrent.py", line 59, in <module>
    import libtorrent as lt
ImportError: /usr/lib/pymodules/python2.6/libtorrent.so: undefined symbol: _ZTIN10libtorrent11stats_alertE
any idea ?
ilos
New User
New User
Posts: 4
Joined: Tue Jan 12, 2010 6:45 pm

Re: Daemon doesn't start on lasted 1.2.0 release

Post by ilos »

and sorry for my bad english :oops:
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Daemon doesn't start on lasted 1.2.0 release

Post by andar »

Looks like a bad build of libtorrent. You may want to try rebuilding it.
ilos
New User
New User
Posts: 4
Joined: Tue Jan 12, 2010 6:45 pm

Re: Daemon doesn't start on lasted 1.2.0 release

Post by ilos »

libtorrent was installed by Synaptic ( before installation of last Deluge Release)

i must find another way to build it ?
ilos
New User
New User
Posts: 4
Joined: Tue Jan 12, 2010 6:45 pm

Re: Daemon doesn't start on lasted 1.2.0 release

Post by ilos »

ok so libtorrent-rasterbar-0.14.8 compiled again
Fresh Build of Deluge
Same error :(
Post Reply