[Libtorrent-devel] issue compiling rtorrent on fedora 8
Guillaume
guillaume.chardin at gmail.com
Fri Dec 21 11:28:35 UTC 2007
hi,
i would like to use rtorrent with web interface. I install the
rtorrent rpm package for fedora 8 and add the following line to
.rtorrent.rc
scgi_port = 127.0.0.1:32222
When i execute rtorrent, i have the following error displayed on stdout :
rtorrent: XMLRPC not supported.
I thougth that the rpm binaries where not compiled wuth the
--with-xmlrpc-c flag.
So, i download the source code of rtorrent, install many different
devel. libraries & ran the .configure script... whith the right option
:
./configure --with-xmlrpc-c --prefix=/usr/local/rtorrent
the script stop before the end with the following error :
checking for XMLRPC-C... Package server-util was not found in the
pkg-config search path.
Perhaps you should add the directory containing `server-util.pc'
to the PKG_CONFIG_PATH environment variable
No package 'server-util' found
Package xmlrpc_server_util was not found in the pkg-config search path.
Perhaps you should add the directory containing `xmlrpc_server_util.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xmlrpc_server_util' found
failed
configure: error: Could not compile XMLRPC-C test.
I look for the files asked for, but i was unable to find them in any
rpm package.
but found some file with a similar name in /usr/lib/pkgconfig/
Someone know where theses files can be found ?
thanks for your help.
--
Guillaume
More information about the Libtorrent-devel
mailing list