The Tip Try to Solve the Kernel Headers are Not Found by the Parallels Tools Installer…
- Be Sure that the Kernel Headers are Properly Installed
- Update the Kernel:
su -c "yum update kernel && reboot"
- Install the Kernel Headers:
su -c "yum install kernel-headers kernel-devel"
- Update the Kernel:
- If Still Not Solved Try Fixing with:
su -c "cd /lib/modules && ln -s /usr/src/kernels/<yourKernelVersion> ."