在Ubuntu的服务器上的rtorrent安装错误

我在尝试在我的Ubuntu服务器上安装rtorrent时出现错误。

./configure --with-xmlrpc-c 

我可以使用上面的命令成功地configuration它,但是当我尝试make我也make install时出现错误

看到错误的细节图片: http : //i50.tinypic.com/11t2wlh.jpg

作为一个精简的我不知道究竟是什么错误。

您的xmlrpc-c版本可能已过时。 看到这张票: http : //libtorrent.rakshasa.no/ticket/1593 。 删除libxmlrpc-c3-dev libxmlrpc-c3并从SVN获取xmlrpc-c的副本并使用它。 你可能需要安装svn。

 $ cd ~/ $ svn checkout http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced xmlrpc-c $ cd xmlrpc-c $ ./configure --disable-cplusplus $ gmake $ gmake install