| Home | Sign up | Sign in |
2009-06-02 22:23:21
Comments (3)
Views (1719)
Software
sudo apt-get install build-essential linux-headers-$(uname -r) ia32-libs libc6-i386
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
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
sudo touch /etc/vmware/ssl/rui.key
sudo touch /etc/vmware/ssl/rui.crt
--EOF--
Comments list
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.