[Libvir] Error - when compiling sample libvirt program - Failed to find libvirt proxy

Hello Everybody I am trying to compile the sample program which is present at the libvirt.org sample program section. I am running the program which is used to retrieve domain information. While i am able to compile it with success, when i run it i get the following error : *" failed to find libvirt_proxy " * But the output is still displayed. Can anybody please help me how to overcome this error message. find below the patch level info : rpm -qa | grep libvirt libvirt-devel-0.2.0-0.16 libvirt-0.2.0-0.16 libvirt-python-0.2.0-0.16 Thanks & Best Regards Sunil

On Sun, Feb 24, 2008 at 01:55:29PM +0530, Sunil Lingappa wrote:
While i am able to compile it with success, when i run it i get the following error :
*" failed to find libvirt_proxy " *
But the output is still displayed.
That old version of libvirt is trying to find libvirt_proxy (an old daemon which allowed limited access to Xen for ordinary users). You can either just ignore the error, or run your program as root, or upgrade to a newer libvirt. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v
participants (2)
-
Richard W.M. Jones
-
Sunil Lingappa