<div dir="ltr"><div>Dear all,</div><div><br></div><div>I am trying to build libguestfs library on my system : Ubuntu Server 12.04 x64bit on XEN hypervisor.</div><div><br></div><div>I have followed all instructions on their homepage but whey i am trying to build the library make -> gives me the following error: libguestfs.so: undefined reference to `guestfs_int_init_libvirt_backend'</div><div><br></div><div>Here is a sample code of the error : </div><div><br></div><div>make[2]: Entering directory `/home/str/libguestfs-1.30.3/examples'</div><div>  CCLD     create-disk</div><div>../src/.libs/libguestfs.so: undefined reference to `guestfs_int_init_libvirt_backend'</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [create-disk] Error 1</div><div>make[2]: Leaving directory `/home/str/libguestfs-1.30.3/examples'</div><div>make[1]: *** [all-recursive] Error 1</div><div>make[1]: Leaving directory `/home/str/libguestfs-1.30.3'</div><div>make: *** [all] Error 2</div><div><br></div><div>I have already installed all the dependencies for the library [sudo apt-get build-dep libguestfs] and updated my automake version to 1.13[latest for ubuntu 12.04] as i have read on another redhat list post [this one : <a href="https://www.redhat.com/archives/libguestfs/2014-January/msg00015.html">https://www.redhat.com/archives/libguestfs/2014-January/msg00015.html</a> ] but still nothing.. I must be missing something ! </div><div><br></div><div>I haven't done anything rather than ./configure && make</div><div><br></div><div>Any tips/help would be appreciated.</div><div><br></div><div>Stratos</div></div>