1 頁 (共 1 頁)

在 Ubuntu lucid x64 server 安裝VMware Server 2

發表於 : 2010-05-22 10:12:03
schumi
http://communities.vmware.com/thread/26 ... ?tstart=15

this only works on linux.
download the files:
00-vmware-2.6.32_functional.diff.txt
02-vmnet-include.diff.txt.gz
01-vmware-2.6.32_cosmetic.diff.txt
vmware-config.pl.diff.txt
patch-vmware_2.6.3x.sh

from http://nerdbynature.de/bits/2.6.32-22/
into directory "/path/to/patches"
" cd /path/to/patches"
"gunzip 02-vmnet-include.diff.txt.gz"
delete tailing ".txt" from all filenames
"nano patch-vmware_2.6.3x.sh"
replace (line 19)
"DIR=/root/dev/"
with
"DIR=/path/to/patches"
and delete in line 53 the first "../" (this could be an issue)
save and exit
" . ./patch-vmware_2.6.3x.sh /path/to/vmware-server-distrib/lib/modules/source"