安装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
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。2、原因分析
Linux操作系统上gcc没有安装。
Linux操作系统上uek kernel没有安装。
3、处理方法
# yum install gcc* //加载编译环境
# yum install kernel* //更新内核
# yum install kernel-devel
4、结果验证
重启,选择新的内核版本,再次运行./vmware-install.pl,安装OK
之后查看分享目录:

更多精彩