I'm trying to rebuild Ubuntu's libvirt packages to turn on ESX support.
I've downloaded the Ubuntu source package for Lucid (updated Lucid package)
dget -u
http://archive.ubuntu.com/ubuntu/pool/main/libv/libvirt/libvirt_0.7.5-5ubuntu27.11.dsc
I try and re-compile
dpkg-buildpackage -rfakeroot -b
-Original Message-
From: Matthias Bolte [mailto:matthias.bo...@googlemail.com]
Without looking further into it, did you install the python-dev
package? ./configure will disable the Python bindings if it cannot
find the required files. But actually when you explicitly specify
--with-python
I'm trying to compile and install libvirt-0.9.0 on Ubuntu v10.04. The make and
install went fine and I don't see any errors but there isn't a libvirt
directory created in /usr/local/lib/python2.6/dist-packages.
I specified configure --with-vmware -with-esx (and later --with-python), then
make,