Step 1
sudo apt-get install build-essential linux-headers-$(uname -r) ia32-libs libc6-i386
Step 2
wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.9-156507.tar.gz
tar zxf VMware-server-1.0.9-156507.tar.gzcd vmware-server-distrib
sudo ./vmware-install.pl
Setp 3
wget http://www.insecure.ws/warehouse/vmware-update-2.6.27-5.5.7-2.tar.gz
tar zxf vmware-update-2.6.27-5.5.7-2.tar.gzcd vmware-update-2.6.27-5.5.7-2
sudo ./runme.pl
If get "/etc/vmware/ssl/rui.key " error
sudo touch /etc/vmware/ssl/rui.key
sudo touch /etc/vmware/ssl/rui.crt
--EOF--

2009-06-02 22:23:21
Views(2900)
Tags:
Comments
Excellent!
Thanks
very good - and to the point
but you could also add the following package:
apt-get install libnet-ssleay-perl
that should take care of the error with the certificates.
thanks,
Thanks man! This is perfect. Much appreciated.