红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

vmware中ubuntu遇到vmtools安装问题

发布时间:2009-03-29 10:29:56来源:红联作者:koala0808
我在vmware中安装了ubuntu,然后在命令行安装vmware-tools。运行vmware-install.pl,一路回车,挺顺利的。
到了vmware-config-tools.pl这一步,卡在指定c header files location这里。

What is the location of the directory of C header files that match your running kernel?
缺省目录给的是[/usr/src/linux/include]

我看了下系统里面/usr/src下面有两个
/linux-2.6.27-7和/linux-2.6.27-7-generic,都指定了试试,结果失败。

在网上查了一圈,回头再安装
sudo apt-get install build-essential
sudo apt-get install linux-headers-2.6.27-7-generic, 这个2.6.27-7-generic是用uname -a 看到的。

继续config,还是卡在那里,把目录指到/usr/src/linux-headers-2.6.27-7-generic/include,提示:

The directory of kernel headers (version @@VMWARE@@ UTS_RElEASE) does not match
your running kernel (version 2.6.27-7-generic). Even if the module were to compie successfully,
it would not load into the running kernel.

指到/usr/src/linux-headers-2.6.27-7/include也不行。
搞不定了,请高手指点一二。
文章评论

共有 0 条评论