rtorrent installation errors

1

I am getting a error while trying to install rtorrent on my ubuntu server.

./configure --with-xmlrpc-c

I am able to configure it successfully with above command but i get an error when i try to make also when i make install

Error

Shishant

Posted 2009-12-23T14:37:42.333

Reputation: 1 095

Answers

0

Are the dependencies for XMLRPC support satisfied?

Quote from Using XMLRPC with rtorrent:

What you need:

*  http://python.ca/scgi/ for Apache, Lighttpd should have this built-in.
*  http://xmlrpc-c.sourceforge.net/ 1.00 or later, 1.07 or later for 64bit integer support.
*  rtorrent 0.7.5 or later. 

geek

Posted 2009-12-23T14:37:42.333

Reputation: 7 120

yes i have used this command for installation apt-get install php5 php5-xmlrpc libapache2-mod-scgi – Shishant – 2009-12-23T16:01:47.193

xmlrpc-c is a C/C++, not a Php thing. And apt-get install <something> installs the latest version from the repository, which can have a lower version than the required by rtorrent. – geek – 2009-12-23T16:14:57.267