Quantcast
Channel: VMware Communities : Popular Discussions - VMware Server 1
Viewing all articles
Browse latest Browse all 74849

unable to install vm server 1.0.10 on sles11 kernel 2.6.32.13 64bit

$
0
0

 

got an boring problem while trying in vain to install vm server 1.0.10 on a SLES 11 Linux  2.6.32.13-0.5-default #1 SMP 2010-07-20 14:12:19 +0200 x86_64 x86_64 x86_64 GNU/Linux

below the messages:

 

 

orion4:~ # /usr/bin/vmware-config.pl

Making sure services for VMware Server are stopped.

 

Stopping VMware services:

   Virtual machine monitor                                             done

 

Configuring fallback GTK+ 2.4 libraries.

 

In which directory do you want to install the mime type icons?

/usr/share/icons

 

What directory contains your desktop menu entry files? These files have a

.desktop file extension. /usr/share/applications

 

In which directory do you want to install the application's icon?

/usr/share/pixmaps

 

/usr/share/applications/vmware-server.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path

/usr/share/applications/vmware-console-uri-handler.desktop: warning: value "vmware-server.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path

Trying to find a suitable vmmon module for your running kernel.

 

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)?

 

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

 

Your kernel was built with "gcc" version "4.3.4", while you are trying to use

"/usr/bin/gcc" version "4.3". This configuration is not recommended and VMware

Server may crash if you'll continue. Please try to use exactly same compiler as

one used for building your kernel. Do you want to go with compiler

"/usr/bin/gcc" version "4.3" anyway? YES

 

What is the location of the directory of C header files that match your running

kernel? /lib/modules/2.6.32.13-0.5-default/build/include

 

Extracting the sources of the vmmon module.

 

Building the vmmon module.

 

Using 2.6.x kernel build system.

make: Entering directory `/tmp/vmware-config9/vmmon-only'

make -C /lib/modules/2.6.32.13-0.5-default/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules

make[1]: Entering directory `/usr/src/linux-2.6.32.13-0.5-obj/x86_64/default'

make -C ../../../linux-2.6.32.13-0.5 O=/usr/src/linux-2.6.32.13-0.5-obj/x86_64/default/. modules

  CC   /tmp/vmware-config9/vmmon-only/linux/driver.o

In file included from /tmp/vmware-config9/vmmon-only/./include/x86.h:20,

                 from /tmp/vmware-config9/vmmon-only/./include/machine.h:24,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.h:15,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:49:

/tmp/vmware-config9/vmmon-only/./include/x86apic.h:79:1: warning: "APIC_BASE_MSR" redefined

In file included from include2/asm/apic.h:11,

                 from include2/asm/smp.h:13,

                 from include2/asm/mmzone_64.h:12,

                 from include2/asm/mmzone.h:4,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/mmzone.h:792,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/gfp.h:4,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/kmod.h:22,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/module.h:13,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:12:

include2/asm/apicdef.h:138:1: warning: this is the location of the previous definition

In file included from /tmp/vmware-config9/vmmon-only/./include/machine.h:24,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.h:15,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:49:

/tmp/vmware-config9/vmmon-only/./include/x86.h:830:1: warning: "PTE_PFN_MASK" redefined

In file included from include2/asm/paravirt.h:7,

                 from include2/asm/irqflags.h:60,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/irqflags.h:57,

                 from include2/asm/system.h:11,

                 from include2/asm/processor.h:17,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/prefetch.h:14,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/list.h:6,

                 from /usr/src/linux-2.6.32.13-0.5/include/linux/module.h:9,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:12:

include2/asm/pgtable_types.h:182:1: warning: this is the location of the previous definition

In file included from /tmp/vmware-config9/vmmon-only/linux/driver.h:20,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:49:

/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined

/tmp/vmware-config9/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined

In file included from /tmp/vmware-config9/vmmon-only/linux/vmhost.h:13,

                 from /tmp/vmware-config9/vmmon-only/linux/driver.c:71:

/tmp/vmware-config9/vmmon-only/./include/compat_semaphore.h:5:27: error: asm/semaphore.h: No such file or directory

/tmp/vmware-config9/vmmon-only/linux/driver.c:146: error: unknown field 'nopage' specified in initializer

/tmp/vmware-config9/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type

/tmp/vmware-config9/vmmon-only/linux/driver.c:150: error: unknown field 'nopage' specified in initializer

/tmp/vmware-config9/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type

/tmp/vmware-config9/vmmon-only/linux/driver.c: In function 'LinuxDriver_Ioctl':

/tmp/vmware-config9/vmmon-only/linux/driver.c:1650: error: 'struct task_struct' has no member named 'euid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1650: error: 'struct task_struct' has no member named 'uid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1651: error: 'struct task_struct' has no member named 'fsuid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1651: error: 'struct task_struct' has no member named 'uid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1652: error: 'struct task_struct' has no member named 'egid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1652: error: 'struct task_struct' has no member named 'gid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1653: error: 'struct task_struct' has no member named 'fsgid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1653: error: 'struct task_struct' has no member named 'gid'

/tmp/vmware-config9/vmmon-only/linux/driver.c:1670: error: too many arguments to function 'smp_call_function'

make[4]: *** /tmp/vmware-config9/vmmon-only/linux/driver.o Error 1

make[3]: *** Error 2

make[2]: *** Error 2

make[1]: *** Error 2

make[1]: Leaving directory `/usr/src/linux-2.6.32.13-0.5-obj/x86_64/default'

make: *** http://vmmon.ko Error 2

make: Leaving directory `/tmp/vmware-config9/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.

 

 

its a fresh install of sles. I searched the net for patches but nothing was helpful :(. Why its so tricky to install this?earlier version of vm-server on older  version of sles work better. vmware what kind of crap you are delivering here?.

 

 

 

 

 

please help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

 

 

 

 

thx for help in advance

 

 


Viewing all articles
Browse latest Browse all 74849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>