bin nach dieser Anleitung vorgegangen:
Code: Alles auswählen
1.) uname -r
2.) apt-get install kernel-headers-$Ergebniss uname -r
3.) apt-get install kernel-package libdb3-dev libncurses5-dev debhelper html2text perl debconf-utils make gcc g++ cpp. ( xlibs-dev braucht noch der GSX zusätzlich )
4.) Prüfen der symlink korrekt ist
ls -l /lib/modules/$Kernelversion/build
das Ergebniss sollte dann auf /usr/src/kernel-herders-$Kernelversion zeigen
5.) VMware als .tar.gz besorgen und enpacken. In das Verzeichniss vmware-distrubtion wechseln und mit dem Perlscript vmware-install.pl VMware installieren. Mit der aktuellsten Version ist das vmware-any-any Script nicht mehr nötig
http://www.vmware.itst.org/viewtopic.ph ... nelheaders
Das hat jetzt soweit alles Funktioniert. Nur bekomme ich bei der Installation immer folgende Fehler:
Code: Alles auswählen
Trying to find a suitable vmmon module for your running kernel.
None of the pre-built vmmon modules for VMware Workstation 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)? [no] yes
Using compiler "/usr/bin/gcc". Use environment variable CC to override.
Your kernel was built with "gcc" version "3.4.4", while you are trying to use
"/usr/bin/gcc" version "3.3.5". This configuration is not recommended and VMware
Workstation 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 "3.3.5" anyway? [no] yes
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.8-11-amd64-k8/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config3/vmmon-only'
make -C /lib/modules/2.6.8-11-amd64-k8/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernel-headers-2.6.8-11-amd64-k8'
CC [M] /tmp/vmware-config3/vmmon-only/linux/driver.o
cc1: error: code model `kernel' not supported in the 32 bit mode
make[2]: *** [/tmp/vmware-config3/vmmon-only/linux/driver.o] Fehler 1
make[1]: *** [_module_/tmp/vmware-config3/vmmon-only] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-headers-2.6.8-11-amd64-k8'
make: *** [vmmon.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config3/vmmon-only'
Unable to build the vmmon module.
Wäre nett wenn mir einer sagen kann was da wieder falsch läuft...