Wenn ich ./vmware-install.pl starte läuft alles nach Plan. Er fragt mich nach allen Netzwerk infos etc.
Ein Kernelmodul kann er wohl auch bauen:
Code: Alles auswählen
make: Leaving directory `/tmp/vmware-config3/vmmon-only'
The module loads perfectly in the running kernel.
Beim eigentlichen bauen des Moduls gibt es aber Probleme:
Code: Alles auswählen
You have already setup networking.
Would you like to skip networking setup and keep your old settings as they are?
(yes/no) [yes]
Extracting the sources of the vmnet module.
Building the vmnet module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config3/vmnet-only'
make -C /lib/modules/2.6.15-1-486/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-1-486'
CC [M] /tmp/vmware-config3/vmnet-only/driver.o
In file included from /tmp/vmware-config3/vmnet-only/vnet.h:14,
from /tmp/vmware-config3/vmnet-only/vnetInt.h:10,
from /tmp/vmware-config3/vmnet-only/driver.c:40:
/tmp/vmware-config3/vmnet-only/vm_atomic.h:54:5: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config3/vmnet-only/vm_oui.h:13,
from /tmp/vmware-config3/vmnet-only/vnetInt.h:11,
from /tmp/vmware-config3/vmnet-only/driver.c:40:
/tmp/vmware-config3/vmnet-only/vm_basic_asm.h:48:5: warning: "_MSC_VER" is not defined
/tmp/vmware-config3/vmnet-only/driver.c: In function ‘VNetProcessOwnsPort’:
/tmp/vmware-config3/vmnet-only/driver.c:1698: error: ‘struct files_struct’ has no member named ‘max_fds’
make[2]: *** [/tmp/vmware-config3/vmnet-only/driver.o] Fehler 1
make[1]: *** [_module_/tmp/vmware-config3/vmnet-only] Fehler 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-1-486'
make: *** [vmnet.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config3/vmnet-only'
Unable to build the vmnet module.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
Beim eigentlichen bauen des Moduls gibt es aber Probeleme:
Hat jemand ne Idee?[/code]