wmware提示What is the location of the directory of C header files that match your running kernel?
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.
[root@localhost ~]# cd /usr/bin
[root@localhost bin]# cd ./vmware-config.pl
在哪个目录,你想要安装的主题图标?
In which directory do you want to install the theme icons?
[/usr/chare/icons] /usr/chare/icons
哪些目录包含您的桌面菜单进入档案吗?这些文件有一个.desktop文件扩展名
What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications] /usr/share/applications/VMware.desktop
这个计划是要创建它,包括所需的父目录。是这就是你想要的?
The path "/usr/share/applications/VMware.desktop" does not exist currently.
This program is going to create it, including needed parent directories. Is
this what you want? [yes] yes
在哪个目录,你要安装应用程序的图标?
In which directory do you want to install the application's icon?
[/usr/share/pixmaps] /usr/share/pixmaps
试图找到一个合适的vmmon模块为您的运行内核。
没有预先建立vmmon模块VMware工作站是适合您
运行内核。你想这个计划,试图建立vmmon模块
您的系统(你需要有一个C编译器安装在您的系统) ? [no]
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)? [no]yes
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/include
出现这种问题所没有发现C header files
需要安装kernel-devel 下面所详细步骤
之后重复以上操作
In which directory do you want to install the application's icon?
[/usr/share/pixmaps]
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]yes
注意路径设置
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/kernels/2.6.25-14.fc9.i686/include
//安装过kernel-devel后 在/usr/src 下查找 include 文件夹 我的地址是
/usr/src/kernels/2.6.25-14.fc9.i686/include
None of the pre-built vmblock modules for VMware Workstation is suitable for
your running kernel. Do you want this program to try to build the vmblock
module for your system (you need to have a C compiler installed on your
system)? [yes] yes
/dev is dynamic:
Do you want networking for your virtual machines? (yes/no/help) [yes] yes
您的电脑有多个以太网网络接口可用: eth0这个, pan0 ,
virbr0 。哪一个你想去的桥梁, vmnet0 ?
Your computer has multiple ethernet network interfaces available: eth0, pan0,
virbr0. Which one do you want to bridge to vmnet0?[eth0]eth0
你想不想再配置网络桥?
Do you wish to configure another bridged network? (yes/no) [no] no
你是否希望能够使用NAT网络中的虚拟机?
Do you want to be able to use NAT networking in your virtual machines? (yes/no)
[yes] yes
你想这个计划,探索未使用的私人子网? (yes/no/help)
[yes]
Do you want this program to probe for an unused private subnet? (yes/no/help)
[yes] yes
你想不想再配置的NAT网络?
Do you wish to configure another NAT network? (yes/no) [no] no
你想可以使用主机只有在您的网络虚拟机?
Do you want to be able to use host-only networking in your virtual machines?
[yes] yes
你想这个计划,探索未使用的私人子网?
Do you want this program to probe for an unused private subnet? (yes/no/help)
[yes] yes
Do you wish to configure another host-only network? (yes/no) [no]no
None of the pre-built vmnet modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmnet module for
your system (you need to have a C compiler installed on your system)? [yes] yes
Do you want to install the Eclipse Integrated Virtual Debugger? You must have
the Eclipse IDE installed. [no] no
Do you accept? (yes/no) y
In which directory do you want to install the VMware VIX API binary files?
[/usr/bin] /usr/bin
In which directory do you want to install the VMware VIX API library files?
[/usr/lib/vmware-vix/lib] /usr/lib/vmware-vix/lib
The path "/usr/lib/vmware-vix/lib" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes] yes
In which directory do you want to install the VMware VIX API document pages?
[/usr/share/doc/vmware-vix] /usr/share/doc/vmware-vix
The path "/usr/share/doc/vmware-vix" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes] yes
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".
最后编辑: chen 编辑于2010/05/14 04:48
引用
What is the location of the directory of C header files that match your running kernel?
找不到 C header files
有两种解决方法
1 .1 使用yum(这里我碰到不仅仅是kernel问题,第一次我把kernel更新到最新后还是无法安装vmware-tools,直到更新了gcc gcc-c++.所以以下我添加了gcc的安装.)
[local@localhost ~]$ su root
密码:
[root@localhost ~]# yum -y install gcc gcc-c++ kernel-devel //使用yum命令 安装kernel-devel 只要连接网络就能安装
然後更新kernel
[root@netyang ~]# yum -y update kernel
檢查一下
[root@netyang `]# rpm -qa | grep kernel
1. 2 下载安装包
http://rpmfind.net/linux/rpm2html/search.php?query=kernel-devel
找到自己系统相应的 kernel-devel 下载安装
2.当再次配置VMware的时候
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
路径设置:
[root@localhost ~]# cd /usr/src/kernels/
[root@localhost ~]# ls //查看kernel的版本号
[root@localhost ~]# 2.6.27.7-134.fc10.i686 //版本号
路径为:
/usr/src/kernels/2.6.25-14.fc9.i686/include
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] /usr/src/kernels/2.6.25-14.fc9.i686/include
找不到 C header files
有两种解决方法
1 .1 使用yum(这里我碰到不仅仅是kernel问题,第一次我把kernel更新到最新后还是无法安装vmware-tools,直到更新了gcc gcc-c++.所以以下我添加了gcc的安装.)
[local@localhost ~]$ su root
密码:
[root@localhost ~]# yum -y install gcc gcc-c++ kernel-devel //使用yum命令 安装kernel-devel 只要连接网络就能安装
然後更新kernel
[root@netyang ~]# yum -y update kernel
檢查一下
[root@netyang `]# rpm -qa | grep kernel
1. 2 下载安装包
http://rpmfind.net/linux/rpm2html/search.php?query=kernel-devel
找到自己系统相应的 kernel-devel 下载安装
2.当再次配置VMware的时候
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]
路径设置:
[root@localhost ~]# cd /usr/src/kernels/
[root@localhost ~]# ls //查看kernel的版本号
[root@localhost ~]# 2.6.27.7-134.fc10.i686 //版本号
路径为:
/usr/src/kernels/2.6.25-14.fc9.i686/include
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] /usr/src/kernels/2.6.25-14.fc9.i686/include
vmware is installed, but it has not been (correctly) configured
for this system. To (re-)configure it, invoke the following command:
/usr/bin/vmware-config.pl.
[root@localhost ~]# cd /usr/bin
[root@localhost bin]# cd ./vmware-config.pl
在哪个目录,你想要安装的主题图标?
In which directory do you want to install the theme icons?
[/usr/chare/icons] /usr/chare/icons
哪些目录包含您的桌面菜单进入档案吗?这些文件有一个.desktop文件扩展名
What directory contains your desktop menu entry files? These files have a
.desktop file extension. [/usr/share/applications] /usr/share/applications/VMware.desktop
这个计划是要创建它,包括所需的父目录。是这就是你想要的?
The path "/usr/share/applications/VMware.desktop" does not exist currently.
This program is going to create it, including needed parent directories. Is
this what you want? [yes] yes
在哪个目录,你要安装应用程序的图标?
In which directory do you want to install the application's icon?
[/usr/share/pixmaps] /usr/share/pixmaps
试图找到一个合适的vmmon模块为您的运行内核。
没有预先建立vmmon模块VMware工作站是适合您
运行内核。你想这个计划,试图建立vmmon模块
您的系统(你需要有一个C编译器安装在您的系统) ? [no]
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)? [no]yes
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/include
出现这种问题所没有发现C header files
需要安装kernel-devel 下面所详细步骤
之后重复以上操作
In which directory do you want to install the application's icon?
[/usr/share/pixmaps]
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]yes
注意路径设置
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/kernels/2.6.25-14.fc9.i686/include
//安装过kernel-devel后 在/usr/src 下查找 include 文件夹 我的地址是
/usr/src/kernels/2.6.25-14.fc9.i686/include
None of the pre-built vmblock modules for VMware Workstation is suitable for
your running kernel. Do you want this program to try to build the vmblock
module for your system (you need to have a C compiler installed on your
system)? [yes] yes
/dev is dynamic:
Do you want networking for your virtual machines? (yes/no/help) [yes] yes
您的电脑有多个以太网网络接口可用: eth0这个, pan0 ,
virbr0 。哪一个你想去的桥梁, vmnet0 ?
Your computer has multiple ethernet network interfaces available: eth0, pan0,
virbr0. Which one do you want to bridge to vmnet0?[eth0]eth0
你想不想再配置网络桥?
Do you wish to configure another bridged network? (yes/no) [no] no
你是否希望能够使用NAT网络中的虚拟机?
Do you want to be able to use NAT networking in your virtual machines? (yes/no)
[yes] yes
你想这个计划,探索未使用的私人子网? (yes/no/help)
[yes]
Do you want this program to probe for an unused private subnet? (yes/no/help)
[yes] yes
你想不想再配置的NAT网络?
Do you wish to configure another NAT network? (yes/no) [no] no
你想可以使用主机只有在您的网络虚拟机?
Do you want to be able to use host-only networking in your virtual machines?
[yes] yes
你想这个计划,探索未使用的私人子网?
Do you want this program to probe for an unused private subnet? (yes/no/help)
[yes] yes
Do you wish to configure another host-only network? (yes/no) [no]no
None of the pre-built vmnet modules for VMware Workstation is suitable for your
running kernel. Do you want this program to try to build the vmnet module for
your system (you need to have a C compiler installed on your system)? [yes] yes
Do you want to install the Eclipse Integrated Virtual Debugger? You must have
the Eclipse IDE installed. [no] no
Do you accept? (yes/no) y
In which directory do you want to install the VMware VIX API binary files?
[/usr/bin] /usr/bin
In which directory do you want to install the VMware VIX API library files?
[/usr/lib/vmware-vix/lib] /usr/lib/vmware-vix/lib
The path "/usr/lib/vmware-vix/lib" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes] yes
In which directory do you want to install the VMware VIX API document pages?
[/usr/share/doc/vmware-vix] /usr/share/doc/vmware-vix
The path "/usr/share/doc/vmware-vix" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes] yes
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".
最后编辑: chen 编辑于2010/05/14 04:48
2010/05/21 09:14 #{louceng}wwek
不用桌面版的飘过· 5.5出来了·
分页: 1/1
1
1
下雨了....
behind closed doors-peter andre






