下的vmware4.5.2,在执行vmware-config.pl时出错,信息如下
================================================================================
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
不用试其他版本的,这里有的问题只是一点点
首先,你在安装vmware之后,执行一下命令
su(根用户)
*****
cd /usr/src/linux
ln -sf /boot/config-2.6.9 .config(复制内核config)
make scripts clean
make oldconfig
make prepare-all
这样过后你再进行vmware-config.pl就ok了