вторник, 8 ноября 2011 г.

Tracker Timed Out rtorrent 0.8.9 libtorrent 0.12.9

Чтобы пофиксить проблему "Tracker Timeout" в rutorrent 0.8.9 (libtorrent 0.12.9) надо выкинуть
старый libcurl с сделать как написано ниже

wget http://c-ares.haxx.se/c-ares-1.6.0.tar.gz
tar -zxvf c-ares-1.6.0.tar.gz
cd c-ares-1.6.0
./configure
make
make install

wget http://curl.haxx.se/download/curl-7.19.5.tar.gz
tar -zxvf curl-7.19.5.tar.gz
cd curl-7.19.5
./configure --enable-ares
make
make install

wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz

tar -zxvf libtorrent-0.12.5.tar.gz
cd libtorrent-0.12.5.tar.gz
./configure
make
make install

tar -zxvf rtorrent-0.8.5.tar.gz
cd rtorrent-0.8.5
./configure --with-xmlrpc-c
make
make install