ich habe mir die vmware server 2.0.2 als 64bit tar.gz ausgabe besorgt. damit das alles schön läuft, muss man als debian-benutzer das kernelmodul selber kompilieren.
leider meckert er wegen der compiler-version rum
Code: Alles auswählen
Your kernel was built with "gcc" version "4.4.4", while you are trying to use
"/usr/bin/gcc" version "4.4.5". 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.4.5" anyway
also habe ich es dann mit "export CC=/usr/bin/gcc-4.4.4" vorm kompilieren versucht, was leider keinen erfolg hat. versuche ich trotz des warnhinweises dennoch mit dem kompilieren fortzufahren, kommt die nächste fehlermeldung
Code: Alles auswählen
The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.34-0.slh.11-sidux-amd64). Even if the module
were to compile successfully, it would not load into the running kernel What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
dabei sind die aktuellen kernel header bei mir installiert.
im debian wiki für vmware server gibt es eine anleitung http://wiki.debian.org/VMware#Installin ... 2onSqueeze, die zusätzlich einen link zu einem patchscript hat http://codebin.cotescu.com/vmware/vmwar ... install.sh
das ergebnis ist für mich dennoch dasselbe und ich habe einfach keinen erfolg beim kompilieren. weiß jemand von euch da vielleicht rat?
vielen dank im voraus.