[OpenAFS] getting recent openafs on suse desktop 10.2

Bruce Mather bmather@ncsa.uiuc.edu
Wed, 25 Apr 2007 11:09:49 -0500


Martin Lutken's instructions (Mon, 23 Apr 2007) worked for me only 
with the full compile of the kernel. ie.

afs: openafs-1.5.19
kernel:linux-2.6.18.8-0.1-default

*** In the linux kernel directory ***
/usr/src/linux # make cloneconfig
/usr/src/linux # make prepare
/usr/src/linux # make

***In the build directory****
openafs-1.5.19#./configure --enable-transarc-paths 
--with-linux-kernel-headers=/usr/src/linux-2.6.18.8-0.1

Worked Well.
Bruce Mather