Hide Forgot
To repeat: install FUSE libs not from rpm, but from source, so that they reside in /usr/local instead of /usr. That also happens on BSD. 1. Configure does not detect FUSE. (Workaround: http://pastebin.com/f7d4ed33e) 2. No /usr/local/lib and /usr/local/include in xlators/mount/fuse/Makefile. (Workaround: http://pastebin.com/f353b887d)
This can be achieved from running bash# LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" ./configure Closing the bug as generally fuse has to be /usr path, instead of /usr/local. (even when installed from source, it can be installed with proper --prefix=)