|
From: Schraalhans Keukenmeester on 18 Oct 2005 09:15 I tried to install from source VMware v4.5.2 Build 8848 on mY SuSE10 box. Unfortunately the build does not finish properly. I get this output from the process: 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-config1/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: No such file or directory 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-config1/vmmon-only/linux/driver.o /bin/sh: scripts/basic/fixdep: No such file or directory make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.13-15' make: *** [vmmon.ko] Error 2 make: Leaving directory `/tmp/vmware-config1/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. I can't find much useful info on this on the VMware support pages. SuSE was installed with ALL Kernel sources, a complete install. Module.symvers is indeed not in my Linux src directory. Should it ? Help apperciated. Thanks Sh
From: marcas on 18 Oct 2005 11:17 Schraalhans Keukenmeester wrote: > Unable to build the vmmon module. > You have to do some preparations before you can compile the VMWare Modules with vmware-config.pl cd /usr/src/linux make cloneconfig make bzImage make modules Takes a lot of time, but VMware should run after this regards marcas > 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. > > I can't find much useful info on this on the VMware support pages. > SuSE was installed with ALL Kernel sources, a complete install. > Module.symvers is indeed not in my Linux src directory. Should it ? > > Help apperciated. > Thanks > Sh
From: Arne Schmitz on 18 Oct 2005 11:26 marcas wrote: > Modules with vmware-config.pl > > cd /usr/src/linux > make cloneconfig Only the first two steps plus a "make prepare" should be sufficient. Takes a lot less time... :) Arne -- [--- PGP key FD05BED7 --- http://www.root42.de/ ---]
|
Pages: 1 Prev: Suse 10.0 dual layer DVD to 2 single DVD's possible? Next: automount cdrom and usb |