[转载]C header files matching your running 

简介: 原文地址:C header files matching your running kernel were not found.作者:【Opser】小默c header files matching your running kernel werenot found2011年12月08日 星期四 18:42vmware 6.
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
目录
相关文章
Invalid mapping pattern detected: /download/{{fileName}} ^Not allowed to nest variable c
Invalid mapping pattern detected: /download/{{fileName}} ^Not allowed to nest variable c
error: Your local changes to the following files would be overwritten by merge
error: Your local changes to the following files would be overwritten by merge
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
183 0
Error saving your changes: Description control characters are not allowed
在修改 GitHub 上的仓库描述时出现此提示信息:Error saving your changes: Description control characters are not allowed 开始以为是 Fork 来的没有修改权限,但之前没有遇到这样的情况,提示信息说的也不是这个意思。
2383 0