🌑

Linhost.info

Install VMware Server 1.0.6 On Ubuntu 8.04

Update - If your version of VMWare server fails to start after a regular kernel upgrade you have to re-run the vmware-config.pl. VMware Server 1.0.6 will not work out of the box with Ubuntu 8.04, in this how-to I will use the normal installation procedure but with a few tweaks at the end to make it work with Ubuntu 8.04. Download VMware server, I prefer to download the tar.gz for Linux or you can use wget.

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

Then request your serial number by completing the form, the serial number is required during the installation.

http://register.vmware.com/content/registration.html

Install the development tools needed to complete the installation.

sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd

Untar the archive, the version may vary.

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

Move in to the recently created directory named “vmware-server-distrib”.

cd vmware-server-distrib

Use sudo to invoke the installer and complete the installation like always.

sudo ./vmware-install.pl

Now if you try to run VMware Server it will either give you error messages or not start all, the solution is to bring in the cairo libraries and gcc redirect by means of a simlink.

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

Now VMware Server should be able to start without a problem, if it helps you let me know. Note* After moving from VMware Player to VMware Server I noticed the following error when trying to run some of my virtual machines. Unable to add virtual machine “/home/ls354/VM/xp/Clone of Windows XP Home Edition.VMX” to the inventory: Configuration file was created by a VMware product with more features than this version I will have a fix in my next post, which is http://linhost.info/?p=92

, — Jun 5, 2008