>> Danny.Terweij wrote: >> > configure: error: glib >= 2.6.0 is required. >> > Package glibc-2.5-34.x86_64 already installed and latest version >> > Package glibc-2.5-34.i686 already installed and latest version
> Yes, CentOS releases mirror RHEL ones... Just do "yum -y install > glib2-devel" > and you should be set. After that: configure: error: libXext not found. Please configure without X11 (using --without-x), or install the libXext devel package(s). used the trigger After that: configure: error: dnet-config was not found on your PATH. Please configure without dnet (using --without-dnet) or install dnet - http://libdnet.sourceforge.net used the trigger After that: configure: error: C++ compiler not found. Make sure you have a C++ compiler installed or configure without X11 (using --without-x) and without ICU (using --without-icu). used both triggers After that: make (then it compiles some time and ends with: [cut] make[3]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/tests/testPlugin' make[2]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/tests/testPlugin' make[2]: Entering directory `/root/open-vm-tools-2009.04.23-162451/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/tests' make[1]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/tests' Making all in modules make[1]: Entering directory `/root/open-vm-tools-2009.04.23-162451/modules' make VM_UNAME=2.6.18-128.el5 MV=mv RM=rm \ OVT_SOURCE_DIR=/root/open-vm-tools-2009.04.23-162451 \ -C "../modules/linux/vmmemctl" Using standalone build system. /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/autoconf/geninclude.c:19:28: error: linux/autoconf.h: No such file or directory make[2]: Entering directory `/root/open-vm-tools-2009.04.23-162451/modules/linux/vmmemctl' In file included from os.c:38: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/driver-config.h:35:28: error: linux/autoconf.h: No such file or directory /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/driver-config.h:42:5: error: #error "No Module support in this kernel. Please configure with CONFIG_MODULES" In file included from os.c:40: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_module.h:27:26: error: linux/module.h: No such file or directory In file included from os.c:43: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_completion.h:39:30: error: linux/completion.h: No such file or directory In file included from os.c:44: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_mm.h:23:22: error: linux/mm.h: No such file or directory os.c:46:25: error: linux/timer.h: No such file or directory os.c:47:29: error: linux/interrupt.h: No such file or directory os.c:49:25: error: asm/uaccess.h: No such file or directory In file included from os.c:50: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_page.h: In function 'compat_get_order': /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_page.h:50: error: 'PAGE_SHIFT' undeclared (first use in this function) /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_page.h:50: error: (Each undeclared identifier is reported only once /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_page.h:50: error: for each function it appears in.) In file included from os.c:51: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_wait.h:25:24: error: linux/file.h: No such file or directory In file included from os.c:51: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_wait.h: At top level: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_wait.h:78: error: expected ')' before '*' token os.c:68:28: error: linux/smp_lock.h: No such file or directory In file included from os.c:69: /root/open-vm-tools-2009.04.23-162451/modules/linux/shared/compat_kthread.h:28:28: error: linux/kthread.h: No such file or directory os.c: In function 'os_kmalloc_nosleep': os.c:232: warning: implicit declaration of function 'kmalloc' os.c:232: error: 'GFP_ATOMIC' undeclared (first use in this function) os.c:232: warning: return makes pointer from integer without a cast os.c: In function 'os_kfree': os.c:238: warning: implicit declaration of function 'kfree' os.c: In function 'os_bzero': os.c:244: warning: implicit declaration of function 'memset' os.c:244: warning: incompatible implicit declaration of built-in function 'memset' os.c: In function 'os_memcpy': os.c:250: warning: implicit declaration of function 'memcpy' os.c:250: warning: incompatible implicit declaration of built-in function 'memcpy' os.c: In function 'os_sprintf': os.c:257: error: 'va_list' undeclared (first use in this function) os.c:257: error: expected ';' before 'args' os.c:259: warning: implicit declaration of function 'va_start' os.c:259: error: 'args' undeclared (first use in this function) os.c:260: warning: implicit declaration of function 'vsprintf' os.c:261: warning: implicit declaration of function 'va_end' os.c: In function 'os_predict_max_balloon_pages': os.c:299: warning: implicit declaration of function 'si_meminfo' os.c: In function 'os_addr_to_ppn': os.c:326: warning: implicit declaration of function 'page_to_pfn' os.c: In function 'os_alloc_reserved_page': os.c:336: warning: implicit declaration of function 'alloc_page' os.c:336: error: 'GFP_USER' undeclared (first use in this function) os.c:336: warning: assignment makes pointer from integer without a cast os.c:341: error: '__GFP_HIGHMEM' undeclared (first use in this function) os.c:341: warning: assignment makes pointer from integer without a cast os.c: In function 'os_free_reserved_page': os.c:351: warning: implicit declaration of function '__free_page' os.c: In function 'os_timer_thread_loop': os.c:420: warning: implicit declaration of function 'kthread_should_stop' os.c:420: error: storage size of '__wait' isn't known os.c:420: error: 'current' undeclared (first use in this function) os.c:420: warning: implicit declaration of function 'add_wait_queue' os.c:420: warning: implicit declaration of function 'set_current_state' os.c:420: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) os.c:420: warning: implicit declaration of function 'signal_pending' os.c:420: warning: implicit declaration of function 'schedule_timeout' os.c:420: error: 'ERESTARTSYS' undeclared (first use in this function) os.c:420: error: 'TASK_RUNNING' undeclared (first use in this function) os.c:420: warning: implicit declaration of function 'remove_wait_queue' os.c:420: warning: unused variable '__wait' os.c:424: warning: implicit declaration of function 'try_to_freeze' os.c: In function 'os_timer_thread_start': os.c:445: warning: implicit declaration of function 'kthread_run' os.c:445: warning: assignment makes pointer from integer without a cast os.c:446: warning: implicit declaration of function 'IS_ERR' os.c:448: warning: implicit declaration of function 'printk' os.c:448: error: 'KERN_WARNING' undeclared (first use in this function) os.c:448: error: expected ')' before string constant os.c:453: error: 'KERN_DEBUG' undeclared (first use in this function) os.c:453: error: expected ')' before string constant os.c:439: warning: unused variable 's' os.c: In function 'os_timer_thread_stop': os.c:462: warning: implicit declaration of function 'kthread_stop' os.c: In function 'os_timer_hz': os.c:499: error: 'HZ' undeclared (first use in this function) os.c: In function 'os_yield': os.c:506: warning: implicit declaration of function 'cond_resched' os.c: In function 'os_init': os.c:598: warning: implicit declaration of function 'try_module_get' os.c:598: error: 'THIS_MODULE' undeclared (first use in this function) os.c:603: warning: incompatible implicit declaration of built-in function 'memset' os.c:627: error: 'KERN_INFO' undeclared (first use in this function) os.c:627: error: expected ')' before string constant os.c: In function 'os_cleanup': os.c:649: error: 'KERN_INFO' undeclared (first use in this function) os.c:649: error: expected ')' before string constant os.c:634: warning: unused variable 'err' os.c:633: warning: unused variable 's' os.c: At top level: os.c:653: error: expected declaration specifiers or '...' before string constant os.c:653: warning: data definition has no type or storage class os.c:653: warning: type defaults to 'int' in declaration of 'MODULE_AUTHOR' os.c:653: warning: function declaration isn't a prototype os.c:654: error: expected declaration specifiers or '...' before string constant os.c:654: warning: data definition has no type or storage class os.c:654: warning: type defaults to 'int' in declaration of 'MODULE_DESCRIPTION' os.c:654: warning: function declaration isn't a prototype make[2]: *** [os.o] Error 1 make[2]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/modules/linux/vmmemctl' make[1]: *** [vmmemctl] Error 2 make[1]: Leaving directory `/root/open-vm-tools-2009.04.23-162451/modules' make: *** [all-recursive] Error 1 [r...@host open-vm-tools-2009.04.23-162451]# Whats next besides the long ./configure --line? The reason i want to use the open-vm-tools is that with or without vmware-tools from vmware the clock is not syncing. And also not with ntpd. When the vmware reaches 24 hours, there are in realtime past 3 days and is increasing. regards, Danny, ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ open-vm-tools-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/open-vm-tools-discuss
