This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pacemaker configure 1.0.7, which was generated by GNU Autoconf 2.65. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --enable-snmp-subagent --with-mibsdir=/usr/share/snmp/mibs --disable-fatal-warnings --enable-glib-malloc --with-esmtp --with-snmp --with-ais --with-heartbeat --libdir=/usr/lib --with-lcrso-dir=/usr/lib/lcrso ## --------- ## ## Platform. ## ## --------- ## hostname = lucid uname -m = i686 uname -r = 2.6.32-12-generic-pae uname -s = Linux uname -v = #17-Ubuntu SMP Fri Feb 5 09:42:15 UTC 2010 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2800: checking build system type configure:2814: result: i686-pc-linux-gnu configure:2834: checking host system type configure:2847: result: i686-pc-linux-gnu configure:2902: checking for a BSD-compatible install configure:2970: result: /usr/bin/install -c configure:2981: checking whether build environment is sane configure:3031: result: yes configure:3172: checking for a thread-safe mkdir -p configure:3211: result: /bin/mkdir -p configure:3224: checking for gawk configure:3240: found /usr/bin/gawk configure:3251: result: gawk configure:3262: checking whether make sets $(MAKE) configure:3284: result: yes configure:3437: checking for gcc configure:3453: found /usr/bin/gcc configure:3464: result: gcc configure:3693: checking for C compiler version configure:3702: gcc --version >&5 gcc-4.4.real (Ubuntu 4.4.3-2ubuntu1) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3713: $? = 0 configure:3702: gcc -v >&5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-2ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.3 (Ubuntu 4.4.3-2ubuntu1) configure:3713: $? = 0 configure:3702: gcc -V >&5 gcc-4.4.real: '-V' option must have argument configure:3713: $? = 1 configure:3702: gcc -qversion >&5 gcc-4.4.real: unrecognized option '-qversion' gcc-4.4.real: no input files configure:3713: $? = 1 configure:3733: checking whether the C compiler works configure:3755: gcc -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:3759: $? = 0 configure:3808: result: yes configure:3811: checking for C compiler default output file name configure:3813: result: a.out configure:3819: checking for suffix of executables configure:3826: gcc -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:3830: $? = 0 configure:3852: result: configure:3874: checking whether we are cross compiling configure:3882: gcc -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:3886: $? = 0 configure:3893: ./conftest configure:3897: $? = 0 configure:3912: result: no configure:3917: checking for suffix of object files configure:3939: gcc -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:3943: $? = 0 configure:3964: result: o configure:3968: checking whether we are using the GNU C compiler configure:3987: gcc -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:3987: $? = 0 configure:3996: result: yes configure:4005: checking whether gcc accepts -g configure:4025: gcc -c -g conftest.c >&5 configure:4025: $? = 0 configure:4066: result: yes configure:4083: checking for gcc option to accept ISO C89 configure:4147: gcc -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:4147: $? = 0 configure:4160: result: none needed configure:4191: checking for style of include used by make configure:4219: result: GNU configure:4244: checking dependency style of gcc configure:4354: result: gcc3 configure:4369: checking whether gcc and cc understand -c and -o together configure:4400: gcc -c conftest.c -o conftest2.o >&5 configure:4404: $? = 0 configure:4410: gcc -c conftest.c -o conftest2.o >&5 configure:4414: $? = 0 configure:4425: cc -c conftest.c >&5 configure:4429: $? = 0 configure:4437: cc -c conftest.c -o conftest2.o >&5 configure:4441: $? = 0 configure:4447: cc -c conftest.c -o conftest2.o >&5 configure:4451: $? = 0 configure:4469: result: yes configure:4498: checking for gcc option to accept ISO C99 configure:4647: gcc -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 conftest.c:62: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'main': conftest.c:114: warning: implicit declaration of function 'test_restrict' conftest.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:116: error: 'newvar' undeclared (first use in this function) conftest.c:116: error: (Each undeclared identifier is reported only once conftest.c:116: error: for each function it appears in.) conftest.c:126: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:126: note: use option -std=c99 or -std=gnu99 to compile your code configure:4647: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4647: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:4647: $? = 0 configure:4667: result: -std=gnu99 configure:4769: checking for gcc -std=gnu99 option to accept ISO Standard C configure:4783: result: -std=gnu99 configure:4838: checking for a sed that does not truncate output configure:4902: result: /bin/sed configure:4920: checking for grep that handles long lines and -e configure:4978: result: /bin/grep configure:4983: checking for egrep configure:5045: result: /bin/grep -E configure:5050: checking for fgrep configure:5112: result: /bin/grep -F configure:5147: checking for ld used by gcc -std=gnu99 configure:5214: result: /usr/bin/ld configure:5221: checking if the linker (/usr/bin/ld) is GNU ld configure:5236: result: yes configure:5248: checking for BSD- or MS-compatible name lister (nm) configure:5297: result: /usr/bin/nm -B configure:5415: checking the name lister (/usr/bin/nm -B) interface configure:5422: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:5425: /usr/bin/nm -B "conftest.o" configure:5428: output 00000000 B some_variable configure:5435: result: BSD nm configure:5438: checking whether ln -s works configure:5442: result: yes configure:5450: checking the maximum length of command line arguments configure:5570: result: 805306365 configure:5587: checking whether the shell understands some XSI constructs configure:5597: result: yes configure:5601: checking whether the shell understands "+=" configure:5607: result: yes configure:5642: checking for /usr/bin/ld option to reload object files configure:5649: result: -r configure:5718: checking for objdump configure:5734: found /usr/bin/objdump configure:5745: result: objdump configure:5777: checking how to recognize dependent libraries configure:5973: result: pass_all configure:6033: checking for ar configure:6049: found /usr/bin/ar configure:6060: result: ar configure:6138: checking for strip configure:6154: found /usr/bin/strip configure:6165: result: strip configure:6237: checking for ranlib configure:6253: found /usr/bin/ranlib configure:6264: result: ranlib configure:6354: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object configure:6472: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:6475: $? = 0 configure:6479: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6482: $? = 0 configure:6536: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c conftstm.o >&5 configure:6539: $? = 0 configure:6577: result: ok configure:7386: checking how to run the C preprocessor configure:7417: gcc -std=gnu99 -E conftest.c configure:7417: $? = 0 configure:7431: gcc -std=gnu99 -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:7431: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | /* end confdefs.h. */ | #include configure:7456: result: gcc -std=gnu99 -E configure:7476: gcc -std=gnu99 -E conftest.c configure:7476: $? = 0 configure:7490: gcc -std=gnu99 -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:7490: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | /* end confdefs.h. */ | #include configure:7519: checking for ANSI C header files configure:7539: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7539: $? = 0 configure:7612: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:7612: $? = 0 configure:7612: ./conftest configure:7612: $? = 0 configure:7623: result: yes configure:7636: checking for sys/types.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for sys/stat.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for stdlib.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for string.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for memory.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for strings.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for inttypes.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for stdint.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7636: checking for unistd.h configure:7636: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7636: $? = 0 configure:7636: result: yes configure:7651: checking for dlfcn.h configure:7651: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:7651: $? = 0 configure:7651: result: yes configure:7833: checking for objdir configure:7848: result: .libs configure:8140: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:8158: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8162: $? = 0 configure:8175: result: no configure:8195: checking for gcc -std=gnu99 option to produce PIC configure:8467: result: -fPIC -DPIC configure:8479: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:8497: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8501: $? = 0 configure:8514: result: yes configure:8538: checking if gcc -std=gnu99 static flag -static works configure:8566: result: yes configure:8581: checking if gcc -std=gnu99 supports -c -o file.o configure:8602: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -o out/conftest2.o conftest.c >&5 configure:8606: $? = 0 configure:8628: result: yes configure:8636: checking if gcc -std=gnu99 supports -c -o file.o configure:8683: result: yes configure:8716: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:9707: result: yes configure:9744: checking whether -lc should be explicitly linked in configure:9749: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:9752: $? = 0 configure:9767: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:9770: $? = 0 configure:9782: result: no configure:9946: checking dynamic linker characteristics configure:10379: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10379: $? = 0 configure:10609: result: GNU/Linux ld.so configure:10711: checking how to hardcode library paths into programs configure:10736: result: immediate configure:10830: checking for shl_load configure:10830: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 /tmp/cceUWrQd.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/conftest.c:58: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:10830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:10830: result: no configure:10834: checking for shl_load in -ldld configure:10859: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c -ldld >&5 /usr/bin/ld.bfd.real: cannot find -ldld collect2: ld returned 1 exit status configure:10859: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10868: result: no configure:10873: checking for dlopen configure:10873: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 /tmp/cc2kgrrv.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/conftest.c:58: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:10873: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:10873: result: no configure:10877: checking for dlopen in -ldl configure:10902: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c -ldl >&5 configure:10902: $? = 0 configure:10911: result: yes configure:11030: checking whether a program can dlopen itself configure:11100: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -DHAVE_DLFCN_H -Wl,-Bsymbolic-functions -Wl,--export-dynamic conftest.c -ldl >&5 configure: In function 'fnord': configure:11081: warning: unused variable 'i' configure:11103: $? = 0 configure:11121: result: yes configure:11126: checking whether a statically linked program can dlopen itself configure:11196: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -DHAVE_DLFCN_H -Wl,-Bsymbolic-functions -Wl,--export-dynamic -static conftest.c -ldl >&5 configure: In function 'fnord': configure:11177: warning: unused variable 'i' /tmp/ccB0Q5SW.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/configure:11180: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking configure:11199: $? = 0 /usr/lib/libfakeroot/: cannot read file data: Is a directory configure:11217: result: no configure:11256: checking whether stripping libraries is possible configure:11261: result: yes configure:11296: checking if libtool supports shared libraries configure:11298: result: yes configure:11301: checking whether to build shared libraries configure:11322: result: yes configure:11325: checking whether to build static libraries configure:11329: result: yes configure:11365: checking for preprocessor stringizing operator configure:11385: result: yes configure:11393: checking for size_t configure:11393: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:11393: $? = 0 configure:11393: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:61: error: expected expression before ')' token configure:11393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:11393: result: yes configure:11408: checking size of char configure:11413: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:11413: $? = 0 configure:11413: ./conftest configure:11413: $? = 0 configure:11428: result: 1 configure:11442: checking size of short configure:11447: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:11447: $? = 0 configure:11447: ./conftest configure:11447: $? = 0 configure:11462: result: 2 configure:11476: checking size of int configure:11481: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:11481: $? = 0 configure:11481: ./conftest configure:11481: $? = 0 configure:11496: result: 4 configure:11510: checking size of long configure:11515: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:11515: $? = 0 configure:11515: ./conftest configure:11515: $? = 0 configure:11530: result: 4 configure:11544: checking size of long long configure:11549: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -Wl,-Bsymbolic-functions conftest.c >&5 configure:11549: $? = 0 configure:11549: ./conftest configure:11549: $? = 0 configure:11564: result: 8 configure:11574: checking whether struct tm is in sys/time.h or time.h configure:11594: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:11594: $? = 0 configure:11601: result: time.h configure:11609: checking for struct tm.tm_zone configure:11609: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 conftest.c >&5 configure:11609: $? = 0 configure:11609: result: yes configure:11828: Sanitizing prefix: /usr configure:11834: Sanitizing exec_prefix: NONE configure:11841: Sanitizing ais_prefix: /usr configure:11848: Sanitizing INITDIR: configure:11853: checking which init (rc) directory to use configure:11865: result: /etc/init.d configure:11870: Sanitizing libdir: /usr/lib configure:11923: WARNING: libexecdir directory (/usr/libexec) does not exist! configure:11923: WARNING: sharedstatedir directory (/usr/com) does not exist! configure:11964: Host CPU: i686 configure:11977: checking which format is needed to print uint64_t configure:11984: result: %llu configure:11994: checking hb_config.h usability configure:11994: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat conftest.c >&5 configure:11994: $? = 0 configure:11994: result: yes configure:11994: checking hb_config.h presence configure:11994: gcc -std=gnu99 -E conftest.c conftest.c:35:23: error: hb_config.h: No such file or directory configure:11994: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | /* end confdefs.h. */ | #include configure:11994: result: no configure:11994: WARNING: hb_config.h: accepted by the compiler, rejected by the preprocessor! configure:11994: WARNING: hb_config.h: proceeding with the compiler's result configure:11994: checking for hb_config.h configure:11994: result: yes configure:12006: checking glue_config.h usability configure:12006: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat conftest.c >&5 configure:12006: $? = 0 configure:12006: result: yes configure:12006: checking glue_config.h presence configure:12006: gcc -std=gnu99 -E conftest.c conftest.c:36:25: error: glue_config.h: No such file or directory configure:12006: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | /* end confdefs.h. */ | #include configure:12006: result: no configure:12006: WARNING: glue_config.h: accepted by the compiler, rejected by the preprocessor! configure:12006: WARNING: glue_config.h: proceeding with the compiler's result configure:12006: checking for glue_config.h configure:12006: result: yes configure:11697: checking for HA_CCMUSER in glue_config.h configure:11705: result: hacluster configure:11697: checking for HA_APIGROUP in glue_config.h configure:11705: result: haclient configure:11697: checking for HA_LIBHBDIR in glue_config.h configure:11705: result: /usr/lib/heartbeat configure:11697: checking for HA_VARRUNDIR in glue_config.h configure:11705: result: /var/run configure:11697: checking for HA_VARLIBHBDIR in glue_config.h configure:11705: result: /var/lib/heartbeat configure:11697: checking for OCF_ROOT_DIR in glue_config.h configure:11705: result: /usr/lib/ocf configure:11697: checking for OCF_RA_DIR in glue_config.h configure:11705: result: /usr/lib/ocf/resource.d/ configure:12136: checking for hg configure:12169: result: no configure:12136: checking for false configure:12154: found /bin/false configure:12166: result: /bin/false configure:12177: checking build version configure:12194: result: 54d7869bfe3691eb723b1d47810e5585d8246b58 configure:12207: checking for glibtool configure:12234: result: $(SHELL) $(top_builddir)/libtool configure:12256: checking for python configure:12274: found /usr/bin/python configure:12286: result: /usr/bin/python configure:12307: checking for python version configure:12314: result: 2.6 configure:12326: checking for python platform configure:12333: result: linux2 configure:12340: checking for python script directory configure:12369: result: ${prefix}/lib/python2.6/dist-packages configure:12378: checking for python extension module directory configure:12407: result: ${exec_prefix}/lib/python2.6/dist-packages configure:12424: checking for gmake configure:12454: result: no configure:12424: checking for make configure:12440: found /usr/bin/make configure:12451: result: make configure:12466: checking for lynx configure:12484: found /usr/bin/lynx configure:12496: result: /usr/bin/lynx configure:12511: checking for help2man configure:12529: found /usr/bin/help2man configure:12541: result: /usr/bin/help2man configure:12556: checking for pod2man configure:12574: found /usr/bin/pod2man configure:12586: result: /usr/bin/pod2man configure:12602: checking for asciidoc configure:12635: result: no configure:12647: checking for publican configure:12680: result: no configure:12692: checking for fop configure:12725: result: no configure:12737: checking for ssh configure:12755: found /usr/bin/ssh configure:12767: result: /usr/bin/ssh configure:12783: checking for scp configure:12801: found /usr/bin/scp configure:12813: result: /usr/bin/scp configure:12829: checking for hg configure:12859: result: /bin/false configure:12875: checking for tar configure:12893: found /bin/tar configure:12905: result: /bin/tar configure:12920: checking for md5 configure:12953: result: no configure:12965: checking for test configure:12983: found /usr/bin/test configure:12995: result: /usr/bin/test configure:13010: checking for pkg-config configure:13028: found /usr/bin/pkg-config configure:13040: result: /usr/bin/pkg-config configure:13055: checking for xml2-config configure:13073: found /usr/bin/xml2-config configure:13085: result: /usr/bin/xml2-config configure:13100: checking for valgrind configure:13133: result: no configure:13191: checking for socket in -lsocket configure:13216: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lsocket >&5 /usr/bin/ld.bfd.real: cannot find -lsocket collect2: ld returned 1 exit status configure:13216: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:13225: result: no configure:13235: checking for dlopen in -lc configure:13260: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lc >&5 /tmp/ccqrUnH2.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/conftest.c:62: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:13260: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | int | main () | { | return dlopen (); | ; | return 0; | } configure:13269: result: no configure:13279: checking for dlopen in -ldl configure:13313: result: yes configure:13323: checking for sched_getscheduler in -lrt configure:13348: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lrt -ldl >&5 configure:13348: $? = 0 configure:13357: result: yes configure:13367: checking for getopt_long in -lgnugetopt configure:13392: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lgnugetopt -lrt -ldl >&5 /usr/bin/ld.bfd.real: cannot find -lgnugetopt collect2: ld returned 1 exit status configure:13392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getopt_long (); | int | main () | { | return getopt_long (); | ; | return 0; | } configure:13401: result: no configure:13411: checking for pam_start in -lpam configure:13436: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lpam -lrt -ldl >&5 configure:13436: $? = 0 configure:13445: result: yes configure:13455: checking for uuid_parse in -luuid configure:13480: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -luuid -lpam -lrt -ldl >&5 configure:13480: $? = 0 configure:13489: result: yes configure:13499: checking for uuid_create in -luuid configure:13524: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -luuid -luuid -lpam -lrt -ldl >&5 /tmp/ccbCtu2D.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/conftest.c:66: undefined reference to `uuid_create' collect2: ld returned 1 exit status configure:13524: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char uuid_create (); | int | main () | { | return uuid_create (); | ; | return 0; | } configure:13533: result: no configure:13548: checking for CRYPTO_free in -lcrypto configure:13573: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lcrypto -luuid -lpam -lrt -ldl >&5 configure:13573: $? = 0 configure:13582: result: yes configure:13610: result: using /usr/bin/pkg-config glib-2.0 configure:13624: checking for gettext in -lc configure:13649: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -Wl,-Bsymbolic-functions conftest.c -lc -luuid -lpam -lrt -ldl >&5 conftest.c:62: warning: conflicting types for built-in function 'gettext' configure:13649: $? = 0 configure:13658: result: yes configure:13722: checking for special glib includes: configure:13725: result: -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include configure:13729: checking for glib library flags configure:13732: result: -lglib-2.0 configure:13738: checking for ANSI C header files configure:13842: result: yes configure:13852: checking arpa/inet.h usability configure:13852: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13852: $? = 0 configure:13852: result: yes configure:13852: checking arpa/inet.h presence configure:13852: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13852: $? = 0 configure:13852: result: yes configure:13852: checking for arpa/inet.h configure:13852: result: yes configure:13864: checking asm/types.h usability configure:13864: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13864: $? = 0 configure:13864: result: yes configure:13864: checking asm/types.h presence configure:13864: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13864: $? = 0 configure:13864: result: yes configure:13864: checking for asm/types.h configure:13864: result: yes configure:13876: checking assert.h usability configure:13876: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13876: $? = 0 configure:13876: result: yes configure:13876: checking assert.h presence configure:13876: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13876: $? = 0 configure:13876: result: yes configure:13876: checking for assert.h configure:13876: result: yes configure:13888: checking auth-client.h usability configure:13888: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13888: $? = 0 configure:13888: result: yes configure:13888: checking auth-client.h presence configure:13888: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13888: $? = 0 configure:13888: result: yes configure:13888: checking for auth-client.h configure:13888: result: yes configure:13900: checking ctype.h usability configure:13900: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13900: $? = 0 configure:13900: result: yes configure:13900: checking ctype.h presence configure:13900: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13900: $? = 0 configure:13900: result: yes configure:13900: checking for ctype.h configure:13900: result: yes configure:13912: checking dirent.h usability configure:13912: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13912: $? = 0 configure:13912: result: yes configure:13912: checking dirent.h presence configure:13912: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13912: $? = 0 configure:13912: result: yes configure:13912: checking for dirent.h configure:13912: result: yes configure:13924: checking errno.h usability configure:13924: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13924: $? = 0 configure:13924: result: yes configure:13924: checking errno.h presence configure:13924: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13924: $? = 0 configure:13924: result: yes configure:13924: checking for errno.h configure:13924: result: yes configure:13936: checking fcntl.h usability configure:13936: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13936: $? = 0 configure:13936: result: yes configure:13936: checking fcntl.h presence configure:13936: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13936: $? = 0 configure:13936: result: yes configure:13936: checking for fcntl.h configure:13936: result: yes configure:13948: checking getopt.h usability configure:13948: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13948: $? = 0 configure:13948: result: yes configure:13948: checking getopt.h presence configure:13948: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13948: $? = 0 configure:13948: result: yes configure:13948: checking for getopt.h configure:13948: result: yes configure:13960: checking glib.h usability configure:13960: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13960: $? = 0 configure:13960: result: yes configure:13960: checking glib.h presence configure:13960: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13960: $? = 0 configure:13960: result: yes configure:13960: checking for glib.h configure:13960: result: yes configure:13972: checking grp.h usability configure:13972: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13972: $? = 0 configure:13972: result: yes configure:13972: checking grp.h presence configure:13972: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13972: $? = 0 configure:13972: result: yes configure:13972: checking for grp.h configure:13972: result: yes configure:13984: checking limits.h usability configure:13984: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13984: $? = 0 configure:13984: result: yes configure:13984: checking limits.h presence configure:13984: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13984: $? = 0 configure:13984: result: yes configure:13984: checking for limits.h configure:13984: result: yes configure:13996: checking linux/errqueue.h usability configure:13996: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:13996: $? = 0 configure:13996: result: yes configure:13996: checking linux/errqueue.h presence configure:13996: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:13996: $? = 0 configure:13996: result: yes configure:13996: checking for linux/errqueue.h configure:13996: result: yes configure:14008: checking malloc.h usability configure:14008: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14008: $? = 0 configure:14008: result: yes configure:14008: checking malloc.h presence configure:14008: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14008: $? = 0 configure:14008: result: yes configure:14008: checking for malloc.h configure:14008: result: yes configure:14020: checking netdb.h usability configure:14020: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14020: $? = 0 configure:14020: result: yes configure:14020: checking netdb.h presence configure:14020: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14020: $? = 0 configure:14020: result: yes configure:14020: checking for netdb.h configure:14020: result: yes configure:14032: checking netinet/in.h usability configure:14032: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14032: $? = 0 configure:14032: result: yes configure:14032: checking netinet/in.h presence configure:14032: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14032: $? = 0 configure:14032: result: yes configure:14032: checking for netinet/in.h configure:14032: result: yes configure:14044: checking netinet/ip.h usability configure:14044: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14044: $? = 0 configure:14044: result: yes configure:14044: checking netinet/ip.h presence configure:14044: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14044: $? = 0 configure:14044: result: yes configure:14044: checking for netinet/ip.h configure:14044: result: yes configure:14056: checking pam/pam_appl.h usability configure:14056: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 conftest.c:107:26: error: pam/pam_appl.h: No such file or directory configure:14056: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14056: result: no configure:14056: checking pam/pam_appl.h presence configure:14056: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c conftest.c:74:26: error: pam/pam_appl.h: No such file or directory configure:14056: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | /* end confdefs.h. */ | #include configure:14056: result: no configure:14056: checking for pam/pam_appl.h configure:14056: result: no configure:14068: checking pthread.h usability configure:14068: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14068: $? = 0 configure:14068: result: yes configure:14068: checking pthread.h presence configure:14068: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14068: $? = 0 configure:14068: result: yes configure:14068: checking for pthread.h configure:14068: result: yes configure:14080: checking pwd.h usability configure:14080: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14080: $? = 0 configure:14080: result: yes configure:14080: checking pwd.h presence configure:14080: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14080: $? = 0 configure:14080: result: yes configure:14080: checking for pwd.h configure:14080: result: yes configure:14092: checking security/pam_appl.h usability configure:14092: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14092: $? = 0 configure:14092: result: yes configure:14092: checking security/pam_appl.h presence configure:14092: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14092: $? = 0 configure:14092: result: yes configure:14092: checking for security/pam_appl.h configure:14092: result: yes configure:14104: checking sgtty.h usability configure:14104: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14104: $? = 0 configure:14104: result: yes configure:14104: checking sgtty.h presence configure:14104: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14104: $? = 0 configure:14104: result: yes configure:14104: checking for sgtty.h configure:14104: result: yes configure:14116: checking signal.h usability configure:14116: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14116: $? = 0 configure:14116: result: yes configure:14116: checking signal.h presence configure:14116: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14116: $? = 0 configure:14116: result: yes configure:14116: checking for signal.h configure:14116: result: yes configure:14128: checking stdarg.h usability configure:14128: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14128: $? = 0 configure:14128: result: yes configure:14128: checking stdarg.h presence configure:14128: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14128: $? = 0 configure:14128: result: yes configure:14128: checking for stdarg.h configure:14128: result: yes configure:14140: checking stddef.h usability configure:14140: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14140: $? = 0 configure:14140: result: yes configure:14140: checking stddef.h presence configure:14140: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14140: $? = 0 configure:14140: result: yes configure:14140: checking for stddef.h configure:14140: result: yes configure:14152: checking stdio.h usability configure:14152: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14152: $? = 0 configure:14152: result: yes configure:14152: checking stdio.h presence configure:14152: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14152: $? = 0 configure:14152: result: yes configure:14152: checking for stdio.h configure:14152: result: yes configure:14164: checking for stdlib.h configure:14164: result: yes configure:14176: checking for string.h configure:14176: result: yes configure:14188: checking for strings.h configure:14188: result: yes configure:14200: checking sys/dir.h usability configure:14200: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14200: $? = 0 configure:14200: result: yes configure:14200: checking sys/dir.h presence configure:14200: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14200: $? = 0 configure:14200: result: yes configure:14200: checking for sys/dir.h configure:14200: result: yes configure:14212: checking sys/ioctl.h usability configure:14212: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14212: $? = 0 configure:14212: result: yes configure:14212: checking sys/ioctl.h presence configure:14212: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14212: $? = 0 configure:14212: result: yes configure:14212: checking for sys/ioctl.h configure:14212: result: yes configure:14224: checking sys/param.h usability configure:14224: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14224: $? = 0 configure:14224: result: yes configure:14224: checking sys/param.h presence configure:14224: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14224: $? = 0 configure:14224: result: yes configure:14224: checking for sys/param.h configure:14224: result: yes configure:14236: checking sys/poll.h usability configure:14236: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14236: $? = 0 configure:14236: result: yes configure:14236: checking sys/poll.h presence configure:14236: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14236: $? = 0 configure:14236: result: yes configure:14236: checking for sys/poll.h configure:14236: result: yes configure:14248: checking sys/resource.h usability configure:14248: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14248: $? = 0 configure:14248: result: yes configure:14248: checking sys/resource.h presence configure:14248: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14248: $? = 0 configure:14248: result: yes configure:14248: checking for sys/resource.h configure:14248: result: yes configure:14260: checking sys/select.h usability configure:14260: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14260: $? = 0 configure:14260: result: yes configure:14260: checking sys/select.h presence configure:14260: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14260: $? = 0 configure:14260: result: yes configure:14260: checking for sys/select.h configure:14260: result: yes configure:14272: checking sys/socket.h usability configure:14272: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14272: $? = 0 configure:14272: result: yes configure:14272: checking sys/socket.h presence configure:14272: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14272: $? = 0 configure:14272: result: yes configure:14272: checking for sys/socket.h configure:14272: result: yes configure:14284: checking sys/sockio.h usability configure:14284: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 conftest.c:125:24: error: sys/sockio.h: No such file or directory configure:14284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14284: result: no configure:14284: checking sys/sockio.h presence configure:14284: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c conftest.c:92:24: error: sys/sockio.h: No such file or directory configure:14284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include configure:14284: result: no configure:14284: checking for sys/sockio.h configure:14284: result: no configure:14296: checking for sys/stat.h configure:14296: result: yes configure:14308: checking sys/time.h usability configure:14308: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14308: $? = 0 configure:14308: result: yes configure:14308: checking sys/time.h presence configure:14308: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14308: $? = 0 configure:14308: result: yes configure:14308: checking for sys/time.h configure:14308: result: yes configure:14320: checking sys/timeb.h usability configure:14320: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14320: $? = 0 configure:14320: result: yes configure:14320: checking sys/timeb.h presence configure:14320: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14320: $? = 0 configure:14320: result: yes configure:14320: checking for sys/timeb.h configure:14320: result: yes configure:14332: checking for sys/types.h configure:14332: result: yes configure:14344: checking sys/uio.h usability configure:14344: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14344: $? = 0 configure:14344: result: yes configure:14344: checking sys/uio.h presence configure:14344: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14344: $? = 0 configure:14344: result: yes configure:14344: checking for sys/uio.h configure:14344: result: yes configure:14356: checking sys/un.h usability configure:14356: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14356: $? = 0 configure:14356: result: yes configure:14356: checking sys/un.h presence configure:14356: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14356: $? = 0 configure:14356: result: yes configure:14356: checking for sys/un.h configure:14356: result: yes configure:14368: checking sys/utsname.h usability configure:14368: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14368: $? = 0 configure:14368: result: yes configure:14368: checking sys/utsname.h presence configure:14368: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14368: $? = 0 configure:14368: result: yes configure:14368: checking for sys/utsname.h configure:14368: result: yes configure:14380: checking sys/wait.h usability configure:14380: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14380: $? = 0 configure:14380: result: yes configure:14380: checking sys/wait.h presence configure:14380: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14380: $? = 0 configure:14380: result: yes configure:14380: checking for sys/wait.h configure:14380: result: yes configure:14392: checking time.h usability configure:14392: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 configure:14392: $? = 0 configure:14392: result: yes configure:14392: checking time.h presence configure:14392: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c configure:14392: $? = 0 configure:14392: result: yes configure:14392: checking for time.h configure:14392: result: yes configure:14404: checking for unistd.h configure:14404: result: yes configure:14416: checking winsock.h usability configure:14416: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5 conftest.c:135:21: error: winsock.h: No such file or directory configure:14416: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14416: result: no configure:14416: checking winsock.h presence configure:14416: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c conftest.c:102:21: error: winsock.h: No such file or directory configure:14416: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:14416: result: no configure:14416: checking for winsock.h configure:14416: result: no configure:14428: checking for special libxml2 includes configure:14434: result: -I/usr/include/libxml2 configure:14436: checking for xmlReadMemory in -lxml2 configure:14461: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,-Bsymbolic-functions conftest.c -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 >&5 configure:14461: $? = 0 configure:14470: result: yes configure:14481: checking for xsltApplyStylesheet in -lxslt configure:14506: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,-Bsymbolic-functions conftest.c -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 >&5 configure:14506: $? = 0 configure:14515: result: yes configure:14532: checking libxml/xpath.h usability configure:14532: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14532: $? = 0 configure:14532: result: yes configure:14532: checking libxml/xpath.h presence configure:14532: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:14532: $? = 0 configure:14532: result: yes configure:14532: checking for libxml/xpath.h configure:14532: result: yes configure:14544: checking libxslt/xslt.h usability configure:14544: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14544: $? = 0 configure:14544: result: yes configure:14544: checking libxslt/xslt.h presence configure:14544: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:14544: $? = 0 configure:14544: result: yes configure:14544: checking for libxslt/xslt.h configure:14544: result: yes configure:14562: checking for struct tm.tm_gmtoff configure:14562: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14562: $? = 0 configure:14562: result: yes configure:14577: checking for g_log_set_default_handler configure:14577: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 >&5 configure:14577: $? = 0 configure:14577: result: yes configure:14588: checking for getopt configure:14588: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 >&5 configure:14588: $? = 0 configure:14588: result: yes configure:14601: checking for lt_dlopen in -lltdl configure:14626: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lltdl -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 >&5 configure:14626: $? = 0 configure:14635: result: yes configure:14664: Using installed ltdl configure:14676: checking bzlib.h usability configure:14676: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14676: $? = 0 configure:14676: result: yes configure:14676: checking bzlib.h presence configure:14676: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:14676: $? = 0 configure:14676: result: yes configure:14676: checking for bzlib.h configure:14676: result: yes configure:14686: checking for BZ2_bzBuffToBuffCompress in -lbz2 configure:14711: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:14711: $? = 0 configure:14720: result: yes configure:14743: checking curses.h usability configure:14743: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14743: $? = 0 configure:14743: result: yes configure:14743: checking curses.h presence configure:14743: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:14743: $? = 0 configure:14743: result: yes configure:14743: checking for curses.h configure:14743: result: yes configure:14755: checking curses/curses.h usability configure:14755: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 conftest.c:146:27: error: curses/curses.h: No such file or directory configure:14755: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14755: result: no configure:14755: checking curses/curses.h presence configure:14755: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c conftest.c:113:27: error: curses/curses.h: No such file or directory configure:14755: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | /* end confdefs.h. */ | #include configure:14755: result: no configure:14755: checking for curses/curses.h configure:14755: result: no configure:14767: checking ncurses.h usability configure:14767: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:14767: $? = 0 configure:14767: result: yes configure:14767: checking ncurses.h presence configure:14767: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:14767: $? = 0 configure:14767: result: yes configure:14767: checking for ncurses.h configure:14767: result: yes configure:14779: checking ncurses/ncurses.h usability configure:14779: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 conftest.c:147:29: error: ncurses/ncurses.h: No such file or directory configure:14779: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:14779: result: no configure:14779: checking ncurses/ncurses.h presence configure:14779: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c conftest.c:114:29: error: ncurses/ncurses.h: No such file or directory configure:14779: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | /* end confdefs.h. */ | #include configure:14779: result: no configure:14779: checking for ncurses/ncurses.h configure:14779: result: no configure:14792: checking for printw in -lncurses configure:14817: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lncurses -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:14817: $? = 0 configure:14826: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wcast-qual" configure:11685: gcc -std=gnu99 -c -Wcast-qual -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Werror" configure:11685: gcc -std=gnu99 -c -Werror -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:14980: checking whether printw() requires argument of "const char *" configure:15005: gcc -std=gnu99 -o conftest -Wcast-qual -Werror -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lncurses -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15005: $? = 0 configure:15017: result: yes configure:15035: checking for PILLoadPlugin in -lpils configure:15060: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15060: $? = 0 configure:15069: result: yes configure:15080: checking for G_main_add_IPC_Channel in -lplumb configure:15105: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15105: $? = 0 configure:15114: result: yes configure:15135: checking for msgfromIPC_timeout configure:15135: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15135: $? = 0 configure:15135: result: yes configure:15144: checking for struct lrm_ops.fail_rsc configure:15144: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15144: $? = 0 configure:15144: result: yes configure:15159: checking for ll_cluster_new in -lhbclient configure:15184: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lhbclient -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15184: $? = 0 configure:15193: result: yes configure:15274: checking for native AIS configure:15285: result: yes configure:15290: checking openais/saAis.h usability configure:15290: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15290: $? = 0 configure:15290: result: yes configure:15290: checking openais/saAis.h presence configure:15290: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:15290: $? = 0 configure:15290: result: yes configure:15290: checking for openais/saAis.h configure:15290: result: yes configure:15302: checking corosync/coroipcc.h usability configure:15302: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15302: $? = 0 configure:15302: result: yes configure:15302: checking corosync/coroipcc.h presence configure:15302: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:15302: $? = 0 configure:15302: result: yes configure:15302: checking for corosync/coroipcc.h configure:15302: result: yes configure:15325: checking for OpenAIS branch configure:15327: result: corosync configure:15339: checking for coroipcc_msg_send_reply_receive in -lcoroipcc configure:15364: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lcoroipcc -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:15364: $? = 0 configure:15373: result: yes configure:15630: checking for supported stacks configure:15638: result: heartbeat corosync configure:15653: checking for snmp support configure:15661: result: yes configure:15665: checking net-snmp/net-snmp-config.h usability configure:15665: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15665: $? = 0 configure:15665: result: yes configure:15665: checking net-snmp/net-snmp-config.h presence configure:15665: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:15665: $? = 0 configure:15665: result: yes configure:15665: checking for net-snmp/net-snmp-config.h configure:15665: result: yes configure:15685: checking for net-snmp-config configure:15703: found /usr/bin/net-snmp-config configure:15715: result: /usr/bin/net-snmp-config configure:15734: checking for special snmp libraries configure:15737: result: -Wl,-Bsymbolic-functions -L/usr/lib -lnetsnmpagent -lnetsnmphelpers -lnetsnmpmibs -lnetsnmp -Wl,-E configure:15746: checking for netsnmp_transport_open_client configure:15746: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl -Wl,-Bsymbolic-functions -L/usr/lib -lnetsnmpagent -lnetsnmphelpers -lnetsnmpmibs -lnetsnmp -Wl,-E >&5 configure:15746: $? = 0 configure:15746: result: yes configure:15805: checking for esmtp support configure:15813: result: yes configure:15817: checking libesmtp.h usability configure:15817: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15817: $? = 0 configure:15817: result: yes configure:15817: checking libesmtp.h presence configure:15817: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:15817: $? = 0 configure:15817: result: yes configure:15817: checking for libesmtp.h configure:15817: result: yes configure:15837: checking for libesmtp-config configure:15855: found /usr/bin/libesmtp-config configure:15867: result: /usr/bin/libesmtp-config configure:15886: checking for special esmtp libraries configure:15889: result: -L/usr/lib -lesmtp -lssl -lcrypto -lpthread -ldl -lpthread configure:15931: checking gnutls/gnutls.h usability configure:15931: gcc -std=gnu99 -c -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:15931: $? = 0 configure:15931: result: yes configure:15931: checking gnutls/gnutls.h presence configure:15931: gcc -std=gnu99 -E -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c configure:15931: $? = 0 configure:15931: result: yes configure:15931: checking for gnutls/gnutls.h configure:15931: result: yes configure:15944: checking for security/pam_appl.h configure:15944: result: yes configure:15944: checking for pam/pam_appl.h configure:15944: result: no configure:15960: checking for libgnutls-config configure:15993: result: no configure:16014: checking for gnutls_init in -lgnutls configure:16039: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16039: $? = 0 configure:16048: result: yes configure:16067: checking for servicelog-1 packages configure:16074: result: no configure:16087: checking for servicelog-1 OpenIPMI OpenIPMIposix packages configure:16094: result: configure:16109: checking for alphasort configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for inet_pton configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for NoSuchFunctionName configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 /tmp/cc6LVqYL.o: In function `main': /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/conftest.c:169: undefined reference to `NoSuchFunctionName' collect2: ld returned 1 exit status configure:16109: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPILS 1 | #define HAVE_LIBPLUMB 1 | #define HAVE_MSGFROMIPC_TIMEOUT 1 | #define HAVE_STRUCT_LRM_OPS_FAIL_RSC 1 | #define SUPPORT_HEARTBEAT 1 | #define HAVE_OPENAIS_SAAIS_H 1 | #define HAVE_COROSYNC_COROIPCC_H 1 | #define HAVE_LIBCOROIPCC 1 | #define AIS_COROSYNC 1 | #define SUPPORT_AIS 1 | #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | #define HAVE_NETSNMP_TRANSPORT_OPEN_CLIENT 1 | #define ENABLE_SNMP 1 | #define HAVE_LIBESMTP_H 1 | #define ENABLE_ESMTP 1 | #define HAVE_GNUTLS_GNUTLS_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_LIBGNUTLS 1 | #define HAVE_ALPHASORT 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | /* Define NoSuchFunctionName to an innocuous variant, in case declares NoSuchFunctionName. | For example, HP-UX 11i declares gettimeofday. */ | #define NoSuchFunctionName innocuous_NoSuchFunctionName | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char NoSuchFunctionName (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef NoSuchFunctionName | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char NoSuchFunctionName (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_NoSuchFunctionName || defined __stub___NoSuchFunctionName | choke me | #endif | | int | main () | { | return NoSuchFunctionName (); | ; | return 0; | } configure:16109: result: no configure:16109: checking for scandir configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for setenv configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for strerror configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for unsetenv configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for strnlen configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for strndup configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 conftest.c:163: warning: conflicting types for built-in function 'strndup' configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for daemon configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for strlcpy configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:16109: checking for strlcat configure:16109: gcc -std=gnu99 -o conftest -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -Wl,-Bsymbolic-functions conftest.c -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl >&5 configure:16109: $? = 0 configure:16109: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-fgnu89-inline" configure:11685: gcc -std=gnu99 -c -fgnu89-inline -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-fstack-protector-all" configure:11685: gcc -std=gnu99 -c -fstack-protector-all -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wall" configure:11685: gcc -std=gnu99 -c -Wall -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Waggregate-return" configure:11685: gcc -std=gnu99 -c -Waggregate-return -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wbad-function-cast" configure:11685: gcc -std=gnu99 -c -Wbad-function-cast -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wcast-qual" configure:11685: gcc -std=gnu99 -c -Wcast-qual -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wcast-align" configure:11685: gcc -std=gnu99 -c -Wcast-align -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wdeclaration-after-statement" configure:11685: gcc -std=gnu99 -c -Wdeclaration-after-statement -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wendif-labels" configure:11685: gcc -std=gnu99 -c -Wendif-labels -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wfloat-equal" configure:11685: gcc -std=gnu99 -c -Wfloat-equal -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wformat=2" configure:11685: gcc -std=gnu99 -c -Wformat=2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wformat-security" configure:11685: gcc -std=gnu99 -c -Wformat-security -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wformat-nonliteral" configure:11685: gcc -std=gnu99 -c -Wformat-nonliteral -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Winline" configure:11685: gcc -std=gnu99 -c -Winline -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wmissing-prototypes" configure:11685: gcc -std=gnu99 -c -Wmissing-prototypes -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wmissing-declarations" configure:11685: gcc -std=gnu99 -c -Wmissing-declarations -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wnested-externs" configure:11685: gcc -std=gnu99 -c -Wnested-externs -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wno-long-long" configure:11685: gcc -std=gnu99 -c -Wno-long-long -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wno-strict-aliasing" configure:11685: gcc -std=gnu99 -c -Wno-strict-aliasing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wpointer-arith" configure:11685: gcc -std=gnu99 -c -Wpointer-arith -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wstrict-prototypes" configure:11685: gcc -std=gnu99 -c -Wstrict-prototypes -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 conftest.c:144: warning: function declaration isn't a prototype configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-Wunsigned-char" configure:11685: gcc -std=gnu99 -c -Wunsigned-char -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 cc1: error: unrecognized command line option "-Wunsigned-char" configure:11685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "pacemaker" | #define PACKAGE_TARNAME "pacemaker" | #define PACKAGE_VERSION "1.0.7" | #define PACKAGE_STRING "pacemaker 1.0.7" | #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" | #define PACKAGE_URL "" | #define PACKAGE "pacemaker" | #define VERSION "1.0.7" | #define PACEMAKER_VERSION "1.0.7" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STRINGIZE 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define ON_LINUX 1 | #define HA_LOG_FACILITY LOG_DAEMON | #define U64T "%llu" | #define HAVE_HB_CONFIG_H 1 | #define HAVE_GLUE_CONFIG_H 1 | #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" | #define CRM_DTD_VERSION "1.0" | #define CRM_DAEMON_USER "hacluster" | #define CRM_DAEMON_GROUP "haclient" | #define CRM_STATE_DIR "/var/run/crm" | #define PE_STATE_DIR "/var/lib/pengine" | #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" | #define CRM_DAEMON_DIR "/usr/lib/heartbeat" | #define HA_STATE_DIR "/var/run" | #define UUID_FILE "/var/lib/heartbeat/hb_uuid" | #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" | #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" | #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" | #define VALGRIND_BIN "/usr/bin/valgrind" | #define HAVE_LIBDL 1 | #define HAVE_LIBRT 1 | #define HAVE_LIBPAM 1 | #define HAVE_LIBUUID 1 | #define HAVE_LIBC 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASM_TYPES_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_AUTH_CLIENT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GLIB_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LINUX_ERRQUEUE_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETINET_IP_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_DIR_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIBXML2 1 | #define HAVE_LIBXSLT 1 | #define HAVE_LIBXML_XPATH_H 1 | #define HAVE_LIBXSLT_XSLT_H 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 | #define HAVE_GETOPT 1 | #define HAVE_DECL_GETOPT 1 | #define HAVE_BZLIB_H 1 | #define HAVE_LIBBZ2 1 | #define HAVE_CURSES_H 1 | #define HAVE_NCURSES_H 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBPILS 1 | #define HAVE_LIBPLUMB 1 | #define HAVE_MSGFROMIPC_TIMEOUT 1 | #define HAVE_STRUCT_LRM_OPS_FAIL_RSC 1 | #define SUPPORT_HEARTBEAT 1 | #define HAVE_OPENAIS_SAAIS_H 1 | #define HAVE_COROSYNC_COROIPCC_H 1 | #define HAVE_LIBCOROIPCC 1 | #define AIS_COROSYNC 1 | #define SUPPORT_AIS 1 | #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 | #define HAVE_NETSNMP_TRANSPORT_OPEN_CLIENT 1 | #define ENABLE_SNMP 1 | #define HAVE_LIBESMTP_H 1 | #define ENABLE_ESMTP 1 | #define HAVE_GNUTLS_GNUTLS_H 1 | #define HAVE_SECURITY_PAM_APPL_H 1 | #define HAVE_LIBGNUTLS 1 | #define HAVE_ALPHASORT 1 | #define HAVE_INET_PTON 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETENV 1 | #define HAVE_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRNDUP 1 | #define HAVE_DAEMON 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | /* end confdefs.h. */ | int main(){return 0;} configure:11689: result: no configure:11679: checking whether gcc -std=gnu99 supports "-Wwrite-strings" configure:11685: gcc -std=gnu99 -c -Wwrite-strings -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:11679: checking whether gcc -std=gnu99 supports "-std=iso9899:199409" configure:11685: gcc -std=gnu99 -c -std=iso9899:199409 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 conftest.c >&5 configure:11685: $? = 0 configure:11686: result: yes configure:16208: Enabling ANSI Compatibility configure:16213: Activated additional gcc flags: -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY configure:16242: result: Supress make details: configure:16415: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by pacemaker config.status 1.0.7, which was generated by GNU Autoconf 2.65. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on lucid config.status:1331: creating Makefile config.status:1331: creating README config.status:1331: creating cts/Makefile config.status:1331: creating cts/CTSvars.py config.status:1439: WARNING: 'cts/CTSvars.py.in' seems to ignore the --datarootdir setting config.status:1331: creating cts/LSBDummy config.status:1331: creating cib/Makefile config.status:1331: creating crmd/Makefile config.status:1331: creating pengine/Makefile config.status:1331: creating debian/Makefile config.status:1331: creating doc/Makefile config.status:1331: creating doc/cibadmin.8 config.status:1331: creating doc/crm_resource.8 config.status:1331: creating include/Makefile config.status:1331: creating include/crm/Makefile config.status:1331: creating include/crm/common/Makefile config.status:1331: creating include/crm/pengine/Makefile config.status:1331: creating include/fencing/Makefile config.status:1331: creating replace/Makefile config.status:1331: creating lib/Makefile config.status:1331: creating lib/ais/Makefile config.status:1331: creating lib/common/Makefile config.status:1331: creating lib/cib/Makefile config.status:1331: creating lib/pengine/Makefile config.status:1331: creating lib/transition/Makefile config.status:1331: creating lib/fencing/Makefile config.status:1331: creating lib/plugins/Makefile config.status:1331: creating lib/plugins/lrm/Makefile config.status:1331: creating fencing/Makefile config.status:1331: creating fencing/stonithd/Makefile config.status:1331: creating fencing/test/Makefile config.status:1331: creating fencing/test/STONITHDBasicSanityCheck config.status:1331: creating extra/Makefile config.status:1331: creating extra/resources/Makefile config.status:1331: creating tools/Makefile config.status:1331: creating tools/haresources2cib.py config.status:1331: creating tools/hb2openais.sh config.status:1331: creating tools/crm_primitive.py config.status:1331: creating tools/crm config.status:1439: WARNING: 'tools/crm.in' seems to ignore the --datarootdir setting config.status:1331: creating tools/shell/Makefile config.status:1331: creating tools/shell/templates/Makefile config.status:1331: creating tools/shell/regression/Makefile config.status:1331: creating tools/shell/regression/regression.sh config.status:1331: creating tools/shell/regression/lrmregtest-lsb config.status:1331: creating tools/shell/regression/testcases/Makefile config.status:1331: creating xml/Makefile config.status:1331: creating xml/pacemaker.rng config.status:1331: creating xml/resources.rng config.status:1331: creating xml/constraints.rng config.status:1331: creating xml/rule.rng config.status:1331: creating xml/nvset.rng config.status:1331: creating include/config.h config.status:1331: creating include/crm_config.h config.status:1551: executing depfiles commands config.status:1551: executing libtool commands configure:18815: result: configure:18817: result: pacemaker configuration: configure:18819: result: Version = 1.0.7 (Build: 54d7869bfe3691eb723b1d47810e5585d8246b58) configure:18821: result: Features = manpages ncurses heartbeat corosync snmp libesmtp configure:18823: result: configure:18825: result: Prefix = /usr configure:18827: result: Executables = /usr/sbin configure:18829: result: Man pages = /usr/share/man configure:18831: result: Libraries = /usr/lib configure:18833: result: Header files = /usr/include configure:18835: result: Arch-independent files = /usr/share configure:18837: result: State information = /var configure:18839: result: System configuration = /etc configure:18841: result: AIS Plugins = /usr/lib/lcrso configure:18843: result: configure:18845: result: Use system LTDL = yes configure:18847: result: configure:18849: result: HA group name = haclient configure:18851: result: HA user name = hacluster configure:18853: result: configure:18855: result: CFLAGS = -Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY configure:18857: result: Libraries = -lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl configure:18859: result: Stack Libraries = -lhbclient -lccmclient -lcoroipcc ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_stringize=yes ac_cv_compatible_printw=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-Wall -g -I../../../.. -I../../../../include -O2' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-Wl,-Bsymbolic-functions ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_NoSuchFunctionName=no ac_cv_func_alphasort=yes ac_cv_func_daemon=yes ac_cv_func_dlopen=no ac_cv_func_g_log_set_default_handler=yes ac_cv_func_getopt=yes ac_cv_func_inet_pton=yes ac_cv_func_msgfromIPC_timeout=yes ac_cv_func_netsnmp_transport_open_client=yes ac_cv_func_scandir=yes ac_cv_func_setenv=yes ac_cv_func_shl_load=no ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strndup=yes ac_cv_func_strnlen=yes ac_cv_func_unsetenv=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_asm_types_h=yes ac_cv_header_assert_h=yes ac_cv_header_auth_client_h=yes ac_cv_header_bzlib_h=yes ac_cv_header_corosync_coroipcc_h=yes ac_cv_header_ctype_h=yes ac_cv_header_curses_curses_h=no ac_cv_header_curses_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_glib_h=yes ac_cv_header_glue_config_h=yes ac_cv_header_gnutls_gnutls_h=yes ac_cv_header_grp_h=yes ac_cv_header_hb_config_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libesmtp_h=yes ac_cv_header_libxml_xpath_h=yes ac_cv_header_libxslt_xslt_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_errqueue_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_ncurses_h=yes ac_cv_header_ncurses_ncurses_h=no ac_cv_header_net_snmp_net_snmp_config_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_ip_h=yes ac_cv_header_openais_saAis_h=yes ac_cv_header_pam_pam_appl_h=no ac_cv_header_pthread_h=yes ac_cv_header_pwd_h=yes ac_cv_header_security_pam_appl_h=yes ac_cv_header_sgtty_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_dir_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_winsock_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes ac_cv_lib_c_dlopen=no ac_cv_lib_c_gettext=yes ac_cv_lib_coroipcc_coroipcc_msg_send_reply_receive=yes ac_cv_lib_crypto_CRYPTO_free=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_gnugetopt_getopt_long=no ac_cv_lib_gnutls_gnutls_init=yes ac_cv_lib_hbclient_ll_cluster_new=yes ac_cv_lib_ltdl_lt_dlopen=yes ac_cv_lib_ncurses_printw=yes ac_cv_lib_pam_pam_start=yes ac_cv_lib_pils_PILLoadPlugin=yes ac_cv_lib_plumb_G_main_add_IPC_Channel=yes ac_cv_lib_rt_sched_getscheduler=yes ac_cv_lib_socket_socket=no ac_cv_lib_uuid_uuid_create=no ac_cv_lib_uuid_uuid_parse=yes ac_cv_lib_xml2_xmlReadMemory=yes ac_cv_lib_xslt_xsltApplyStylesheet=yes ac_cv_member_struct_lrm_ops_fail_rsc=yes ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_ESMTPCONFIG=/usr/bin/libesmtp-config ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_HELP2MAN=/usr/bin/help2man ac_cv_path_HG=/bin/false ac_cv_path_HTML2TXT=/usr/bin/lynx ac_cv_path_PKGCONFIG=/usr/bin/pkg-config ac_cv_path_POD2MAN=/usr/bin/pod2man ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_SCP=/usr/bin/scp ac_cv_path_SED=/bin/sed ac_cv_path_SNMPCONFIG=/usr/bin/net-snmp-config ac_cv_path_SSH=/usr/bin/ssh ac_cv_path_TAR=/bin/tar ac_cv_path_TEST=/usr/bin/test ac_cv_path_XML2CONFIG=/usr/bin/xml2-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_LIBTOOL='$(SHELL) $(top_builddir)/libtool' ac_cv_prog_MAKE=make ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/dist-packages' am_cv_python_pythondir='${prefix}/lib/python2.6/dist-packages' am_cv_python_version=2.6 lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=805306365 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' AR='ar' ASCIIDOC='' AUTOCONF='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run autoconf' AUTOHEADER='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run autoheader' AUTOMAKE='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run automake-1.11' AWK='gawk' BUILD_AIS_SUPPORT_FALSE='#' BUILD_AIS_SUPPORT_TRUE='' BUILD_ASCIIDOC_FALSE='' BUILD_ASCIIDOC_TRUE='#' BUILD_DOCBOOK_FALSE='' BUILD_DOCBOOK_TRUE='#' BUILD_HEARTBEAT_SUPPORT_FALSE='#' BUILD_HEARTBEAT_SUPPORT_TRUE='' BUILD_HELP_FALSE='#' BUILD_HELP_TRUE='' BUILD_OPENIPMI_SERICELOG_FALSE='' BUILD_OPENIPMI_SERICELOG_TRUE='#' BUILD_SERVICELOG_FALSE='' BUILD_SERVICELOG_TRUE='#' BUILD_VERSION='54d7869bfe3691eb723b1d47810e5585d8246b58' CC='gcc -std=gnu99' CCDEPMODE='depmode=gcc3' CFLAGS='-Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY' CFLAGS_COPY='-Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY' CLUSTERLIBS=' -lhbclient -lccmclient -lcoroipcc ' CPP='gcc -std=gnu99 -E' CPPFLAGS=' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2' CRM_CONFIG_DIR='/var/lib/heartbeat/crm' CRM_DAEMON_DIR='/usr/lib/heartbeat' CRM_DAEMON_GROUP='haclient' CRM_DAEMON_USER='hacluster' CRM_DTD_DIRECTORY='/usr/share/pacemaker' CRM_DTD_VERSION='1.0' CRM_STATE_DIR='/var/run/crm' CRYPTOLIB='-lcrypto' CURSESLIBS='-lncurses' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_ESMTP_FALSE='#' ENABLE_ESMTP_TRUE='' ENABLE_SNMP_FALSE='#' ENABLE_SNMP_TRUE='' ESMTPCONFIG='/usr/bin/libesmtp-config' ESMTPLIBS='-L/usr/lib -lesmtp -lssl -lcrypto -lpthread -ldl -lpthread ' EXEEXT='' FGREP='/bin/grep -F' FOP='' GCC_4_FALSE='' GCC_4_TRUE='#' GNUTLSHEAD='' GNUTLSLIBS='' GREP='/bin/grep' HA_STATE_DIR='/var/run' HA_VARLIBHBDIR='/var/lib/heartbeat' HB_PKG='heartbeat' HELP2MAN='/usr/bin/help2man' HG='/bin/false' HTML2TXT='/usr/bin/lynx' INCLTDL='' INITDIR='/etc/init.d' INIT_EXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LCRSODIR='/usr/lib/lcrso' LD='/usr/bin/ld' LDFLAGS='-Wl,-Bsymbolic-functions' LIBADD_DL='-ldl' LIBADD_INTL='' LIBGNUTLS_CONFIG='' LIBLTDL='' LIBLTDL_DIR='' LIBOBJS=' ${LIBOBJDIR}NoSuchFunctionName$U.o' LIBS='-lgnutls -lplumb -lpils -lbz2 -lxslt -lxml2 -lc -luuid -lpam -lrt -ldl -lglib-2.0 -lltdl' LIBTOOL='$(SHELL) $(top_builddir)/libtool --tag=CC $(QUIET_LIBTOOL_OPTS)' LIPO='' LN_S='ln -s' LOCALE='' LTDLDEPS='${top_build_prefix}libltdl/libltdlc.la' LTDLINCL='-I${top_srcdir}/libltdl' LTLIBOBJS=' ${LIBOBJDIR}NoSuchFunctionName$U.lo' MAKE='make $(QUIET_MAKE_OPTS)' MAKEINFO='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/missing --run makeinfo' MD5='' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' NON_FATAL_CFLAGS='-Wall -g -I../../../.. -I../../../../include -O2 -I/usr/include -I/usr/include/heartbeat -ggdb3 -O0 -fgnu89-inline -fstack-protector-all -Wall -Waggregate-return -Wbad-function-cast -Wcast-qual -Wcast-align -Wdeclaration-after-statement -Wendif-labels -Wfloat-equal -Wformat=2 -Wformat-security -Wformat-nonliteral -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long -Wno-strict-aliasing -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -ansi -D_GNU_SOURCE -DANSI_ONLY' OBJDUMP='objdump' OBJEXT='o' OCF_RA_DIR='/usr/lib/ocf/resource.d/' OCF_ROOT_DIR='/usr/lib/ocf' OTOOL64='' OTOOL='' PACKAGE='pacemaker' PACKAGE_BUGREPORT='pacemaker@oss.clusterlabs.org' PACKAGE_NAME='pacemaker' PACKAGE_STRING='pacemaker 1.0.7' PACKAGE_TARNAME='pacemaker' PACKAGE_URL='' PACKAGE_VERSION='1.0.7' PATH_SEPARATOR=':' PE_STATE_DIR='/var/lib/pengine' PKGCONFIG='/usr/bin/pkg-config' PKGNAME='LXHAhb' POD2MAN='/usr/bin/pod2man' PUBLICAN='' PYTHON='/usr/bin/python' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.6' QUIET_LIBTOOL_OPTS='' QUIET_MAKE_OPTS='' RANLIB='ranlib' SCP='/usr/bin/scp' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SNMPCONFIG='/usr/bin/net-snmp-config' SNMPLIBS='-Wl,-Bsymbolic-functions -L/usr/lib -lnetsnmpagent -lnetsnmphelpers -lnetsnmpmibs -lnetsnmp -Wl,-E' SSH='/usr/bin/ssh' STONITH_PLUGIN_DIR='/usr/lib/stonith/plugins/stonith/' STRIP='strip' TAR='/bin/tar' TEST='/usr/bin/test' VALGRIND_BIN='/usr/bin/valgrind' VERSION='1.0.7' XML2CONFIG='/usr/bin/xml2-config' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='/usr/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/pacemaker' dvidir='${docdir}' exec_prefix='/usr' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='/usr/include' infodir='/usr/share/info' install_sh='${SHELL} /home/ivoks/Cluster/pacemaker-1.0.7+hg20100203/install-sh' libdir='/usr/lib' libexecdir='/usr/libexec' localedir='${datarootdir}/locale' localstatedir='/var' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/pacemaker' pkgpythondir='${pythondir}/pacemaker' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.6/dist-packages' pythondir='${prefix}/lib/python2.6/dist-packages' sbindir='/usr/sbin' sharedstatedir='/usr/com' subdirs='' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "pacemaker" #define PACKAGE_TARNAME "pacemaker" #define PACKAGE_VERSION "1.0.7" #define PACKAGE_STRING "pacemaker 1.0.7" #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org" #define PACKAGE_URL "" #define PACKAGE "pacemaker" #define VERSION "1.0.7" #define PACEMAKER_VERSION "1.0.7" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_STRINGIZE 1 #define SIZEOF_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define ON_LINUX 1 #define HA_LOG_FACILITY LOG_DAEMON #define U64T "%llu" #define HAVE_HB_CONFIG_H 1 #define HAVE_GLUE_CONFIG_H 1 #define CRM_DTD_DIRECTORY "/usr/share/pacemaker" #define CRM_DTD_VERSION "1.0" #define CRM_DAEMON_USER "hacluster" #define CRM_DAEMON_GROUP "haclient" #define CRM_STATE_DIR "/var/run/crm" #define PE_STATE_DIR "/var/lib/pengine" #define CRM_CONFIG_DIR "/var/lib/heartbeat/crm" #define CRM_DAEMON_DIR "/usr/lib/heartbeat" #define HA_STATE_DIR "/var/run" #define UUID_FILE "/var/lib/heartbeat/hb_uuid" #define OCF_RA_DIR "/usr/lib/ocf/resource.d/" #define STONITH_PLUGIN_DIR "/usr/lib/stonith/plugins/stonith/" #define BUILD_VERSION "54d7869bfe3691eb723b1d47810e5585d8246b58" #define VALGRIND_BIN "/usr/bin/valgrind" #define HAVE_LIBDL 1 #define HAVE_LIBRT 1 #define HAVE_LIBPAM 1 #define HAVE_LIBUUID 1 #define HAVE_LIBC 1 #define STDC_HEADERS 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ASM_TYPES_H 1 #define HAVE_ASSERT_H 1 #define HAVE_AUTH_CLIENT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_DIRENT_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GLIB_H 1 #define HAVE_GRP_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LINUX_ERRQUEUE_H 1 #define HAVE_MALLOC_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_IP_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_PWD_H 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_SGTTY_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_DIR_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_LIBXML2 1 #define HAVE_LIBXSLT 1 #define HAVE_LIBXML_XPATH_H 1 #define HAVE_LIBXSLT_XSLT_H 1 #define HAVE_STRUCT_TM_TM_GMTOFF 1 #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1 #define HAVE_GETOPT 1 #define HAVE_DECL_GETOPT 1 #define HAVE_BZLIB_H 1 #define HAVE_LIBBZ2 1 #define HAVE_CURSES_H 1 #define HAVE_NCURSES_H 1 #define HAVE_LIBNCURSES 1 #define HAVE_LIBPILS 1 #define HAVE_LIBPLUMB 1 #define HAVE_MSGFROMIPC_TIMEOUT 1 #define HAVE_STRUCT_LRM_OPS_FAIL_RSC 1 #define SUPPORT_HEARTBEAT 1 #define HAVE_OPENAIS_SAAIS_H 1 #define HAVE_COROSYNC_COROIPCC_H 1 #define HAVE_LIBCOROIPCC 1 #define AIS_COROSYNC 1 #define SUPPORT_AIS 1 #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1 #define HAVE_NETSNMP_TRANSPORT_OPEN_CLIENT 1 #define ENABLE_SNMP 1 #define HAVE_LIBESMTP_H 1 #define ENABLE_ESMTP 1 #define HAVE_GNUTLS_GNUTLS_H 1 #define HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_LIBGNUTLS 1 #define HAVE_ALPHASORT 1 #define HAVE_INET_PTON 1 #define HAVE_SCANDIR 1 #define HAVE_SETENV 1 #define HAVE_STRERROR 1 #define HAVE_UNSETENV 1 #define HAVE_STRNLEN 1 #define HAVE_STRNDUP 1 #define HAVE_DAEMON 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCAT 1 configure: exit 0