<div dir="ltr">Hello,<div><br></div><div>I'm trying to build/install libguestfs (for virt-edit) on a RHEL7 server, where I have no root access. I couldn't find any pre-built binaries online, so have been trying to build from source (downloaded from <a href="https://download.libguestfs.org/">https://download.libguestfs.org/</a>). I'm using the latest stable version, 1.44.1.</div><div><br></div><div>I have followed the instructions at <a href="https://libguestfs.org/guestfs-building.1.html">https://libguestfs.org/guestfs-building.1.html</a>, but './configure' is failing with:</div><div>checking for gperf... no<br>configure: error: gperf must be installed<br></div><div><br></div><div>Indeed, it seems gperf is not installed. I then built gperf from source and symlinked the binary to '~/bin/gperf', which is on my PATH.</div><div><br></div><div>The problem is that I can't work out how to get libguestfs's ./configure script to pick up this manually-compiled copy of gperf (which I don't have permissions to place in a standard location under /usr/).</div><div><br></div><div>Can anyone suggest a solution/workaround?</div><div><br></div><div>(There may be a similar problem for some of the other external dependencies that are checked after gperf - I couldn't see a way to get configure to continue on failure or equivalent).</div><div><br></div><div>Thanks in advance,</div><div>Lewis</div></div>