Hi,
I'm trying to install vmware tools on a guest Gusty distribution. I have a problem with the vmware-config-tools.pl phase. It says that the headers of my kernel are different from the kernel I'm running.
Unable to make a vmhgfs module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config0/vmhgfs.o': -1 File exists
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
I did install the headers
sudo aptitude install linux-headers-$(uname -r)
I've seen some discussion about this problem here but none of them helped me to find the solution. There is the "any-to-any" patch but this is for the host and I'm having this troubles in a guest
thanks.
I'm trying to install vmware tools on a guest Gusty distribution. I have a problem with the vmware-config-tools.pl phase. It says that the headers of my kernel are different from the kernel I'm running.
Unable to make a vmhgfs module that can be loaded in the running kernel:
insmod: error inserting '/tmp/vmware-config0/vmhgfs.o': -1 File exists
There is probably a slight difference in the kernel configuration between the
set of C header files you specified and your running kernel. You may want to
rebuild a kernel based on that directory, or specify another directory.
I did install the headers
sudo aptitude install linux-headers-$(uname -r)
I've seen some discussion about this problem here but none of them helped me to find the solution. There is the "any-to-any" patch but this is for the host and I'm having this troubles in a guest
thanks.