2013年05月08日 CentOS 6.4 + VMware-Player-3.1.6 [長年日記]
_ CentOS 6.4 + VMware-Player-3.1.6
In this time, my target machine has Celeron M 1.4GHz. Therefor it has no 64bit extension with cpu and I can't install VMware-Player-4.x or later :P
# sh /home/m-ito/tmp/VMware-Player-3.1.6-744570.i386.bundle
_ Virtual machine monitor won't start
In /var/log/messages
May 8 xx:xx:xx MyMachine kernel: vmmon: disagrees about version of symbol smp_ops May 8 xx:xx:xx MyMachine kernel: vmmon: Unknown symbol smp_ops
_ Fix it !
# mkdir ~/vmsrc # cd vmsrc/ # tar xvf /usr/lib/vmware/modules/source/vmmon.tar # cd vmmon-only/ # make # strip --strip-debug vmmon.ko # mv /lib/modules/2.6.32-358.el6.i686/misc/vmmon.o /lib/modules/2.6.32-358.el6.i686/misc/vmmon.o.ORG # cp vmmon.ko /lib/modules/2.6.32-358.el6.i686/misc/vmmon.o # /etc/rc.d/init.d/vmware restart