1.2RC: Segmentation fault after install from SVN
Posted: Mon Nov 02, 2009 9:17 pm
I'm tried to install Deluge 1.2RC3 from SVN on Ubuntu 9.04.
... From readme:
Clean machine (Minimal virtual). If I change branch to 1.2_RC - same error.
But if I install 1.2RC1 from PPA all work fine.
Please help me. My brain is broken.
UPD: Alright problem solved after I install python-libtorrent from Deluge PPA.
... From readme:
Code: Select all
sudo apt-get install g++ make python-all-dev python-all python-dbus \
python-gtk2 python-notify librsvg2-common python-xdg python-support \
subversion libboost-dev libboost-python-dev \
libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev \
libssl-dev zlib1g-dev python-setuptools \
python-mako python-twisted-web python-chardet python-simplejson
mkdir deluge && cd deluge
svn co http://svn.deluge-torrent.org/trunk deluge
python setup.py build
sudo python setup.py install
deluged -d
Segmentation fault
But if I install 1.2RC1 from PPA all work fine.
Please help me. My brain is broken.
UPD: Alright problem solved after I install python-libtorrent from Deluge PPA.