Today I changed my workstation to Debian. As Ubuntu is not nearly stable. Now I installed VMware player. I started it and got a message "Before you can run VMware, several modules must be compiled and and loaded into the running kernel. Kernel headers for version2.6.32-5-amd64 were not found" , below a field were I can give a file location. What should I do now? I never faced such a situation.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
In order to compile kernel modules for your running kernel, you need install the kernel headers. The following command should work:
|
|||||||||||||||
|

linux-header-2.6.32.5-amd64. – jw013 Nov 15 '12 at 18:59headerswith a "s". I made the same mistake when I first answered. – jordanm Nov 15 '12 at 19:04