I'm getting the following error when trying to start rtorrent.
Code:
Caught Floating point exception, dumping stack:rt: 62220]
Stack dump not enabled.
Aborted
$
Any idea of the cause, or how to solve? This is what I am using and have been using to update rtorrent/rutorrent for a while now. It appears that using it broke everything.
Code
svn up /var/sites/rutorrent/
svn up /var/sites/rutorrent/plugins/*
cd /home/rtor/xmlrpc-c
svn up
./configure --disable-cplusplus
make
make install
cd /home/rtor/trunk
svn up
cd /home/rtor/trunk/libtorrent
./autogen.sh
./configure
make
make install
cd /home/rtor/trunk/rtorrent
./autogen.sh
./configure --with-xmlrpc-c
make
make install
Thanks in advance guys...
Code:
Caught Floating point exception, dumping stack:rt: 62220]
Stack dump not enabled.
Aborted
$
Any idea of the cause, or how to solve? This is what I am using and have been using to update rtorrent/rutorrent for a while now. It appears that using it broke everything.
Code
svn up /var/sites/rutorrent/
svn up /var/sites/rutorrent/plugins/*
cd /home/rtor/xmlrpc-c
svn up
./configure --disable-cplusplus
make
make install
cd /home/rtor/trunk
svn up
cd /home/rtor/trunk/libtorrent
./autogen.sh
./configure
make
make install
cd /home/rtor/trunk/rtorrent
./autogen.sh
./configure --with-xmlrpc-c
make
make install
Thanks in advance guys...