CentOS 5에서 rtorrent + rutorrent 설치하기
패키지를 주섬주섬 모아야 합니다.
mod_scgi : Apache 모듈로 scgi 를 사용하기 위해서 사용. Apache + rutorrent 경우 필요합니다. Apache 를 굳이 사용하지 않아도 된다면 lighttpd 가 더 가볍습니다. 이 글에서는 Apache 기준으로 설명합니다.
http://redhat.sorbonne.fr/CentOS-5/siris/i386/mod_scgi-1.13-1.el5.siris.i386.rpm
libsigc++20 : libtorrent 에서 사용하는 라이브러리
http://yum.aclub.net/pub/linux/centos/5/umask/i386/libsigc++20-2.2.3-umask.1.i386.rpm
bittorrent 라이브러리
http://yum.aclub.net/pub/linux/centos/5/umask/i386/libtorrent-0.12.6-umask.3.i386.rpm
rutorrent 와 rtorrent 를 연동하기 위한 xmlrpc-c 패키지
http://yum.aclub.net/pub/linux/centos/5/umask/i386/xmlrpc-c-1.06.36-umask.2.i386.rpm
ncurse 기반 torrent 인 rtorrent. 이 패키지는 위의 xmlrpc-c 1.06를 사용합니다.
http://yum.aclub.net/pub/linux/centos/5/umask/i386/rtorrent-0.8.6-umask.5.i386.rpm
위 패키지를 모두 준비 후, rutorrent 를 설치합니다.
tarball 을 받아 깔거나, http://code.google.com/p/rutorrent/wiki/Main
svn 으로 설치합니다. http://code.google.com/p/rutorrent/wiki/GetFromSVN
.rtorrent.rc 파일에 XMLRPC 포트를 설정하고,
scgi_port = localhost:5000
Apache 설정에서 XMLRPC로 scgi 연결하는 설정을 추가합니다.
SCGIMount /RPC2 127.0.0.1:5000
**
위 패키지들은 xmlrpc-c 버젼때문에 i8 이 지원되지 않습니다. 이 에러가 신경쓰신다면 1.11 이상의 xmlrpc-c 를 설치하고 rtorrent 를 리빌드해야합니다.
아래 사이트에서 xmlrpc-c 1.16 을 다운받아 설치 후, rtorrent 를 리빌드합니다. xmlrpc-c 를 빌드할 때 cmake 가 필요하니 적절한 바이너리 패키지를 인스톨 후 빌드하면 됩니다.
댓글 달기