C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instructions - NoH4cker - 博客园

http://www.cnblogs.com/NoH4cker/p/4840571.html

centos6 安装wmwaretools找不到kernel header - jiejnan - 博客园
http://www.cnblogs.com/jiejnan/archive/2012/06/25/2561219.html

上述两个方案比较清晰,分别针对Ubuntu和CentOS。

最终按照如下步骤:

https://blog.csdn.net/m0_38020436/article/details/80200041

yum --enablerepo=elrepo-kernel install kernel-lt -y

wget https://elrepo.org/linux/kernel/el6/x86_64/RPMS/kernel-lt-headers-4.4.172-1.el6.elrepo.x86_64.rpm
wget https://elrepo.org/linux/kernel/el6/x86_64/RPMS/kernel-lt-devel-4.4.172-1.el6.elrepo.x86_64.rpm
rpm -ivh kernel-lt-headers-4.4.172-1.el6.elrepo.x86_64.rpm

rpm -ivh kernel-lt-devel-4.4.172-1.el6.elrepo.x86_64.rpm

https://elrepo.org/linux/kernel/el6/x86_64/RPMS/

Centos内核升级的三种方法 - zengkefu - 博客园
http://www.cnblogs.com/zengkefu/p/5667145.html

ELRepo : kernel-ml
http://elrepo.org/tiki/kernel-ml

centos7下安装vmware 出现C header files matching your running kernel were not found. - jcxch的专栏 - CSDN博客
https://blog.csdn.net/jcxch/article/details/48857741

fedora17下安装VMware(失败) - 02xiaoma - 博客园
http://www.cnblogs.com/02xiaoma/archive/2013/04/12/3016895.html

vmware c header files - CentOS
https://www.centos.org/forums/viewtopic.php?t=55193

Linux: VMware Tools Installation Error
http://blog.secaserver.com/2011/09/linux-vmware-tools-installation-error/

最新文章

  1. [虚拟机]Virtual Box的使用--共享文件夹
  2. 金山快盘+TortoiseSVN构建版本控制仓库
  3. Eureka的故事,专注能让你看到别人看不到的事情
  4. Spring环境的搭建与测试 (spring2.5.6)
  5. Mac运行exe的几种方法,欢迎补充!
  6. bzoj1004:[HNOI2008]Cards
  7. ATL 工程下添加右击菜单
  8. GWT(Google Web Tookit) Eclipse Plugin的zip下载地址(同时提供GWT Designer下载地址)
  9. 如何Windows系统中搭建php环境
  10. SharePoint 2010 Modal Dialog
  11. 结合程序崩溃后的core文件分析bug
  12. filebeat -> logstash -> elasticsearch -> kibana ELK 日志收集搭建
  13. 第4章 DHCP服务
  14. pycharm-professional-2017.1.1.exe专业版激活方法
  15. Linux学习笔记11—VSFTP的搭建
  16. what's the python之可迭代对象、迭代器与生成器(附面试题)
  17. [Unity插件]Lua行为树(十一):组合节点Parallel
  18. Android :64位支持的说明
  19. JSON.stringify时间的问题
  20. 我的Java之旅——答答租车系统的改进

热门文章

  1. Docker 从入门到实践(二)Docker 三个基本概念
  2. js FormData方法介绍
  3. spring的基于XML方式的属性注入
  4. 基于Python的多线程模块Threading小结
  5. Python学习之装饰器进阶
  6. 利用ENVI FX从RGB提取建筑物轮廓
  7. 005_解决pip国外安装源慢的问题
  8. pycharm 安装及使用
  9. JS上传文件、导入文件
  10. 本地搭了http服务(localhost),怎么在vue环境下,通过axios获取到接口数据