hi, how do a submit a bug report? with 2.0.0rc7 a ./configure --prefix=/usr/local/glusterfs-2.0.0rc7 make ; make install fails with make[5]: Entering directory `/var/tmp/glusterfs-2.0.0rc7/xlators/mount/fuse/utils' make[5]: Nothing to be done for `install-exec-am'. test -z "/sbin" || mkdir -p -- "/sbin" /usr/bin/install -c 'mount.glusterfs' '/sbin/mount.glusterfs' /usr/bin/install: cannot remove `/sbin/mount.glusterfs': Permission denied make[5]: *** [install-utilSCRIPTS] Error 1 make[5]: Leaving directory `/var/tmp/glusterfs-2.0.0rc7/xlators/mount/fuse/utils' make[4]: *** [install-am] Error 2 make[4]: Leaving directory `/var/tmp/glusterfs-2.0.0rc7/xlators/mount/fuse/utils' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/var/tmp/glusterfs-2.0.0rc7/xlators/mount/fuse' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/var/tmp/glusterfs-2.0.0rc7/xlators/mount' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/var/tmp/glusterfs-2.0.0rc7/xlators' make: *** [install-recursive] Error 1 since i don't have permission to write to /sbin, and xlators/mount/fuse/utils/Makefile sets utildir = $(destdir)/sbin but destdir is not set to anything. destdir should be set to the eprefix specified by the configure script (which defaults to prefix). thanks Matt