Re: [libvirt] Problems in using Storage APIs in libvirt

2008-05-22 Thread Amudhan Gunasekaran
Hi, I have got the problem solved. I could now compile the code using Storage APIs also. But I run them I am getting error message: "libvir: Remote error : unknown procedure: 72" The API I used is: virConnectListStoragePools What is the problem here? How could I solve this. My OS is SLES 10 sp

Re: [libvirt] Problems in using Storage APIs in libvirt

2008-05-21 Thread Amudhan Gunasekaran
Hi Chris Lalancette, Thanks for your quick reply. I just removed the already installed libvirt from my machine and did a *make install* in my CVS version of the code (which is in my machine at: /root/libvirt). The *make install* completed without any problems. But when I tried to compile the co

Re: [libvirt] Problems in using Storage APIs in libvirt

2008-05-21 Thread Chris Lalancette
Amudhan Gunasekaran wrote: > Hi, > > I am getting the following the error when I try to use ANY storage related > APIs. > > undefined reference to '' for example, > > undefined reference to virConnectListStoragePools. > > I checked in the libvirt.h and it has the method definition. I checked t

[libvirt] Problems in using Storage APIs in libvirt

2008-05-21 Thread Amudhan Gunasekaran
Hi, I am getting the following the error when I try to use ANY storage related APIs. undefined reference to '' for example, undefined reference to virConnectListStoragePools. I checked in the libvirt.h and it has the method definition. I checked the libvirt.c and it has the implementations. I