<div dir="ltr">I download libguestfs from github and fetch to the <b>origin master</b>.<div><br><div>I tried to build libguestfs in my own linux distro and I followd the <a href="http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance">http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance</a> to replace with supermin</div><div><br></div>I download the appliance-1.30.1.tar.xz and appliance-1.30.1.tar.xz.sig</div><div>and extract the tarball to /home/user/appliance</div><div>and export LIBGUESTFS_PATH=/<b>home/user/appliance</b></div><div><br><div>Then I build libguestfs  below:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">./autogen.sh --disable-appliance --disable-daemon<br>make</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">make install DESTDIR=/tmp </blockquote><div>It builds fine.</div></div><div><br></div><div>And guestfish version is 1.37.18</div><div><br></div><div>But I got error when I execute guestfish:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">guestfish<br>add --rw disk.qcow2<br>run<br>error:    libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on LIBGUESTFS_PATH</blockquote><div><br></div><div>But I echo $LIBGUESTFS_PATH, it's <b>/home/user/appliance</b></div><div><b><br></b></div><div>I don't know how come going wrong</div></div>