PDA

View Full Version : [ubuntu] Can not install VMware in 8.10


jamelb
February 7th, 2009, 12:47 AM
None of the pre-built vsock modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vsock module for
your system (you need to have a C compiler installed on your system)

Shazaam
February 7th, 2009, 01:29 AM
Do you have build-essential and the header files for your kernel installed? Find/install build-essential in Synaptic and then run this in terminal...
sudo apt-get install linux-headers-$(uname -r)

jamelb
February 7th, 2009, 10:35 PM
thank you so much bro