bluecat
|
分享:
▲
▼
- 将 VMware-workstation-5.5.3-34685.tar.gz 复制到 /usr/src/ 或 /usr/local/src/ 或 /tmp/ 目录中解压缩,解压所后的资料放置于 vmware-distrib/ 目录底下
- 上网至 http://knihovny.cvut.c.../vmware/ 下载 vmware-any-any-update110.tar.gz 后,复制到 /usr/src/ 或 /usr/local/src/ 或 /tmp/ 目录中解压缩,解压所后的资料放置于 vmware-any-any-update110/ 目录底下
- 检查已安装的 kernel 版本:rpm -qa | grep kernel
- 检查使用中的 kernel 版本:uname -r
- 更新 kernel:yum -y update kernel-smp (双核心或单核但支援Hyper-threading)或 yum -y update kernel (单核心)
- 安装 kernel C headers,编译 VMware 模组时会用到:yum -y install kernel-smp-devle (双核心或单核但支援Hyper-threading)或 yum -y install kernel-devel (单核心)
- 查询是否安装 GNU C compiler:rpm -q gcc;如果没有则安装,yum -y install gcc
- 查询是否安装 GNU C++ compiler:rpm -q gcc-c++;如果没有则安装,yum -y install gcc-c++
- 执行 vmware-distrib/ 目录底下的 vmware-install.pl 安装 VMware,全部按照预设值回答即可,除下列问题回答「no」。「Before running VMware Workstation for the first time, you need to configure it by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this program to invoke the command for you now?[yes]」
- 执行 vmware-any-any-update110/ 目录底下的 runme.pl 重新编译 VMware,下列问题回答「yes」。「Before running VMware for the first time after update, you need to configure it for you running kernel by invoking the following command: "/usr/bin/vmware-config.pl". Do you want this script to invoke the ommand for you now?[no]」完成安装程序 [list=1]
- 安装过程如果出现询问「What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] 」,但却出现「The path "user/src/linux/include" is not an existing dirctory. 」时,导致无法正常继续安装,则先查询目前正在执行的 kernel 版本为何。并确定是否有安装正确的 kernel C headers,kernel-devel 或 kernel-smp-devel
参考资料:
- How to install VMware Server on Linux
|
|
x0
[3 楼]
From:未知地址 | Posted:2007-07-20 13:14 |
|
|
|