Hello--<br><br>I've been trying to build libguestfs 1.2.14 with the appliance enabled on an older type of system at my company.  Getting all the required dependencies installed has been an arduous process, but I've finally hit an obstacle I don't know how to get around.  The final output of "make":<br>
<br>+ febootstrap-run initramfs -- /sbin/depmod -a ABOUT-NLS BUGS COPYING COPYING.LIB ChangeLog GNUmakefile HACKING Makefile Makefile.am Makefile.in README TODO aclocal.m4 appliance bindtests build-aux capitests config.h <a href="http://config.h.in" target="_blank">config.h.in</a> config.log config.status configure <a href="http://configure.ac" target="_blank">configure.ac</a> contrib daemon examples fish fuse gnulib haskell html images initramfs inspector java libguestfs.pc <a href="http://libguestfs.pc.in" target="_blank">libguestfs.pc.in</a> libtool m4 <a href="http://maint.mk" target="_blank">maint.mk</a> make-recipes.sh ocaml perl po python recipes regressions ruby src stamp-h1 <a href="http://subdir-rules.mk" target="_blank">subdir-rules.mk</a> test-tool tools<br>

chroot: cannot run command `/sbin/depmod': No such file or directory<br>make[2]: *** [../initramfs/fakeroot.log] Error 1<br>make[2]: Leaving directory `/tmp/libguestfs-1.2.14/appliance'<br>make[1]: *** [all-recursive] Error 1<br>

make[1]: Leaving directory `/tmp/libguestfs-1.2.14'<br>make: *** [all] Error 2<br><br>/sbin/depmod does indeed exist.  I suppose that it doesn't exist inside the chroot febootstrap-run is running in, but I couldn't imagine why not.<br>
<br>Can anyone offer any suggestions?  Thanks in advance for any help.<br><br>