Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel
Searching for GCC...
Detected GCC binary at "/usr/bin/gcc".
The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no]
Searching for a valid kernel header path...
The path "" is not a valid path to the 3.11.0-12-generic kernel headers.
Would you like to change it? [yes]
Enter the path to the kernel header files for the 3.11.0-12-generic kernel?
/usr/src/linux-headers-3.11.0-12-generic/include
The path "/usr/src/linux-headers-3.11.0-12-generic/include" is not a valid path
to the 3.11.0-12-generic kernel headers.
按照网上的方法,我已经安装了这个内核头文件库
我又试了 /usr/src/linux-headers-3.11.0-12/include结果还是说is not a valid path to the 3.11.0-12-generic kernel headers.最后没办法,我就把路径换回/usr/src/linux-headers-3.11.0-12-generic/include在Would you like to change it? 选择了NO.结果安装报错,最终虽然也安装完成了,但是Linux mint 系统变得很不稳定,卡死,关机有时关不了,为什么我已经指定了正确的kernel header files path .安装时还是不能识别呢?
3 个解决方案
#1
如果你在安装vmware-tools的时候不知道如何选择yes or no,那么请在执行安装脚本的时候加一个-d
如./vmware-install.pl -d
如./vmware-install.pl -d
#2
能问一下,楼主你的这问题解决了吗??因为我也遇到这个问题,不知如何解决,(我是在虚拟机中安装了fedora,然后在fedora中安装vmware tools。)
#3
一般使用默认的选项就行了
#1
如果你在安装vmware-tools的时候不知道如何选择yes or no,那么请在执行安装脚本的时候加一个-d
如./vmware-install.pl -d
如./vmware-install.pl -d
#2
能问一下,楼主你的这问题解决了吗??因为我也遇到这个问题,不知如何解决,(我是在虚拟机中安装了fedora,然后在fedora中安装vmware tools。)
#3
一般使用默认的选项就行了