Ich hoffe ich bin im richtigen Unterforum. (oder gehört es in den Serverbereich?)
Naja auf jeden Fall:
Hab ich seit mehreren Tagen Probleme Vmware Server auf Meinem Debian Lenny 2.6.26-1-amd64 zum Laufen zu bekommen.
Weder die "Normalen" vmware server Versionen noch 2.0Beta will auf diese eine System.
es wird immer behauptet das die Linux-Headers nicht stimmen... aber diese sind laut Namen die richtigen nämlich 2.6.26-1-amd64.
oder hat es doch was mit dem compiler g++ zu tun?
Code: Alles auswählen
server-chris:/home/silentchris# cd /usr/bin/
server-chris:/usr/bin# ./vmware-config.pl
Making sure services for VMware Server are stopped.
Stopping VMware autostart virtual machines:
Virtual machines failed
Stopping VMware management services:
VMware Virtual Infrastructure Web Access
VMware Server Host Agent failed
Stopping VMware services:
VMware Authentication Daemon done
Virtual machine monitor done
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]
Using compiler "/usr/bin/gcc-4.1". Use environment variable CC to override.
gcc-4.1: error trying to exec 'cc1': execvp: Datei oder Verzeichnis nicht gefunden
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-headers-2.6.26-1-amd64/include
gcc-4.1: error trying to exec 'cc1': execvp: Datei oder Verzeichnis nicht gefunden
The directory of kernel headers (version ) does not match your running kernel
(version 2.6.26-1-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]
Code: Alles auswählen
server-chris:/usr/src# ls
gcc-4.1 linux-headers-2.6.26-1-common-vserver
glibc linux-headers-2.6.26-1-openvz-amd64
linux linux-headers-2.6.26-1-vserver-amd64
linux-headers-2.6.25-2-amd64 linux-kbuild-2.6.25
linux-headers-2.6.25-2-common linux-kbuild-2.6.26
linux-headers-2.6.26-1-amd64 rpm
linux-headers-2.6.26-1-common vboxdrv-2.0.2
linux-headers-2.6.26-1-common-openvz
server-chris:/usr/src#
Code: Alles auswählen
server-chris:/usr/src# cat /proc/version
Linux version 2.6.26-1-amd64 (Debian 2.6.26-5) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Wed Sep 10 15:31:12 UTC 2008
server-chris:/usr/src#
Weiß vielleicht jemand was es sein könnte
mfg
chris