|
|
我用的是:VMware-workstation-5.5.1-19175.tar.gz版。解压后运行 ./vmware-install.pl程序,提示如下:
上面都正常,换回车都可以过去,到了下面这一步
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] 按回车
提示如下:
The path "/usr/src/linux/include" is a kernel header file directory, but it doesnot contain the file "linux/version.h" as expected. This can happen if the
kernel has never been built, or if you have invoked the "make mrproper" command
in your kernel directory. In any case, you may want to rebuild your kernel.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] 输入:/usr/src/linux-headers-2.6.16-1-k7/include
又提示如下:
The kernel defined by this directory of header files does not have the same
address space size as your running kernel.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
老是卡在这一步,不知道应该怎么办了? |
|