So, habe mir nun VMWare Server 2 heruntergeladen und versucht zu installieren. Ich komme bis zur Konfiguration. Und diese scheitert damit:
Code: Alles auswählen
None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel. Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]
Mein Server verwendet die Kernelversion 2.6.26-2. Was kann ich tun? Wenn ich
yes eingebe, einen C-Compiler (GCC) nebenher installiere, kommt die Meldung:
Code: Alles auswählen
Your kernel was built with "gcc" version "4.1.3", while you are trying to use
"/usr/bin/gcc" version "4.3.2". This configuration is not recommended and
VMware Server may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.3.2" anyway? [yes]
Und wenn ich damit fortfahre, fragt er mich, wo die Header-Dateien zu finden sind:
Code: Alles auswählen
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.26-2-686/build/include]
Tja, das Verzeichnis existiert, sieht soweit ganz gut aus, jedoch heisst es bei Bestaetigung danach:
Code: Alles auswählen
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config1/vmmon-only'
make -C /lib/modules/2.6.26-2-686/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.26-2-686'
/tmp/vmware-config1/vmmon-only/Makefile:106: *** Inappropriate build environment: you wanted to use gcc version 4.3.2 while kernel attempts to use gcc version 4.1.3.
/tmp/vmware-config1/vmmon-only/Makefile:108: *** For proper build you'll have to replace gcc-4.1 with symbolic link to /usr/bin/gcc. Schluss.
make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Fehler 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-2-686'
make: *** [vmmon.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/go/unsup-linux-products" and
"http://www.vmware.com/go/unsup-linux-tools".
Execution aborted.
WTF? Hilfe... Jetzt weiss ich nicht mehr weiter.