Re: How to compile fuse-dfs

2014-03-28 Thread Azuryy Yu
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 wrote: > Hi, > > I want to build fuse-dfs from trunk, my command: > > mvn package -DskipTests -Pnative,dist -Dtar > > I'

Re: How to compile fuse-dfs

2014-03-28 Thread Hardik Pandya
good to know, thanks for sharing your solution! On Fri, Mar 28, 2014 at 10:49 AM, Azuryy Yu wrote: > 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 wrote

How to compile fuse-dfs

2014-03-28 Thread Azuryy Yu
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