Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04

vmware

Since Ubuntu Hardy 8.04 is not supported yet by VMware, and not supported at all by latest VMware 6.0.2 and VMware server we need some tweaking to make it install.

1) download VMware-workstation-6.0.2-59824.i386.tar.gz (from http://www.vmware.com/download/ws/ )

2) unpack it and run ‘sudo ./vmware-install.pl’ from the terminal inside the unpacked vmware-distrib directory. Follow the wizard and do not worry if when it runs vmware-config.pl you get the followig error:

/tmp/vmware-config3/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’

3) download vmware-any-any-updateNNN.tar.gz from the linked ftp directory and unpack it. This enables you to install VMware on non supported platforms. Nonetheless running ‘sudo ./runme.pl’ from inside the unpacked folder will prompt you with another error due to changes in latest 2.6.24 kernel:

include/asm/bitops_32.h:9:2: error: #error only  can be included directly
make[2]: *** [/tmp/vmware-config2/vmmon-only/common/cpuid.o] Error 1
make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] Error 2
make[1]: Leaving directory \`/usr/src/linux-headers-2.6.24-4-generic\'
make: *** [vmmon.ko] Error 2
make: Leaving directory \`/tmp/vmware-config2/vmmon-only\'
Unable to build the vmmon module.

4) unpack vmmon.tar ‘tar xf vmmon.tar’,
open vmmon-only/include/vcpuset.h and change the following line #include “asm/bitops.h” to #include “linux/bitops.h”
Open vmmon-only/include/iocontrols_compat.h and change value 161 in line 18 (VMMON_VERSION_V6) to 167
Open vmmon-only/include/iocontrols.h and change value 161 in line 48 (VMMON_VERSION) to 167
Pack a new vmmon.tar ‘tar cf vmmon.tar vmmon-only/’ and then run ‘sudo ./runme.pl’ again

For your convenience I have attached the patched patch here: vmware-any-any-update115

5) User Psilocibin reported when running the management console in VMware Server was getting errors about cairo versions.
The following fixed that
sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/

NOTE: all credits goes to original authors, all those tips are taken from those pages:

https://help.ubuntu.com/community/VMware/Workstation

http://www.nowhere.dk/archives/2008/01/17/running_vmware_workstation_on_ubuntu_hardy_herron/index.php?show_id=e2008-01-17T19_13_10.txt

Related posts:

  1. VMware Workstation 6.5.3 on Ubuntu Karmic 9.10
  2. Migrate VMware to VirtualBox
  3. arrow keys not working with vmware
  4. vmware-config.pl gcc version error
  5. fast deployment of secure (APOP) Qpopper email pop3 server
  6. Setting up SquirrelMail webmail
  7. problems mounting usb drive after installing from usb
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

21 Responses to “Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04”

  1. RuLz says:

    At least i found a solution to my problem.
    Thank you very much really.

    It works perfectly with the patch provided with the modifications of the point 4.
    http://aldeby.org/blog/wp-content/uploads/2008/03/vmware-any-any-update115.zip

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.