# Using NFSv4 with Moonshot The steps below have been tested on Debian Squeeze using MIT 1.10 (from testing), as described in the [[Debian guide|configuringdebian]]. ## Remove the dependency on libgssglue $ apt-get source librpcsecgss $ cd librpcsecgss-0.19 $ patch -p0 < librpcsecgss.patch $ debuild -us -uc # dpkg -i ../librpcsecgss*deb ## Install kernel that supports strong encryption (i.e. >= 2.6.35) # apt-get install -t testing linux-image-amd64