PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Problem mit vmware-config.pl



Unforgiven11
27.10.05, 10:35
Hallo!

Neben qemu probiere ich jetzt auch mein Glück mit vmware und da bin ich beim Ausführen von vmware-config.pl auf diesen Fehler hier gestoßen:

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)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config4/vmmon-only'
make -C /usr/src/linux/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15'
Makefile:494: .config: Datei oder Verzeichnis nicht gefunden

WARNING: Symbol version dump /usr/src/linux-2.6.13-15/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /tmp/vmware-config4/vmmon-only/linux/driver.o
/tmp/vmware-config4/vmmon-only/linux/driver.c:33:25: error: asm/ioctl32.h: Datei oder Verzeichnis nicht gefunden
In file included from /tmp/vmware-config4/vmmon-only/./include/vmware.h:24,
from /tmp/vmware-config4/vmmon-only/linux/driver.c:44:
/tmp/vmware-config4/vmmon-only/./include/vm_basic_defs.h:208:5: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config4/vmmon-only/./include/vcpuset.h:56,
from /tmp/vmware-config4/vmmon-only/./include/modulecall.h:23,
from /tmp/vmware-config4/vmmon-only/./common/vmx86.h:18,
from /tmp/vmware-config4/vmmon-only/linux/driver.h:15,
from /tmp/vmware-config4/vmmon-only/linux/driver.c:45:
/tmp/vmware-config4/vmmon-only/./include/vm_atomic.h:54:5: warning: "_MSC_VER" is not defined
In file included from /tmp/vmware-config4/vmmon-only/./include/vm_asm.h:23,
from /tmp/vmware-config4/vmmon-only/linux/driver.c:48:
/tmp/vmware-config4/vmmon-only/./include/vm_basic_asm.h:48:5: warning: "_MSC_VER" is not defined
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function ‘register_ioctl32_handlers’:
/tmp/vmware-config4/vmmon-only/linux/driver.c:222: error: implicit declaration of function ‘register_ioctl32_conversion’
/tmp/vmware-config4/vmmon-only/linux/driver.c: In function ‘unregister_ioctl32_handlers’:
/tmp/vmware-config4/vmmon-only/linux/driver.c:248: error: implicit declaration of function ‘unregister_ioctl32_conversion’
make[2]: *** [/tmp/vmware-config4/vmmon-only/linux/driver.o] Fehler 1
make[1]: *** [_module_/tmp/vmware-config4/vmmon-only] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15'
make: *** [vmmon.ko] Fehler 2
make: Leaving directory `/tmp/vmware-config4/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/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".

Execution aborted.

linux:/windows/D/Linux/rpm #

Die Sourcen des Kernels hab ich installiert, muss ich damit noch irgendwas anstellen? Ich kann aus der Fehlermeldung nicht wirklich ersehen, wo es hakt...

Unforgiven11
27.10.05, 13:19
Habe noch etwas im Forum gelesen und es selber hinbekommen. Mußte noch den any-any-Patch einspielen...

Sorry für die dumme Drauflosfragerei :confused: