<br><br><div class="gmail_quote">2011/5/24 Matthias Bolte <span dir="ltr"><<a href="mailto:matthias.bolte@googlemail.com">matthias.bolte@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2011/5/24 YAO <<a href="mailto:yffbrave@gmail.com">yffbrave@gmail.com</a>>:<br>
<div class="im">> Hi,<br>
> I cloned the latest libvirt from git and compiled as follows:<br>
> cd libvirt<br>
> ./autogen.sh<br>
> make<br>
> sudo make install<br>
> when installing, it reported "/usr/bin/install: cannot stat `./xxx.html': No<br>
> such file or directory", is that normal?<br>
<br>
</div>You are probably missing some of the required tools for docs generator<br>
like xstlproc or xmllint or the xhtml1 dtd files.<br>
<div class="im"><br></div></blockquote><div>Thank you for your suggestions, I installed xsltproc and w3c-dtd-xhtml package on ubuntu 10.04 which fixed this problem.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
> after install completed, I typed virsh, it showed:<br>
> "virsh: error while loading shared libraries: libvirt.so.0: cannot open<br>
> shared object file: No such file or directory", how to fix it?<br>
> I found libvirt.so.0 in /usr/local/lib, but why virsh can't find it?<br>
> the same problem happens on /usr/local/sbin/libvirtd, it can't find<br>
> libvirt-qemu.so.0 which is also located in /usr/local/lib.<br>
> So, what's the general procedure to make git version work?<br>
<br>
</div>Is this the first thing that got installed under /usr/local? You might<br>
need to update the ld cache by running ldconfig.<br>
<font color="#888888"><br></font></blockquote><div>It seems the system didn't search the /usr/local/lib, so I appended --prefix=/usr  on ./autogen.sh to relocate the installation.</div><div><br></div><div>Here's another question:</div>
<div>I know the sVirt was merged into libvirt, did all the codes reside in src/security?</div><div>How should I start to contribute?</div><div><br></div><div>Regards,</div><div>Yao</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888">
Matthias<br>
</font></blockquote></div><br>