tingxx 发表于 2004-9-24 06:55:27

装了最新的内核,vmware安装不上

我装了最新的内核和原码(for ml),安装vmware出错了。如下

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-config2/vmmon-only'
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make: Entering directory `/usr/src/linux-2.6.8.1ck7'
CC /tmp/vmware-config2/vmmon-only/linux/driver.o
/bin/sh: scripts/genksyms/genksyms: 没有那个文件或目录
make: *** 错误 1
make: *** 错误 2
make: Leaving directory `/usr/src/linux-2.6.8.1ck7'
make: *** 错误 2
make: Leaving directory `/tmp/vmware-config2/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.

jiangtao9999 发表于 2004-9-24 13:40:48


/bin/sh: scripts/genksyms/genksyms: 没有那个文件或目录

genksyms 是啥?

yourfeng 发表于 2004-9-24 14:21:11

首先要从内核源码处 make modules才会生成genksyms
然后再编译vmware的模块

tingxx 发表于 2004-9-24 20:22:41

哦,原来是这样??我是想了,我找到了genksyms目录了,就是没有找到它指的那个文件/
回去再试试

tingxx 发表于 2004-9-25 07:35:06

呵,忘了说一句了,好个sourcecode包中没有.config文件。我只好从src包中把它给提出来了

yourfeng 发表于 2004-9-25 09:10:03

可以make oldconfig.

tingxx 发表于 2004-9-25 14:41:24

为什么这个新内核没有splash呢??

yourfeng 发表于 2004-9-25 17:47:36

ck7?
要用gensplash。。。。

tingxx 发表于 2004-9-25 22:07:54

什么是gensplash??请教
页: [1]
查看完整版本: 装了最新的内核,vmware安装不上