LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Make Error2, FC9, kernel-devel installed? (https://www.linuxquestions.org/questions/linux-newbie-8/make-error2-fc9-kernel-devel-installed-658493/)

hattrick 07-26-2008 11:07 PM

Make Error2, FC9, kernel-devel installed?
 
uname -a -> 2.6.25.11-97

I just installed FC9, ran the 600mb of updates (LOL!)
And now I went to compile some programs and I get this error:

Make: ***[error] 2

I researched and found that I need the devel-headers, but their installed! I even
Code:

yum remove kernel-headers
&&

Code:

yum install kernel-headers
But it's still no good... Any suggestions?

Thanks!

billymayday 07-26-2008 11:27 PM

yum install kernel-devel?

hattrick 07-28-2008 08:41 AM

I tried that too... Its installed..

billymayday 07-28-2008 03:21 PM

What are the exact make errors?

hattrick 07-29-2008 03:25 PM

make[2]: *** [/root/Download/NAME/NAME.o] Error 1
make[1]: *** [_module_/root/Download/NAME] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.25.11-97.fc9.i686'
make: *** [modules] Error 2

billymayday 07-29-2008 04:09 PM

That's not enough of the error messages to tell anything. You'll need to gove a lot of earlier stuff, 20 or so lines, but it's hard to say how much without seeing the messages. More is probably better.

hattrick 08-05-2008 04:10 PM

So I reinstalled, installed THAT kernals devel, then did the 6 THOUSAND MB of updates, then I'm good =)


All times are GMT -5. The time now is 09:35 AM.