Re: Regarding location of Libvirt library

2021-04-07 Thread shafnamol N
Hi, >>libvirtd.service_backup should not be there, but I don't think that's >>what causing your problem. I would still recommend deleting it just >>in case. I have deleted that file.But still the problem exists... >>Hopefully someone else on the list will be able to help you! Anyway thanks for

Re: Regarding location of Libvirt library

2021-04-07 Thread Andrea Bolognani
[once again, please keep replies on-list] On Wed, 2021-04-07 at 10:46 +0530, shafnamol N wrote: > > What does running > > > > $ ls /usr/lib/systemd/system/*virt* > > > > output? > > The output is as shown below: > > # ls /usr/lib/systemd/system/*virt* > /usr/lib/systemd/system/libvirtd-admin

Re: Regarding location of Libvirt library

2021-04-06 Thread Andrea Bolognani
[please keep replies on-list] On Mon, 2021-04-05 at 12:03 +0530, shafnamol N wrote: > Hi, > I have build libvirt in the following method: > $ meson build -Dsystem=true > $ ninja -C build > When i tried to get the information via > > $pkg-config --cflags --libs libvirt > > it doesnt show anything

Re: Regarding location of Libvirt library

2021-03-31 Thread Andrea Bolognani
On Wed, 2021-03-31 at 17:01 +0200, Michal Privoznik wrote: > On 3/31/21 7:38 AM, shafnamol N wrote: > > Hi, > > I have installed Libvirt 7.1.0. > > I configured and built libvirt based on instructions from > > https://libvirt.org/compiling.html ;;. > > Now I deve

Re: Regarding location of Libvirt library

2021-03-31 Thread Michal Privoznik
On 3/31/21 7:38 AM, shafnamol N wrote: Hi, I have installed Libvirt 7.1.0. I configured and built libvirt based on instructions from https://libvirt.org/compiling.html . Now I developed a client program to create a VM using an XML file.As the API for it is *vi

Regarding location of Libvirt library

2021-03-30 Thread shafnamol N
Hi, I have installed Libvirt 7.1.0. I configured and built libvirt based on instructions from https://libvirt.org/compiling.html. Now I developed a client program to create a VM using an XML file.As the API for it is *virDomainCreateXML,* called this API by passing XML file .It shows the following