Re: Errors while running make

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
I have tried writing a simple program.
I have compiled it with
cc xmlist.c -L /usr/src/redhat/BUILD/libvir-0.0.1/src/.libs -lvir -o xmlist
But am getting an error on trying after the virConnectOpen call .
Any help would be appreciated .
                 Rgds,
                 Dakshina


Here is the code :xmlist.c

#include <stdio.h>
#include <libvir.h>

main(){
virConnectPtr conn;
int *domids ;
int maxids = 20;
int numDoms=-1;
conn=virConnectOpen("");
if(conn == NULL){
  printf("Error : Could not open a connection \n");
  return(-1);
}

numDoms=virConnectListDomains(conn,domids,maxids);

printf("The number of domains %d\n",numDoms);
printf("The number of! domains %d\n", virConnectNumOfDomains(conn));
}
 cc xmlist.c -L /usr/src/redhat/BUILD/libvir-0.0.1/src/.libs -lvir -o xmlist


Daniel Veillard <veillard@xxxxxxxxxx> wrote:
On Tue, Jan 24, 2006 at 08:46:07PM -0800, dasari dakshina wrote:
> Hello Daniel,
> Thanks so much for the info .I downloaded the Xen
> 3 source and was able to compile without any issues.
> Is there any link where I can look at simple examples
> of the API usage ?

not yet, check http://libvir.org/html/libvir-libvir.html
Please keep discussion on the list,

thanks,

Daniel

--
Daniel Veillard | Red Hat http://redhat.com/
veillard@xxxxxxxxxx | libxml GNOME XML XSLT toolkit http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



What are the most popular cars? Find out at Yahoo! Autos

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]