Fedora 6 problem - unable to find kernel source

ruimoura

Bit poster
Hi. I'm trying to install parallels 2.2 (latest build) on Fedora 6, so i can install win xp on it, but when i try to run the "parallels-config" it gives me this:
Unable to find linux kernel source.
To configure Parallels Workstation 2.1 you should have
kernel source package for your Linux system installed.

The thing is, i have it all installed, as you can see:
[moura@yoda ~]$ rpm -qa | grep kernel
kernel-2.6.19-1.2895.fc6
kernel-devel-2.6.19-1.2895.fc6
kernel-headers-2.6.19-1.2895.fc6
kernel-2.6.18-1.2798.fc6

What is going on here? Anyone can help me, please?
 
i had the same problem, here is how i fixed it

1) i removed the kernel-devel package that was installed
rpm -e --nodeps kernel-devel-2.6.19-1.2895.fc6

2) then i downloaded the i586 version of kernel-devel from the updates repository

3) then i installed
rpm -ivh kernel-devel-2.6.19-1.2895.fc6.i586.rpm

hope this helps
 
Back
Top