When I do a ./configure for installing Lustre, I get ... checking for /usr/src/linux-headers-2.6.27-7/include/linux/namei.h... yes checking if you are using Linux 2.6... yes checking for external module build support... yes checking that modules can be built at all... no configure: WARNING: Consult config.log for details. configure: WARNING: If you are trying to build with a kernel-source rpm, consult build/README.kernel-source configure: error: Kernel modules cannot be built. Do somebody know whats wrong? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20081230/c1dbb2b4/attachment-0001.html
Silvio Amancio wrote:> When I do a ./configure for installing Lustre, I get > > ... > checking for /usr/src/linux-headers-2.6.27-7/include/linux/namei.h... yes > checking if you are using Linux 2.6... yes > checking for external module build support... yes > checking that modules can be built at all... no > configure: WARNING: Consult config.log for details. > configure: WARNING: If you are trying to build with a kernel-source > rpm, consult build/README.kernel-source > configure: error: Kernel modules cannot be built. > > Do somebody know whats wrong?2.6.27 is still not supported by Lustre. tamas
On Tue, 2008-12-30 at 11:06 -0200, Silvio Amancio wrote:> When I do a ./configure for installing Lustre, I get > > ... > checking for /usr/src/linux-headers-2.6.27-7/include/linux/namei.h...FYI: 2,6,27 is not yet a supported kernel, however this is not the root cause of this problem.> checking that modules can be built at all... no > configure: WARNING: Consult config.log for details. > configure: WARNING: If you are trying to build with a kernel-source > rpm, consult build/README.kernel-source > configure: error: Kernel modules cannot be built.You need to prep your kernel ("make prepare; make scripts" might work) for external module build support. Likely the config.log will have more details as to the exact nature of the problem. b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part Url : http://lists.lustre.org/pipermail/lustre-discuss/attachments/20090105/e9afe106/attachment-0001.bin
On Tue, Dec 30, 2008 at 6:36 PM, Silvio Amancio <sma0479 at gmail.com> wrote:> When I do a ./configure for installing Lustre, I get > > ... > checking for /usr/src/linux-headers-2.6.27-7/include/linux/namei.h... yes > checking if you are using Linux 2.6... yes > checking for external module build support... yes > checking that modules can be built at all... no > configure: WARNING: Consult config.log for details. > configure: WARNING: If you are trying to build with a kernel-source rpm, > consult build/README.kernel-sourceCopy running kernel config to <kernel src>/.config e.g. cp /boot/config-`uname -r` <kernel src>/.config then do make menuconfig or make config> > configure: error: Kernel modules cannot be built. > > Do somebody know whats wrong? > > Regards > > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss > >-- Regards-- Rishi Pathak National PARAM Supercomputing Facility Center for Development of Advanced Computing(C-DAC) Pune University Campus,Ganesh Khind Road Pune-Maharastra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.lustre.org/pipermail/lustre-discuss/attachments/20090106/f22cc807/attachment.html