5 messages in com.xensource.lists.xen-cimRe: [Xen-cim] libvirt/openwbem change...
FromSent OnAttachments
Jim Fehlig26 Apr 2006 12:25 
Subrahmanian, Raj26 Apr 2006 12:45 
Jim Fehlig26 Apr 2006 13:26 
Daniel Veillard26 Apr 2006 14:51 
고광원27 Apr 2006 00:43 
Subject:Re: [Xen-cim] libvirt/openwbem changes committed
From:Jim Fehlig (jfeh@novell.com)
Date:04/26/2006 01:26:06 PM
List:com.xensource.lists.xen-cim

Subrahmanian, Raj wrote:

Jim, If the code is similar/identical to the earlier zip you sent me, I just got it running on my sles-9 box, with openwbem. I have the following notes/suggestions - Only works with openwbem version 3.2.0.

Ok, I'll have to try it on older versions.

- libxml vs libxml2. When I tried installing libxml-devel on my machine, yast said that I should use libxml2 instead. But the Makefile does not look for the headers in the right place in case libxml2 is installed. I added /usr/include/libxml2 to the include path to get past that.

Ah, yes. I need to add checking for this (and libvirt) to configure.ac.

Thanks, Jim