[转载]C header files matching your running 

c header files matching your running kernel were 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
posted @ 2017-09-10 18:51  xosg  阅读(258)  评论(0编辑  收藏  举报