Hi,
I am new to libvirt and I am trying to compile libvirt from the git repository. I mainly plan to use it for managing ESX server. However I get the following error during make.
"libvirt undefined reference to virNetTLSInit"Here are the steps which I took.
1. Get the code. git clone git://
libvirt.org/libvirt.git
2. Run autogen
./autogen.sh --without-xen --with-esx --without-numactl --without-remote --without-libvirtd --without-one --without-openvz --without-qemu --without-uml --without-phyp --without-vbox --without-lxc --without-one --without-test --without-network --without-selinux --with-python
3. make