"Illegal instruction" when running deluged (1.3.6)
Posted: Tue Feb 04, 2014 11:13 am
I am trying to compile and run deluge 1.3.6 on a raspberry pi running rasbian (updated to latest packages).
I succesfully compile and install it (also compiling the included libtorrent atuomatically from the setup). I am getting an "Illegal instruction" when I run deluged. The steps I do to reproduce the problem are:
* Compile/install from 1.3.6 source:
* Running deluged and I get:
I do *not* get the error when I do the same steps with 1.3.5 and everything works fine.
Anyone with the same problem??
I succesfully compile and install it (also compiling the included libtorrent atuomatically from the setup). I am getting an "Illegal instruction" when I run deluged. The steps I do to reproduce the problem are:
* Compile/install from 1.3.6 source:
Code: Select all
python setup.py clean -a; python setup.py build; sudo python setup.py install --install-layout=deb
Code: Select all
/usr/bin/deluged -L debug -d
INFO ] 11:12:07 daemon:124 Deluge daemon 1.3.6
[DEBUG ] 11:12:07 daemon:125 options: {'profile': False, 'loglevel': 'debug', 'quiet': False, 'ui_interface': None, 'listen_interface': None, 'logfile': None, 'config': None, 'pidfile': None, 'donot': True}
[DEBUG ] 11:12:07 daemon:126 args: []
Illegal instruction
Anyone with the same problem??