ThoughtPolice VMware Images
Installing VMware Workstation on Fedora 7
Tested with Workstation 5.5.4. It's possible that kernel updates to Fedora 7 may break your VMware Workstation install; in this case you should wait for a newer version of Workstation, wait for a newer any-any patch, or revert to an older kernel.
1. Install software needed by VMware Workstation
- Install packages to build the kernel modules
yum install gcc gcc-c++ kernel-devel
- Check the running kernel matches the kernel headers
uname -r # running kernel rpm -q kernel-devel # installed kernel headers
- If the two versions do not match, run
yum -y upgrade kernel kernel-devel reboot
- Find out where the kernel headers are (you may need this later)
ls -d /usr/src/kernels/$(uname -r)*/include
2. Download VMware Workstation
- Go to http://www.vmware.com/download/ws/ if you haven't already.
3. Do the install
- Uncompress Workstation
tar zxvf VMware-workstation-5.5.4-44386.tar.gz
- Change directory
cd vmware-distrib/
- Run the installer
./vmware-install.pl
- When asked Do you want to run vmware-config.pl?, answer "No". You will need to patch.
- Backup vmware-config.pl
cp /usr/bin/vmware-config.pl /usr/bin/vmware-config.pl.orig
- Patch vmware-config.pl
cd /tmp/ wget http://platan.vc.cvut.cz/ftp/pub/vmware/vmware-any-any-update113.tar.gz tar zxvf vmware-any-any-update113.tar.gz cd vmware-any-any-update113/ ./runme.pl
- When asked Do you want to run vmware-config.pl?, answer "Yes".
Comments? Feedback? e-mail me
