Quote:
|
Originally Posted by gmartin
Help me - I'm stupid!
|
Interesting way of starting your post.

(We're all a little stupid sometimes)
Quote:
|
Originally Posted by gmartin
I'm having no luck figuring out what needs to be installed. I have all 6 12.1 CD ISOs, but can't find the 2.6.24.5 headers anywhere. Where do I look for this and the build files?
|
The kernel-headers-2.6.24.5_smp-x86-2.tgz package is located in the d/ series on CD number 1. I am assuming you're using the huge-smp or generic-smp kernel (the generic-smp kernel is recommended -- see CHANGES_AND_HINTS.TXT on the install CD or at your favourite mirror). If you insist on using the non-smp kernel, you will have to follow
these instructions located in extra/linux-2.6.24.5-nosmp-sdk. If you are using the non-smp kernel and are getting that error, it is probably because the headers installed on the system (the kernel-headers-2.6.24.5_smp-x86-2 package) is setup for the SMP kernels. You would need to either switch to the SMP kernel (recommended) or install the non-smp kernel-headers-2.6.24.5-x86-2.tgz package in extra/linux-2.6.24.5-nosmp-sdk/ (the README in that directory suggests that this may or may not be required). You would also have to reconfigure the kernel source to support the non-SMP kernel instead of the SMP one by using the patch in the same directory.