Archive for May, 2011
ctags and cscope
Friday, May 27th, 2011Setting up your own git server
Thursday, May 26th, 2011Compiling XDR for NFSv4 on Linux
Sunday, May 8th, 2011On Fedora at least, you need:
sudo yum -y install libgssglue-devel
sudo yum -y install nfs-utils-lib-devel
in order to get this to work.
Update: For modern Fedora systems:
sudo yum install -y nfs-utils libtirpc-devel
seems to do the trick!