Hello!<br>
<br>
I`m trying o use libvirt (or libvir?) what`s the difference? (this is the first question!)<br>
<br>
So, I compiled libvirt and libvir on my ia64 system(debian sarge 3.1)
and download the code exemple of the website <a href="http://libvirt.org">http://libvirt.org</a> named
info1.c<br>
<br>
To compile I used: "gcc -o test_dom0 test_dom0.c -lvirt" and ok.<br>
But when I try to run, shows the error below:<br>
<br>
peso@debian-ia64:~/test_libvirt$ ./test_dom0<br>
libvir: error : no support for hypervisor Xen<br>
Failed to connect to hypervisor<br>
<br>
<br>
I tryied too to compile using: "gcc -o test_dom0 test_dom0.c -lvir"<br>
but doesn`t work too:<br>
<br>
peso@debian-ia64:~/test_libvirt$ ./test_dom0<br>
Failed to find Domain 0<br>
<br>
Thanks!<br>
<br>