Configure fails despite FUSE instaled
Status: Beta
Brought to you by:
kshevetskiy
Hello,
I've built and installed FUSE (libfuse-fuse-3.2.4), loaded the fuse module (modprobe fuse), and verified the module exists using lsmod, but the configuration still isn't finding fuse:
checking for FUSE... no
configure: error: Package requirements (fuse >= 2.6) were not met:No package 'fuse' found
Perhaps this is a fuse issue, as it doesn't appear to be registered with pkg-config? Any quick ideas where I'm going wrong?
Thanks!
I was able to resolve this issue by installing FUSE 2.9 rather than 3.2.4.