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