ÁÖ±âÇü wrote:> > Lustre 1.0.1 kernel source code has problem with x86_64 (opteron) system. > > How to compile correctly???You are trying to compile Lustre on x86-64 against a Red Hat kernel. Unfortunately, this is not supported. Lustre patches for x86-64 are only maintained for the SuSE 2.4.21 kernel at this time. You can use the kernel_patches/series/suse-2.4.21 series file provided in the source distribution. Thanks-- -Phil
Hi… Lustre 1.0.1 kernel source code has problem with x86_64 (opteron) system. How to compile correctly??? I met a following error % make dep …. …. …. ……. offset.c: In function `main'': offset.c:35: error: structure has no member named `processor'' make[2]: *** [offset.h] Error 1 make[2]: Leaving directory `/usr/src/packages/BUILD/lustre-kernel- 2.4.20/lustre-1.0.1/linux-2.4.20-24.9/arch/x86_64/tools'' make[1]: *** [_sfdep_arch/x86_64/tools] Error 2 make[1]: Leaving directory `/usr/src/packages/BUILD/lustre-kernel- 2.4.20/lustre-1.0.1/linux-2.4.20-24.9'' make: *** [dep-files] Error 2 Keehyoung Joo