Ubuntu 13.04 Installed VMware Tools to solve The problem of failure to find The kernel header path Ubuntu 13.04 Installed VMware Tools, always prompt The path "" is not valid when running The vmware-config-tools.pl. what is the location of the directory of C header files that match your runningkernel? The input/usr/src/linux-headers-3.8.0-26-generic/include or/lib/modules/3.8.0-26-generic/build/include prompt "The path... is not valid .". It took half a day to find the solution 555. 1. update or install linux headerssudo apt-get update & sudo apt-get install build-essential linux-headers-$ (uname-r) 2. the associated files are considered invalid by vmware tools because these files cannot be found. Cd/lib/modules/$ (uname-r)/build/include/linuxsudo ln-s .. /generated/utsrelease. hsudo ln-s .. /generated/autoconf. hsudo ln-s .. /generated/uapi/linux/version. h 3. run the installation again OK, run the vmware-config-tools.pl is OK
Sudo./vmware-install.pl