[转载]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
上一篇:Laravel 服务容器,IoC,DI


下一篇:Codeforces Round #406 (Div. 2) D. Legacy 线段树建模+最短路