Re: [libvirt] building libvirtd fails on libxml-2

2009-09-23 Thread Dan Bar Dov
Looks like make install in the python dir does nothing: [r...@earth python]# pwd /root/Desktop/libvirt-0.7.1/python [r...@earth python]# make Making all in . make[1]: Entering directory `/root/Desktop/libvirt-0.7.1/python' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/root

Re: [libvirt] building libvirtd fails on libxml-2

2009-09-23 Thread Dan Bar Dov
Right. Now after it compiled and installed, I get: ImportError: No module named libvirtmod That after I manually entered the python dir and installed libvirt.py since the Makefile has all of the python generation and installation commented out. What I cannot figure out is what generates libvirtmo

Re: [libvirt] building libvirtd fails on libxml-2

2009-09-23 Thread Daniel Veillard
On Wed, Sep 23, 2009 at 04:21:32PM +0200, Paolo Bonzini wrote: > On 09/23/2009 03:23 PM, Dan Bar Dov wrote: >> I'm running on Centos5.3 >> Building using: >> ./autogen.sh --prefix=/usr >> >> configure fails with >> checking libxml2 xml2-config >= 2.6.0 ... configure: error: Could not >> find libxml

Re: [libvirt] building libvirtd fails on libxml-2

2009-09-23 Thread Paolo Bonzini
On 09/23/2009 03:23 PM, Dan Bar Dov wrote: I'm running on Centos5.3 Building using: ./autogen.sh --prefix=/usr configure fails with checking libxml2 xml2-config >= 2.6.0 ... configure: error: Could not find libxml2 anywhere (see config.log for details). but rpm -qa | grep libxml2 libxml2-python

[libvirt] building libvirtd fails on libxml-2

2009-09-23 Thread Dan Bar Dov
I'm running on Centos5.3 Building using: ./autogen.sh --prefix=/usr configure fails with checking libxml2 xml2-config >= 2.6.0 ... configure: error: Could not find libxml2 anywhere (see config.log for details). but rpm -qa | grep libxml2 libxml2-python-2.6.26-2.1.2.7 libxml2-2.6.26-2.1.2.7 libxml