Hello,<br>
<br>I'm having problems to compile libvirt with opennebula driver.<br><br>I executed: ./autogen.sh --with-one<br>and got the following message:<br>configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt ONE driver<br>


<br>but I already have installed libxmlrpc version 1.16.07-1<br><br>Where to configure this? I've tried to set the environment variables XMLRPC_CFLAGS and XMLRPC_LIBS, but nothing has changed.<br><br>So I've tried to change these variables directly on configure script, that was empty, then errors started to appear on make execution:<br>


../src/.libs/libvirt_driver_one.a(libvirt_driver_one_la-one_client.o): In function `c_oneFree':<br>/home/objectweb/git/libvirt/src/./opennebula/one_client.c:207: undefined reference to `xmlrpc_env_clean'<br>/home/objectweb/git/libvirt/src/./opennebula/one_client.c:208: undefined reference to `xmlrpc_client_cleanup'<br>


../src/.libs/libvirt_driver_one.a(libvirt_driver_one_la-one_client.o): In function `c_oneReturnCode':<br>/home/objectweb/git/libvirt/src/./opennebula/one_client.c:49: undefined reference to `xmlrpc_decompose_value'<br>

<br>.....etc...<br><br>What am I doing wrong??<br><br>Thanks,<br><br>Henrique Teófilo<br>
<br>