Re: [libvirt] compiling one driver

2009-08-06 Thread Henrique Teófilo
Ok, I created a .pc file with the output of xmlrpc-c-config (now pkg-config xmlrpc_client --libs --cflags is OK). The error occurs not in configure execution, but in make execution as a linking error like that: undefined reference to `xmlrpc_client_call and several others similar (as I said in t

Re: [libvirt] compiling one driver

2009-08-06 Thread Daniel Veillard
On Thu, Aug 06, 2009 at 10:37:57AM +0200, Matthias Bolte wrote: > Well, the basic problem seems to be that xmlrpc-c by itself doesn't > provide a .pc file for pkg-config, but has its own script for this > task called xmlrpc-c-config: > > xmlrpc-c-config client --cflags > xmlrpc-c-config client --l

Re: [libvirt] compiling one driver

2009-08-06 Thread Matthias Bolte
2009/8/6 Chris Lalancette : > Henrique Teófilo wrote: >> Hello, >> >> I'm having problems to compile libvirt with opennebula driver. >> >> I executed: ./autogen.sh --with-one >> and got the following message: >> configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt >> ONE driver

Re: [libvirt] compiling one driver

2009-08-06 Thread Chris Lalancette
Henrique Teófilo wrote: > Hello, > > I'm having problems to compile libvirt with opennebula driver. > > I executed: ./autogen.sh --with-one > and got the following message: > configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt > ONE driver You have to install the xmlrpc-c de

[libvirt] compiling one driver

2009-08-05 Thread Henrique Teófilo
Hello, I'm having problems to compile libvirt with opennebula driver. I executed: ./autogen.sh --with-one and got the following message: configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt ONE driver but I already have installed libxmlrpc version 1.16.07-1 Where to configur