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.

Reply via email to