Resolved. Only fuse-2.9 is not enough, I did following before maven build, then it works.
yum -y install fuse fuse-devel fuse-libs On Fri, Mar 28, 2014 at 9:51 PM, Azuryy Yu <azury...@gmail.com> wrote: > Hi, > > I want to build fuse-dfs from trunk, my command: > > mvn package -DskipTests -Pnative,dist -Dtar > > I've installed fuse-2.9.3 before the build: > ./configure; make; make install; modprobe fuse > cp -a /usr/local/lib/libfuse.* /usr/lib64 > > but I find maven complain: > > main: > [exec] -- checking for module 'fuse' > [exec] -- package 'fuse' not found > [exec] -- Failed to find Linux FUSE libraries or include files. Will > not build FUSE client. > > so I cannot build fuse-dfs, how to solve it? Thanks. >