This Works With VMware Workstation And VMware Player
Download The VMware-*.bundle
Then
Complete The Installation From The GUICode:chmod +x VMware-*.bundle ./VMware-*.bundle
Google and download "vmware2.6.39fixed.patch" to compile the module
Then open shell and type the following:
That's itCode:mkdir /tmp/vmware && cd /tmp/vmware cp -R /usr/lib/vmware/modules/source/ . cd /tmp/vmware/source for i in ./*.tar; do tar -xf $i; done for i in ./*.tar; do mv $i $i.orginal; done patch -t -f -p1 < /root/vmware2.6.39fixed.patch tar cf vmblock.tar vmblock-only tar cf vmci.tar vmci-only tar cf vmmon.tar vmmon-only tar cf vmnet.tar vmnet-only tar cf vsock.tar vsock-only cp -vf *.tar /usr/lib/vmware/modules/source/
Run VMware.. It'll compile and you're ready to GO