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

link|improve this question

feedback

migrated from stackoverflow.com Dec 23 '09 at 15:13

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

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.
link|improve this answer
yes i have used this command for installation apt-get install php5 php5-xmlrpc libapache2-mod-scgi – Shishant Dec 23 '09 at 16:01
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 Dec 23 '09 at 16:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.