打印

请教 我在安装VMWARETOOLS过程中?

请教 我在安装VMWARETOOLS过程中?

Stopping VMware Tools services in the virtual machine:
   Guest operating system daemon:                          [确定]
Trying to find a suitable vmhgfs module for your running kernel.

None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel.  Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes] 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]

这是什么意思  没安装GCC 和CC ??
insta
安装VMWARETOOLS 错误提示 packge vmware-tools-5.0.0-13124 is already installed




系统版本是:红旗 LINUX 6
附件: 您所在的用户组无法下载或查看附件

TOP

版主 英明  快点 帮帮忙
                             我试过以下方法还是安装不上

A:点击安装vnwaretools,过一会光驱自动挂载,这是双击光驱文件打开。
B:把vmwaretools-6.0.0-45731.i386.rpm文件复制到root目录下,然后卸载光驱再点击取消安装vmwaretools.
C:先看一看光驱里有没有vmwaretools文件了,如有的话您还是安装不上,这是您可以重启系统,如果没有您可以打开root目录,双击复制的文件进行安装.
D:安装完毕后关闭对话框,打开系统终端输入vmware-config-tools.pl回车,根据它的提示走就行,最后输入yes回车,然后选择您想要的分辨率,关闭系统终端。
E:再打开控制面板——系统配置——服务找到vmwaretools改为自动启用,这是您的鼠标就可以穿梭了。

TOP

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

这个是在问你你的本地正在运行的 kernel 的 Header (C 的头文件)放在了什么地方。你可以看看你的系统里面有没有 kernel-include 这个包,这个包就是需要的头文件。一般情况下,/usr/src/linux 是自己安装时放置 kernel 源代码的目录。发行版的头文件就不一定在这里了。有可能是 /usr/include/kernel ,也有可能是 /lib/modules/2.6.xx/include 里面。
你看 kernel-include 里面的文件就知道了
梦想是那么的远,又是那么的近………… <--只能剩下这句祈祷了
我要签名图!!!!!!

TOP