Install necessary packages:
sudo apt-get --purge remove libxmlrpc* libtorrent* rtorrent sudo apt-get install build-essential checkinstall libcurl4-openssl-dev libncurses5-dev libncursesw5-dev libsigc++-2.0-dev libtool git autoconf automake libcppunit-dev
Fresh xmlrpc-c lib install
svn co https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced xmlrpc-c cd xmlrpc-c ./configure --prefix=/usr make
Change version from “C” to smth else while installing the package
sudo checkinstall -D cd ..
Libtorrent install
git clone git://github.com/rakshasa/libtorrent.git cd libtorrent ./autogen.sh ./configure --prefix=/usr --with-posix-fallocate make sudo checkinstall -D cd ..
Rtorrent install
git clone git://github.com/rakshasa/rtorrent.git cd rtorrent ./autogen.sh ./configure --prefix=/usr --with-xmlrpc-c make sudo checkinstall -D
Rutorrent web-GUI
cd /var/www/ sudo svn co http://rutorrent.googlecode.com/svn/trunk/rutorrent sudo chown -R www-data:www-data /var/www/ sudo chmod -R 777 /var/www/rutorrent/share
Update rutorrent
cd /var/www/rutorrent sudo svn up