My kernel version is 2.6.27-gentoo-r10 And I try to install VMware-server-1.0.9
Up-to-date gcc. When I install vmware-server, ./vmware-install.pl there is an error. This is error information ---------------------------------------------------------------------------------------------------------------------------------------------- /tmp/vmware-config3/vmmon-only/linux/driver.c:1781: error: too many arguments to function 'smp_call_function' make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Error 1 make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.27-gentoo-r10' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-config3/vmmon-only' Unable to build the vmmon module. For more information on how to troubleshoot module-related problems, please visit our Web site at "http://www.vmware.com/download/modules/modules.html" and "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html". Execution aborted. ---------------------------------------------------------------------------------------------------------------------------------------------- So I found solution searching in google. It’s tell me There is an patch. I got Vmware-any-any-patch through ftp. And execute patch, But same error What is a solution? Help me.