6 06 2008

Ubuntu 8.04安装VMware Server 1.0.6

Published by muzuiget at 3:50 下午 under Linux

Ubuntu 8.04正式版安装VMware Server 1.0.6已经变得简单很多,这次安装环境为:Ubuntu 8.04升级到20080605,内核为2.6.24-18-generic,VMware Server为1.0.6-91891。这次安装已经不需要补丁了。

下载:
先去VMware下载页面下载,或者直接

wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz

还有安装几个编译需要的包

sudo apt-get install build-essential linux-kernel-devel linux-headers-generic xinetd

下载之余顺便去注册一个免费的序列号,注册页面

安装:
先解压

tar -zxvf VMware-server-1.0.6-91891.tar.gz

然后cd入解压目录

sudo ./vmware-install.pl

接下来会问你N个问题,太Windows了,除了协议那里需要输入y同意外,其余默认,一路回车保持队形。到最后会提示输入序列号。然后安装就完成鸟。

一点设置:
现在运行,结果还是一样没反应,还是要做一点设置,先备份2个文件,安全第一。

sudo cp /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1.backup
sudo cp /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0.backup

然后建立软链接

sudo ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1
sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

这样就能运行了。

卸载:
直接运行

sudo vmware-uninstall.pl

5 Responses to “Ubuntu 8.04安装VMware Server 1.0.6”

  1. [...] Ubuntu 8.04安装VMware Server 1.0.6 Tags: VMware This entry was posted on Monday, June 23rd, 2008 at 1:24 pm and is filed under computer. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]

  2. xxxcjron 19 7 2008 at 8:46 下午

    按照你的方法,我在ubuntu8.04中安装了vmware server1.0.6,之后再在其中安装了深度的windows xp,安装了xp 的VMware Tools,但是却仍然无法使用u盘,也无法直接从主机上copy文件到xp上。再有就是我是通过pppoe拨号上网的,我想知道如果我要在xp 中上网,应该如何做,请指教!
    谢谢!!

  3. muzuigeton 20 7 2008 at 9:34 上午

    @ xxxcjr
    1.U盘问题,在虚拟机关机下在设置里添加一个USB控制器,启动虚拟机后,在菜单“VM”,“Removeable Devices”中勾选你的U盘就可以了。
    2.Ubuntu和XP间不能直接拖放传送文件的,我就用“HFS”这个开源的文件传输软件传递,或者设置共享文件夹,这方面Google一下吧,比较复杂。
    3.pppoe如果通过Vmware Server的桥接模式的话,真机和虚拟机同时只能一个上。如果要共享上,可以其中之一设置代理,或者用NAT模式(virtualbox默认就是),步骤也是比较多的,还是Google一下。
    PS:不是我懒,如果有进一步问题的话,建议到Ubuntu中文论坛相关版面提问,让更多人能看到你的问题。

  4. install VMware Server - My Haon 16 8 2008 at 6:09 下午

    [...] Ubuntu 8.04??VMware Server 1.0.6 [...]

  5. poleaxeon 17 11 2008 at 1:57 下午

    好文章,学习了。

Trackback URI | Comments RSS

Leave a Reply