
Hello, I am playing with libvirt-cim providers and trying to figure out how to add another one to the mix. I have version 0.4 of libvirt-cim. I am running SLES10 SP1 as my host machine and a 2.6.16 version of the Xen kernel. I have: Updated the Makefile.am and src/Makefile.am files Created a testprovider.c file in src Created a mof and registration file in schema. For whatever reason, the Makefile.am file does not update the Makefile.in file with my changes so consequently my providers do not get added. Actually, I have had occasional success, which makes this even more bizzare. It says in the Makefile.in file that automake v 1.10.1 is supposed to do this automatically. I have version 1.10.1 of automake. What am I missing? Thanks, Luke Szymanski Unisys Corp.

SK> Hello, Hi! SK> Updated the Makefile.am and src/Makefile.am files Feel free to post a diff, which might make it easier for us to help. SK> For whatever reason, the Makefile.am file does not update the SK> Makefile.in file with my changes so consequently my providers do SK> not get added. Actually, I have had occasional success, which SK> makes this even more bizzare. It says in the Makefile.in file SK> that automake v 1.10.1 is supposed to do this automatically. I SK> have version 1.10.1 of automake. What am I missing? Well, if your system date is correct, then just updating the src/Makefile.am file should be enough. Running a 'make' should regenerate the .in file. However, if it's not, try running ./autoconfiscate.sh and then ./configure again at the top level. -- Dan Smith IBM Linux Technology Center Open Hypervisor Team email: danms@us.ibm.com

Szymanski, Lukasz K wrote:
Hello,
Hello =)
I am playing with libvirt-cim providers and trying to figure out how to add another one to the mix.
Excellent! What are you going to add? I have version 0.4 of libvirt-cim. Are you working against the 0.4 release? You can grab the latest from the mercurial repository: hg clone http://libvirt.org/hg/libvirt-cim -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com

Szymanski, Lukasz K wrote:
Hello,
I am playing with libvirt-cim providers and trying to figure out how to add another one to the mix. I have version 0.4 of libvirt-cim. I am running SLES10 SP1 as my host machine and a 2.6.16 version of the Xen kernel.
Hmm, just a reminder that libvirt is at version 0.2.0 in SLES10 SP1. Not very useful for hosting libvirt-cim IIRC. You'll want to update it :-). Jim
participants (4)
-
Dan Smith
-
Jim Fehlig
-
Kaitlin Rupert
-
Szymanski, Lukasz K