If the config.pl script cannot locate prebuilt kernel modules for your guest, the following message appears:
None of the prebuilt vmmemctl modules for VMware Tools is suitable for your running kernel. Do you want this program to try to build the vmmemctl module for your system (you need to have a C compiler installed on your system)? [yes]
Solution: Press Y to continue the install process.
If the config.pl script cannot find a C compiler program on your system, one of the following messages appears:
Solution: Run the yast2 -i gcc command to install the packages needed to build the kernel modules.
Solution: Provide the complete name of a binary 'gcc' file.
- Press Y to continue. The following message appears: What is the location of the 'gcc' program on your machine?
- Enter the complete name of the binary 'gcc' file. If you do not provide the complete name, the following message appears: The answer "<binary file name> is invalid. It must be the complete name of a binary file.
If the script cannot locate the C header files in the default directory, /lib/modules/<linux_kernel_version>/build/include, the following message appears:
What is the location of the directory of C header files that match your running kernel?
Solution: In a terminal window, run the yast2 -i kernel-source command to install the C header files on your system.
After the script detects the header files, it will use them to build the kernel modules.