请教在ml里装vmware的问题
有没有大虾在ml里装好了vmware?请帮在下解决个问题,谢谢!下的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)?
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?
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config6/vmmon-only'
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make: Entering directory `/usr/src/linux-2.6.9'
Makefile:461: .config: 没有那个文件或目录
CC /tmp/vmware-config6/vmmon-only/linux/driver.o
/bin/sh: scripts/basic/fixdep: 没有那个文件或目录
make: *** 错误 1
make: *** 错误 2
make: Leaving directory `/usr/src/linux-2.6.9'
make: *** 错误 2
make: Leaving directory `/tmp/vmware-config6/vmmon-only'
Unable to build the vmmon module.
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".
Execution aborted.
==================================================================================
请问这是什么原因啊?
ml里应该默认装好了kernel source吧?怎么还是不能编译啊? 用5的版本吧,我一直用的挺好的! 谢谢 我试试 用5的版本吧,我一直用的挺好的!
试过了,还是一样的问题。
我的ml是在win2k里的vmware里装的,和这个有没有关系啊? :cry: 公社里有最新版本5.0,我装了。很顺利 不过,我用的是redhat9.0 3x
i'll try another distribution uf linux then 不用试其他版本的,这里有的问题只是一点点
首先,你在安装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了
页:
[1]