[OpenAFS] What is the best Linux to run openafs on?
Christof Hanke
hanke@rzg.mpg.de
Tue, 29 May 2007 20:55:53 +0300
Derrick J Brashear wrote:
> On Wed, 23 May 2007, Mark B Henry wrote:
>
>> Hello,
>>
>> I am running into problems compiling on SLES 10 with openafs 1.4.4. It
>> stops me with the following error:
>>
>> checking whether to build osi_vfs.h... checking for linux kernel module
>> build works... no
>> configure: error: Fix problem or use --disable-kernel-module...
>> See `config.log' for more details.
>
> Install the configured kernel headers.
>
To make this a bit more clear :
install the rpm "kernel-source-x"
cd /usr/src/linux
make cloneconfig
make scripts
and then try it again.
/Christof