Here is the error: ------------------------------------- Trying to find a suitable vmmon module for your running kernel.
None of VMware's pre-built vmmon modules is suitable for your running kernel. Do you want this script to try to build the vmmon module for your system (you need to have a C compiler installed on your system)? [yes] What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] The path "/usr/src/linux/include" is not an existing directory. ------------------------------------ I tried: What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] /usr/include The directory of kernel headers (version 2.2.15) does not match your running kernel (version 2.2.17). Consequently, even if the compilation of the module was successful, the module would not load into the running kernel. ------------------------------------ So where are the C header files it wants? TIA, Sam Morgan