Hello, I have tryed to install vmware on linux 9.2 on a asus laptop, and I get the messages, I hope some one will be able to help. /tage 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.8-24' WARNING: Symbol version dump /usr/src/linux-2.6.8-24/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled. CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o /tmp/vmware-config1/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type /tmp/vmware-config1/vmmon-only/linux/driver.c:135: warning: initialization fromincompatible pointer type CC [M] /tmp/vmware-config1/vmmon-only/linux/hostif.o /tmp/vmware-config1/vmmon-only/linux/hostif.c: In function `HostIF_FreeLockedPages': /tmp/vmware-config1/vmmon-only/linux/hostif.c:738: error: structure has no member named `count' /tmp/vmware-config1/vmmon-only/linux/hostif.c:740: error: structure has no member named `count' make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/hostif.o] Fejl 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Fejl 2 make[1]: Leaving directory `/usr/src/linux-2.6.8-24' make: *** [vmmon.ko] Fejl 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. linux:/home/vel/vmware-distrib # vmware Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Gtk-WARNING **: cannot open display: :0 linux:/home/vel/vmware-distrib #
hi, i had the same prob. do "make cloneconfig" and "make" which creates module.symvers under /usr/src/linux. vmware-config.pl shd then work. (btw - i use suse 9.1) ernest. Tage Danielsen wrote:
Hello, I have tryed to install vmware on linux 9.2 on a asus laptop, and I get the messages, I hope some one will be able to help. /tage
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.8-24'
WARNING: Symbol version dump /usr/src/linux-2.6.8-24/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o /tmp/vmware-config1/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type /tmp/vmware-config1/vmmon-only/linux/driver.c:135: warning: initialization fromincompatible pointer type CC [M] /tmp/vmware-config1/vmmon-only/linux/hostif.o /tmp/vmware-config1/vmmon-only/linux/hostif.c: In function `HostIF_FreeLockedPages': /tmp/vmware-config1/vmmon-only/linux/hostif.c:738: error: structure has no member named `count' /tmp/vmware-config1/vmmon-only/linux/hostif.c:740: error: structure has no member named `count' make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/hostif.o] Fejl 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Fejl 2 make[1]: Leaving directory `/usr/src/linux-2.6.8-24' make: *** [vmmon.ko] Fejl 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.
linux:/home/vel/vmware-distrib # vmware Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
Gtk-WARNING **: cannot open display: :0 linux:/home/vel/vmware-distrib #
-- -- Ernest M. Byaruhanga AfriNIC Technical Operations www.afrinic.net
On Sunday 07 November 2004 09:48 am, Tage Danielsen wrote:
Hello, I have tryed to install vmware on linux 9.2 on a asus laptop, and I get the messages, I hope some one will be able to help. /tage
This note was posted on Saturday: Read it carefully and it should solve your problems.
^^^^^^^^^^^^^^^ Install the kernel-source files through YaST. Then try again.
That is just the first step, and is not enough: rpm -Uhv kernel-syms-2.6.8-24.i586.rpm cd /usr/src/linux cp ../linux-obj/i386/default/.config . cp ../linux-obj/i386/default/Module.symvers . make prepare vmware-config.pl I just did this, and the compilation went without any error. Cheers, Leen
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.8-24'
WARNING: Symbol version dump /usr/src/linux-2.6.8-24/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
CC [M] /tmp/vmware-config1/vmmon-only/linux/driver.o /tmp/vmware-config1/vmmon-only/linux/driver.c:131: warning: initialization from incompatible pointer type /tmp/vmware-config1/vmmon-only/linux/driver.c:135: warning: initialization fromincompatible pointer type CC [M] /tmp/vmware-config1/vmmon-only/linux/hostif.o /tmp/vmware-config1/vmmon-only/linux/hostif.c: In function `HostIF_FreeLockedPages': /tmp/vmware-config1/vmmon-only/linux/hostif.c:738: error: structure has no member named `count' /tmp/vmware-config1/vmmon-only/linux/hostif.c:740: error: structure has no member named `count' make[2]: *** [/tmp/vmware-config1/vmmon-only/linux/hostif.o] Fejl 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only] Fejl 2 make[1]: Leaving directory `/usr/src/linux-2.6.8-24' make: *** [vmmon.ko] Fejl 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.
linux:/home/vel/vmware-distrib # vmware Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
Gtk-WARNING **: cannot open display: :0 linux:/home/vel/vmware-distrib #
On Sun, 2004-11-07 at 09:48, Tage Danielsen wrote:
Hello, I have tryed to install vmware on linux 9.2 on a asus laptop, and I get the messages, I hope some one will be able to help. /tage
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.8-24'
WARNING: Symbol version dump /usr/src/linux-2.6.8-24/Module.symvers is missing, modules will have CONFIG_MODVERSIONS disabled.
This has been posted, with an answer, just last week. Please look in the archives for the answer. http://lists.suse.com -- Ken Schneider UNIX since 1989 SuSE since 1998 * Only reply to the list please*
participants (4)
-
Bruce Marshall
-
Ernest Byaruhanga
-
Ken Schneider
-
Tage Danielsen