Install VMware Tools in Ubuntu 13.04 to solve the problem that the kernel header path cannot be found.

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.