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 |
|
|
|