Q. I’ve CentOS 5 installed under vmware. When I run following command:
vmware-config-tools.pl
or
vmware-config.pl
It asks about Linux kernel headers to build custom headers.
How do I fix this problem?
A. You don’t have development package for building kernel modules to match the kernel. It is required to build 3rd party modules such as vmware or graphics card drivers.
There is a package called kernel-devel. This package provides kernel headers and makefiles sufficient to build modules against the kernel package.
Login as the root, and use yum command to install the same:
# yum install kernel-devel
Now you should able to build kernel modules.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 5 comments… read them below or add one }
how to updte software in redhat enterprise5
i too had this and installed via yum kernel-*
when i do the vmware config tools
this path is auto shown /lib/modules/2/6/23.1-42.fc8/build/include
yet it fails should i be changing this and if so what does the folder look likr or is called?
Old topic, but early hit on google that almost worked for me except I hit the same problem as ackros. I also did:
cd /lib/modules/2.6.18-164.el5
sudo rm source build
sudo ln -s ../../../usr/src/kernels/2.6.18-164.el5 build
sudo ln -s build source
and it worked. I think installing kernel-devel left me with broken hard links that the above steps fixed. This was on centos5.4
Great post Andrew!! The install went perfectly for me with you steps.
Don’t worry I don’t think that RMS is rdieang my modest blog He have more interesting things to do