Did anyone get the official vmware tools installed with latest fedora 13 kernel 2.6.33.5-112.fc13.x86_64 ?! I also tried without success the following: http://www.r71.nl/kb/technical/265-f...d-error-vmware
...but after I get the include directory accepted I get compile errors for every module...
Code:
[root@fds13a ~]# vmware-config-tools.pl
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: [ OK ]
None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl module
for your system (you need to have a C compiler installed on your system)?
[yes]
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
What is the location of the directory of C header files that match your running
kernel?
[/lib/modules/2.6.33.5-112.fc13.x86_64/build/include]
Extracting the sources of the vmmemctl module.
Building the vmmemctl module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config12/vmmemctl-only'
make -C /lib/modules/2.6.33.5-112.fc13.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.33.5-112.fc13.x86_64'
CC [M] /tmp/vmware-config12/vmmemctl-only/backdoorGcc64.o
In file included from /tmp/vmware-config12/vmmemctl-only/backdoor.h:29,
from /tmp/vmware-config12/vmmemctl-only/backdoorGcc64.c:38:
/tmp/vmware-config12/vmmemctl-only/vm_basic_types.h:108:7: warning: "__FreeBSD__" is not defined
CC [M] /tmp/vmware-config12/vmmemctl-only/os.o
In file included from /tmp/vmware-config12/vmmemctl-only/os.c:51:
/tmp/vmware-config12/vmmemctl-only/compat_wait.h:78: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:70: note: previous declaration of ‘poll_initwait’ was here
make[2]: *** [/tmp/vmware-config12/vmmemctl-only/os.o] Error 1
make[1]: *** [_module_/tmp/vmware-config12/vmmemctl-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.33.5-112.fc13.x86_64'
make: *** [vmmemctl.ko] Error 2
make: Leaving directory `/tmp/vmware-config12/vmmemctl-only'
Unable to build the vmmemctl module.
Could also someone anyone enligthen me about the difference between
/lib/modules/2.6.33.5-112.fc13.x86_64/build/include/
/usr/src/kernels/2.6.33.5-112.fc13.x86_64/include/
I tried with Vmware Server 2.0.2 and its shipped VMwareTools-7.7.6-203138.i386.rpm. Is there a newer version available? I only found this site: http://packages.vmware.com/tools ...and apparently some 8.0.2 is the latest?! At least the RHEL-rpms cannot be installed because of libc.so.6 missing / dependancy...