On 05/26/2010 08:35 AM, Benny Halevy wrote: > Has anyone successfully build pnfs enabled nfs utils under Fedora 13? Yes... I run both the kernel and nfs-utils on a number of my test machines to ensure they stability. > I am running the kernel from: > http://steved.fedorapeople.org/repos/pnfs/13/x86_64/ You might want to think about installing the yum repo at http://steved.fedorapeople.org/pnfs.repo so you can automatically get updates > > I am having trouble building these utils. I failed to generate > ‘configure’ when I ran autogen.sh: Here is the list of packages that need to be installed to build the Fedora nfs-utils: libgssglue-devel libevent-devel libcap-devel nfs-utils-lib-devel libtirpc-devel libblkid-devel openldap-devel krb5-devel tcp_wrappers-devel To install these all at once, cat them into a file and then: yum install `cat /tmp/list` Next run the following commands: ./autogen.sh && ./configure && make > I am new at this and would appreciate any help you can provide. Well welcome... and please let know if there any more problems... steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html