Page 1 of 1

Daemon doesn't start on lasted 1.2.0 release

Posted: Tue Jan 12, 2010 6:48 pm
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 ?

Re: Daemon doesn't start on lasted 1.2.0 release

Posted: Tue Jan 12, 2010 6:54 pm
by ilos
and sorry for my bad english :oops:

Re: Daemon doesn't start on lasted 1.2.0 release

Posted: Tue Jan 12, 2010 7:07 pm
by andar
Looks like a bad build of libtorrent. You may want to try rebuilding it.

Re: Daemon doesn't start on lasted 1.2.0 release

Posted: Tue Jan 12, 2010 7:18 pm
by ilos
libtorrent was installed by Synaptic ( before installation of last Deluge Release)

i must find another way to build it ?

Re: Daemon doesn't start on lasted 1.2.0 release

Posted: Tue Jan 12, 2010 7:38 pm
by ilos
ok so libtorrent-rasterbar-0.14.8 compiled again
Fresh Build of Deluge
Same error :(