After struggling for two days trying to get VMware installed on 32-bit Gutsy, I was able finally able to get it going using the following steps.
*[COLOR=blue]Thanks a ton to bkingx for his help in locating the xorg-dev package. Without that, the installer fails to accept any serial numbers, and hence prevents VMWare Server from being properly installed.[/COLOR]*
[COLOR=red]Installation of VMware Server:[/COLOR]
- Download VMware Server source from the VMware website.
1a. Be sure to register to recieve your serial number(s)
- Extract the archive to some location on your system
tar -zxvf VMware-server*
sudo aptitude install build-essential linux-headers-`uname -r` xorg-dev xinetd
sudo ./vmware-install.pl
[COLOR=red]If you want the web based management user interface (MUI), then follow these additional steps:[/COLOR]
- Configure the default shell to be bash and not dash.
sudo ln -sf /bin/bash /bin/sh
- Extract the files from the MUI archive.
tar -zxvf VMware-mui*
sudo ./vmware-install.pl
6). Access the MUI by pointing your browser to [https://[your server ip address]:8333]("https://%5Byour%20server%20ip%20address%5D:8333")
When all is said and done, you'll have VMWare running on the machine, and (assuming you installed the MUI as well) will be able to get some basic information about your server via a web browser.