原文地址:header files matching your running kernel were not found.">C header files matching your running kernel were not found.作者:【Opser】小默
c header files matching your running kernel were
not found
not found
2011年12月08日 星期四 18:42
vmware 6.5.5 for linux 版本 ,安装完成后执行时报错
"c header files matching your running kernel were not
found"
Vmware6.5 error
解决方法:
Just an FYI Ubuntu 10.10 is not a supported Host OS or Guest OS
in VMware Workstation 6.5 or any other VMware product at the
present time.
If all you need are the kernel headers, then in a Terminal:
sudo apt-get install linux-headers-$(uname -r)
However you need to have Development Tools installed too, so if
you don't:
sudo apt-get install build-essential linux-kernel-headers linux-kernel-devel