安装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问题解决

#./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*              //更新内核

# yum install kernel-devel

4、结果验证

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

 之后查看分享目录:

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