Denis A. Lopin пишет: > Здравствуйте уважаемое сообщество! > Помогите пожалуйста разобраться в такой проблеме. > Пытаюсь установить vmware-workstation-5.5 из rpm-пакета > Он устанавливается. > Но при плпытке сконфигурировать выдает вот такое сообщение. > > > The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not > match > your running kernel (version 2.6.18-std-smp-alt10). Even if the module were > to > compile successfully, it would not load into the running kernel. > > What is the location of the directory of C header files that match your > running > kernel? > [/usr/src/linux/include] > > Что делать??? > uname Building the vmmon module. Using 2.6.x kernel build system. make: Entering directory `/root/tmp/vmware-config2/vmmon-only' make -C /lib/modules/2.6.24-wks-smp-alt0.9/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules make[1]: Entering directory `/usr/src/linux-2.6.24-wks-smp-alt0.9' CC [M] /root/tmp/vmware-config2/vmmon-only/linux/driver.o In file included from /root/tmp/vmware-config2/vmmon-only/./include/vmware.h:25, from /root/tmp/vmware-config2/vmmon-only/linux/driver.c:83: /root/tmp/vmware-config2/vmmon-only/./include/vm_basic_types.h:170: error: conflicting types for 'uintptr_t' include/linux/types.h:40: error: previous declaration of 'uintptr_t' was here In file included from /root/tmp/vmware-config2/vmmon-only/./include/x86.h:23, from /root/tmp/vmware-config2/vmmon-only/linux/driver.h:15, from /root/tmp/vmware-config2/vmmon-only/linux/driver.c:84: /root/tmp/vmware-config2/vmmon-only/./include/x86cpuid.h:383:1: warning: "BIT_MASK" redefined In file included from include/linux/kernel.h:15, from /root/tmp/vmware-config2/vmmon-only/linux/driver.c:11: include/linux/bitops.h:7:1: warning: this is the location of the previous definition In file included from /root/tmp/vmware-config2/vmmon-only/./include/vmci_kernel_defs.h:26, from /root/tmp/vmware-config2/vmmon-only/./common/vmciContext.h:19, from /root/tmp/vmware-config2/vmmon-only/linux/driver.h:21, from /root/tmp/vmware-config2/vmmon-only/linux/driver.c:84: /root/tmp/vmware-config2/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined /root/tmp/vmware-config2/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined In file included from /root/tmp/vmware-config2/vmmon-only/./include/vmci_kernel_defs.h:26, from /root/tmp/vmware-config2/vmmon-only/./common/vmciContext.h:19, from /root/tmp/vmware-config2/vmmon-only/linux/driver.h:21, from /root/tmp/vmware-config2/vmmon-only/linux/driver.c:84: /root/tmp/vmware-config2/vmmon-only/./include/compat_wait.h:60: error: conflicting types for 'poll_initwait' include/linux/poll.h:65: error: previous declaration of 'poll_initwait' was here /root/tmp/vmware-config2/vmmon-only/linux/driver.c:198: warning: initialization from incompatible pointer type make[2]: *** [/root/tmp/vmware-config2/vmmon-only/linux/driver.o] Error 1 make[1]: *** [_module_/root/tmp/vmware-config2/vmmon-only] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.24-wks-smp-alt0.9' make: *** [vmmon.ko] Error 2 make: Leaving directory `/root/tmp/vmware-config2/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.