<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>I built ok, but it seemed that I couldn`t install the virt-tools correctly.</span></div><div><span>Maybe I`ll use the virt-tools </span>without needing to install, using the "run" script in the top directory.</div><div>But what big differences between stable branch and development branch ?</div><div>Is there any chance that I can get troubles for using development branch instead of stable branch?<br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Richard W.M. Jones <rjones@redhat.com><br> <b><span style="font-weight: bold;">To:</span></b> THO HUYNH <feeliwood@yahoo.com>
 <br><b><span style="font-weight: bold;">Cc:</span></b> "libguestfs@redhat.com" <libguestfs@redhat.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, 26 March 2012, 1:38<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Libguestfs] trouble compiling libguestfs 1.17.21<br> </font> </div> <br>On Sun, Mar 25, 2012 at 07:20:16AM -0700, THO HUYNH wrote:<br>> here is the two results I got from three commands:<br>> <br>> $ grep for_each src/libguestfs.syms        <br>> <br>>     guestfs___for_each_disk;<br>> <br>> <br>> $ nm -D src/.libs/libguestfs.so | grep for_each<br>>     no result returned<br><br>This is the problem.<br><br>I understand the bug too: it's because you don't have the<br>libxml2-devel package installed.  From your configure output:<br><br>  checking for PCRE... yes<br>  checking for magic_file in
 -lmagic... no<br>  checking for LIBVIRT... yes<br>  checking for LIBXML2... no     <-----<br>  checking for LIBCONFIG... no<br>  checking for HIVEX... yes<br>  checking for FUSE... no<br><br>It should be possible to build libguestfs without libxml2, so I have<br>pushed the following patch which should fix the problem:<br><br><a href="https://github.com/libguestfs/libguestfs/commit/f1d10672c7da94f8983b3b5d434e64b127da1242" target="_blank">https://github.com/libguestfs/libguestfs/commit/f1d10672c7da94f8983b3b5d434e64b127da1242</a><br><br>Rich.<br><br>-- <br>Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/%7Erjones" target="_blank">http://people.redhat.com/~rjones</a><br>virt-top is 'top' for virtual machines.  Tiny program with many<br>powerful monitoring features, net stats, disk stats, logging, etc.<br><a href="http://et.redhat.com/%7Erjones/virt-top"
 target="_blank">http://et.redhat.com/~rjones/virt-top</a><br><br><br> </div> </div>  </div></body></html>