Translator

The next version of Ubuntu is coming soon

Saturday, September 25, 2010

If encounter problems on this line while installing VMWARE Server 2

If you encounter problems on this line while installing VMWARE Server 2

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

Enter /lib/modules/{your current kernel version 2.6xxxxxx}/build/include

If that does not work the kernel headers might need removing:

yourPC# sudo apt-get --purge remove linux-headers-`uname -r` build-essential

And then reinstalled again:

yourPC# sudo apt-get install linux-headers-`uname -r` build-essential

That may save a few people a lot of time.

0 comments:

Post a Comment