Have you ever had a problem with linux-headers missing or corrupt? Usually occurs when trying to recompile VMware on an updated box. Here is a quick way to update/fix them.
sudo aptitude install linux-headers-$(uname -r)
Have you ever had a problem with linux-headers missing or corrupt? Usually occurs when trying to recompile VMware on an updated box. Here is a quick way to update/fix them.
sudo aptitude install linux-headers-$(uname -r)