yum装好以后继续运行./ vmware-install.pl 然后出了下面的情况
Enter the path to the kernel header files for the 3.10.0-957.el7.x86_64
kernel?
INPUT: [] default
The path “” is not a valid path to the 3.10.0-957.el7.x86_64 kernel headers.
Would you like to change it? [yes]
INPUT: [yes] default
运行以下两条命令yum -y install perl gcc make kernel-headers kernel-devel
yum -y install kernel-devel-$(uname -r)
运行./ vmware-install.pl然后一直按回车就ok了。
本文讲述了如何在遇到`vmware-install.pl`安装过程中关于3.10.0-957.el7.x86_64内核头文件路径提示时进行正确操作,包括设置默认路径、安装必要的包并最终成功安装VMware的步骤。
6039

被折叠的 条评论
为什么被折叠?



