VMware Workstation 5.5.4 on Ubuntu 7.04
From Codtech
[edit]
Install VMware Workstation
| WARNING: Some features, like bridget networking over wireless links, don't work properly in 5.5.4 or 5.5.3-build-34685. The best you can do is to install VMware 6. |
- Unpack the tar.gz into /tmp/vmware
- Run the installer
-
sudo ./runme.pl
- Install in /opt/vmware
- The modules won't compile
- Download the patch from http://ftp.cvut.cz/vmware/
- Normally it's vmware-any-any-updateversion.tar.gz (http://ftp.cvut.cz/vmware/vmware-any-any-update109.tar.gz)
- Unpack it into /tmp
- Extract vmmon.tar to /tmp/vmmon
- Change this
-
#define VMMON_VERSION_V55 (137 << 16 | 0)
- into
-
#define VMMON_VERSION_V55 (138 << 16 | 0)
- in ./vmmon-only/include/iocontrols_compat.h
- Repackage vmmon.tar with this new content
- Replace the original
- Run ./runme.pl
- Go to Main Menu->System->Preferences->Main Menu and edit Applications->System Tools->VMware and VMplayer and add /opt/vmware to the path
- If you don't have the serial number go to http://www.vmware.com/vmwarestore/newstore/serial_license.jsp
Installation should work now.

