Reputation: 16091
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.
Upvotes: 0
Views: 2481
Reputation: 16091
apt-get install linux-headers-$(uname -r) build-essential
Did the trick.
Upvotes: 1