I installed the VMware bundle on my Ubuntu 11.04 successfully but when I open it it gives me this window

and I don't know the path to this C headers.
|
|||||
|
|
Below commands are very helpful for you: Step 1 : Ctrl + Alt + T Step 2 : Step 3 : The path to the kernel headers is then
|
||||
|
|
|
My first guess is that you haven't installed the headers. You need to install the appropriate linux-headers package. Most likely, you need to install If you've already installed the headers, they should be in |
|||||||
|
|
There are a few files in locations that the installer doesn't expect, I run this and it works:
|
||||
|
|
|
CTRL+ALT+t
|
|||||
|
|
Before installing Vmware Workstation you need to install build-essential and linux headers
and then
Done thats it, install Vmware Workstation now
|
||||
|
|
Problem can be solved in two steps, after installing vmware workstation 9.X.X (in terminal):
|
||||
|
|
|
Had the same issue, I was running kernel 3.2.0-29 but only had linux-headers-3.2.0-35 in /usr/src/
|
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
uname -a). Because with the 11.04 upgrade ubuntu silently switched my kernel from linux-generic to linux-generic-pae without installing the relevant headers, which uses a different set of linux headers. As per the three responses below, usingapt-getis the proper way to solve the issue, you just have to make sure the kernel headers are the right ones. – crasic May 19 '11 at 22:12