Installing VMware Player
- by Kareem Mesbah
I installed VMware Player-4.0.6-1035888.x86_64 on my x64 Ubuntu 14.04 LTS, but when I run it I get this error message:
C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instructions.
Now, I've run this beforehand:
sudo apt-get install build-essential linux-headers-$(uname -r)
and the folder named linux-headers-3.13.0-24-generic exists already in /usr/src
Any solutions?
Thanks in advance!