On Thu, May 01, 2008 at 11:59:01AM -0400, Andreas van dem Helge wrote: > .build file is missing in the kernel-source package. Solutions is: > > > Once you have the appropriate kernel sources installed you will > need to configure them. Execute the following commands: > > cd /lib/modules/`uname -r`/build > > make mrproper
Which deletes the .config file. Great idea. > > Execute one of the following commands based on your hardware > configuration (again, the exact file names may vary): > > cp -f configs/kernel-2.4.2-i586.config arch/i386/defconfig > cp -f configs/kernel-2.4.2-i586-smp.config arch/i386/defconfig > cp -f configs/kernel-2.4.2-i686-enterprise.config > arch/i386/defconfig Which one, exactly? > > Verify that the kernel Makefile EXTRAVERSION information matches > the version that you are running with respect to smp support. > > make oldconfig > > make dep > > > Similar to 'make cloneconfig' in SuSE Linux..... > > On Thu, May 1, 2008 at 3:06 AM, Alan Lord <[EMAIL PROTECTED]> wrote: > > Mik Cheez wrote: > > > Hmph...and it appears no kernel-smp-source exists. You should be able > > > to compile going to a non-SMP kernel, but there must be a better > > > solution. I can't believe this hasn't come up before. > > > > > > Sorry. > > > > You only need the kernel headers in reality I believe. Why not just mail > > RH and ask them for the headers? > > > > Al > > > > > > > > -- > > The way out is open! > > http://www.theopensourcerer.com > > > > > > > > > > _______________________________________________ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
