Hi,<div>I cloned the latest libvirt from git and compiled as follows:</div><div>cd libvirt</div><div>./autogen.sh</div><div>make</div><div>sudo make install</div><div><br></div><div>when installing, it reported "<b>/usr/bin/install: cannot stat `./xxx.html': No such file or directory</b>", is that normal?</div>
<div>after install completed, I typed virsh, it showed:</div><div>"<b>virsh: error while loading shared libraries: libvirt.so.0: cannot open shared object file: No such file or directory</b>", how to fix it?</div>
<div>I found libvirt.so.0 in /usr/local/lib, but why virsh can't find it?</div><div>the same problem happens on /usr/local/sbin/libvirtd, it can't find libvirt-qemu.so.0 which is also located in /usr/local/lib.</div>
<div><br></div><div>So, what's the general procedure to make git version work?</div>