[PlanetCCRMA] no kernel-devel in fc5?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Thu Jun 8 09:47:02 2006


On Wed, 2006-06-07 at 21:00 -0400, Paul Coccoli wrote:
> I can't seem to install the kernel headers for the planet fc5 kernel:
> 
> [root@boon paul]# yum install kernel-devel-`uname -r`
> Setting up Install Process
> Setting up repositories
> planetcore                                                           [1/8]
> planetextras                                                         [2/8]
> planetccrma                                                          [3/8]
> core                                                                 [4/8]
> updates                                                              [5/8]
> freshrpms                                                            [6/8]
> macromedia                                                           [7/8]
> extras                                                               [8/8]
> Reading repository metadata in from local files
> Parsing package install arguments
> Nothing to do
> 
> Where can I find the kernel headers?

What is the kernel you are running? ("uname -r" to know)
If it is a multiprocessor kernel you will need to install
kernel-devel-VERSION, where VERSION does not include the "smp" at the
end of 'uname -r'

-- Fernando