[OpenAFS] What is the best Linux to run openafs on?
Lars Wilke
lw@lwilke.de
Tue, 29 May 2007 20:01:42 +0200
* Mark B Henry wrote:
> MAIN QUESTIONS: Is SLES 10 a good platform for openafs? SLES 9? Is
> there a better (more used) flavor of Linux that would make things easier?
Well, SuSE uses a linux kernel .. depends on your prefered distro.
Install kernel-syms and kernel-source. After installation cd to /usr/src/linux
then do: cp /boot/config-<your version> ./.config; make oldconfig; make scripts
Now you should be able to compile afs.
hth
--lars