Linux installation vmware Kernel-header problem

Source: Internet
Author: User

View the log file,

Cat/tmp/vmware-xiuyuan/vmware-modconfig-9996.log | More
There are a few lines in the log file:
Setting header path for 3.7.2-204.fc18.x86_64 to "/lib/modules/3.7.2-204.fc18.x86_64/build/include".
Validating path "/lib/modules/3.7.2-204.fc18.x86_64/build/include" for kernel release "3.7.2-204.fc18.x86_64".
Failed to Find/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/version.h
Failed version test:/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/version.h not found.
It is not difficult to see, because of the lack of version.h files.

So just need

Copy/usr/include/linux/version.h to/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/directory
sudo cp/usr/include/linux/version.h/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/
Or
sudo ln-s/usr/include/linux/version.h/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/

You may not find the/lib/modules/3.7.2-204.fc18.x86_64/build/include/linux/directory, you can install the kernel header at this time

Yum Install kernel kernel-headers kernel-devel

And then execute the above procedure.

Linux installation vmware Kernel-header problem

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.