rtorrent w/ xmlrpc support on NSLU2Notice
This article isn't finished yet. I gathered all information and steps to a small draft. Soon, after I've finished all testes especially the xmlrpc interface, I will go over it again. What you need
SourcesWhich version did I use for comilation
Configuration and BuildingBuilding xmlrpc-c
$ ./configure --prefix=/usr/local CC=gcc-3.4 CXX=g++-3.4 $ make $ make install Building libtorrent
$ ./configure --prefix=/usr/local CC=gcc-3.4 CXX=g++-3.4 CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale" \ --enable-aligned $ make $ make installYou need to use enable the xscale compiler-stuff. Building rtorrent
$ ./configure --prefix=/usr/local CC=gcc-3.4 CXX=g++-3.4 CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale" \ --enable-aligned --with-xmlrpc-c $ make $ make installI didn't test the xmlrpc related stuff with rtorrent so I don't know if it works. But main stuff works so far. With this configuration you should be able to download. |
Discussion
Great! I can`t wait to try it myself (my NSLU2 is up and running again since today
). BTW I tried to comment on your blog but all I got was PHP errors
.
Have fun!
really strange, commenting worked for me. Can’t get XML-RPC to work, rtorrent reports XML-RPC is present, but it seems that no client is able to connect it. May be a problem with lighttpd. This is easy to check with apache...
Hi, just for the record, that`s the error i get:
thanks, may be I should test it without being logged in ;) I should test the dokuwiki blog plugin
Blog is working again and wiki, is recovered so far…
XML-RPC through apache2 SCGI is working! Tested with PEAR/XML_RPC
Cool! I already finished compiling librtorrent, but rtorrent itself wont compile (don`t know why at the moment). BTW, did you get my jabber invitation?
PS.: Nice new Template
.
Maybe a
helps
The Template wasn't made by me. The tribute goes to 7throot
No use for compiling, there are pre-compiled packages available:
http://www.nslu2-linux.org/wiki/HowTo/InstallRtorrentOnDebain
Thanks for the info. When I've started working with rtorrent, there wasn't a package supporting xmlrpc, but time changes everything.