码迷,mamicode.com
首页 > 系统相关 > 详细

安装vmware-tools遇the path "" is not valid path to the gcc binary和the path "" is not a valid path to the 3.10.0-327.e17.x86_64 kernel headers问题解决

时间:2018-07-18 01:14:23      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:分析   not   val   header   ade   path   图片   com   alt   

#./vmware-install.pl踩点:

1.the path "" is not valid path to the gcc binary

2.the path "" is not a valid path to the 3.10.0-327.e17.x86_64 kernel headers

2、原因分析

 Linux操作系统上gcc没有安装。

 Linux操作系统上uek kernel没有安装。

3、处理方法

 # yum install gcc*      //加载编译环境

 # yum install kernel*                 //更新内核

4、结果验证

 重启,选择新的内核版本,再次运行./vmware-install.pl,安装OK

技术分享图片

 之后查看分享目录:

技术分享图片

 

安装vmware-tools遇the path "" is not valid path to the gcc binary和the path "" is not a valid path to the 3.10.0-327.e17.x86_64 kernel headers问题解决

标签:分析   not   val   header   ade   path   图片   com   alt   

原文地址:https://www.cnblogs.com/feiquan/p/9326870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!