Install FC 9 on Vmware 6, and thenInstall VmwareToolsWhen,NoC header files.
What is the location of the directory of C header files that match your running
Kernel? [/Usr/src/Linux/include]
Solution:
To solve this problem, you need to install the development kit that is compatible with the system kernel.
View kernel: uname-R
Kernel header file C header files download address:
Http://rpmfind.net/linux/rpm2html/search.php? Query = kernel-devel
You can use Firefox in fc9 to download it directly or enter a command.
Enter the following commands in sequence:
[Root @ localhost ~] # Uname-R
2.6.25-14. fc9.i686
[Root @ localhost ~] # Rpm-Q kernel-devel
Package kernel-devel Is Not Installed
[Root @ localhost ~] # Cd/home
[Root @ localhost Home] # wget ftp://rpmfind.net/linux/fedora/releases/9/Everything/i386/ OS /Packages/kernel-devel-2.6.25-14.fc9.i686.rpm
[Root @ localhost Home] # rpm-I kernel-devel-2.6.25-14.fc9.i686.rpm
[Root @ localhost Home] # rpm-Q kernel-devel
Kernel-devel-2.6.25-14.fc9.i686
Then enter the command again in your fc9's VMware Tools Dist unzip directory./vmware-install.plThen all the way to yes.
Then input the vmware-config-tools.pl again
In the middle of the configuration, you need to see the English description of the period, to see which configuration, which do not want to match
If there is an error interrupt, enter the vmware-config-tools.pl again until the configuration is complete the select box for the configuration resolution appears
Select the resolution you want.
Note:
Install VmwareToolsIf you are promptedNoPermission, then you need to use the CHMOD 777 file name to add permissions, such as the prompt vmware-install.plNoPermission, use the following command:
Chmod 777 vmware-install.pl
Important:
After the kernel is installed, use this command to determine the installation directory of the kernel C header.
Ls-D/usr/src/kernels/$ (uname-R) */include