installation problem

Marc Powell marc at ena.com
Mon Jul 21 19:26:00 CEST 2008


AGAIN, please always respond on list. There are other, more  
knowledgeable, people on this list who may have valuable insight to  
help you resolve your problem. You'll also be helping people in the  
future who experience a similar issue and who search the archives.  
More comments below.

(including most of original response for the list).

On Jul 21, 2008, at 9:42 AM, Thierry Granier wrote:
>>

> Hello!
> here is my config.log
>
>  $ ./configure --with-command-group=nagcmd
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = Thierry-Desktop
> uname -m = i686
> uname -r = 2.6.25.9-0.2-pae
> uname -s = Linux
> uname -v = #1 SMP 2008-06-28 00:00:07 +0200
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /sbin
> PATH: /usr/sbin
> PATH: /usr/local/sbin
> PATH: /root/bin
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/bin/X11
> PATH: /usr/X11R6/bin
> PATH: /usr/games
> PATH: /opt/kde3/bin
> PATH: /opt/cross/bin
> PATH: /usr/lib/jvm/jre/bin
> PATH: /usr/lib/mit/bin
> PATH: /usr/lib/mit/sbin
> PATH: /usr/lib/qt3/bin
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1352: checking for a BSD-compatible install
> configure:1407: result: /usr/bin/install -c
> configure:1426: checking build system type
> configure:1444: result: i686-pc-linux-gnu
> configure:1452: checking host system type
> configure:1466: result: i686-pc-linux-gnu
> configure:1521: checking for gcc
> configure:1537: found /usr/bin/gcc
> configure:1547: result: gcc
> configure:1791: checking for C compiler version
> configure:1794: gcc --version </dev/null >&5
> gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision
> 135036]
> Copyright (C) 2008 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:1797: $? = 0
> configure:1799: gcc -v </dev/null >&5
> Using built-in specs.
> Target: i586-suse-linux
> Configured with: ../configure --prefix=/usr
> - --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/u
> sr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
> - --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --en
> able-checking=release --with-gxx-include-dir=/usr/include/c++/4.3
> - --enable-ssp --disable-libssp --with-bugurl=ht
> tp://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable- 
> libgcj
> - --with-slibdir=/lib --with-system-zlib -
> - -enable-__cxa_atexit --enable-libstdcxx-allocator=new
> - --disable-libstdcxx-pch --program-suffix=-4.3 --enable-ver
> sion-specific-runtime-libs --enable-linux-futex
> - --without-system-libunwind --with-cpu=generic --build=i586-suse-
> linux
> Thread model: posix
> gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision  
> 135036]
> (SUSE Linux)
> configure:1802: $? = 0
> configure:1804: gcc -V </dev/null >&5
> gcc: '-V' option must have argument
> configure:1807: $? = 1
> configure:1830: checking for C compiler default output file name
> configure:1833: gcc    conftest.c  >&5
> configure:1836: $? = 0
> configure:1882: result: a.out
> configure:1887: checking whether the C compiler works
> configure:1893: ./a.out
> configure:1896: $? = 0
> configure:1913: result: yes
> configure:1920: checking whether we are cross compiling
> configure:1922: result: no
> configure:1925: checking for suffix of executables
> configure:1927: gcc -o conftest    conftest.c  >&5
> configure:1930: $? = 0
> configure:1955: result:
> configure:1961: checking for suffix of object files
> configure:1982: gcc -c   conftest.c >&5
> configure:1985: $? = 0
> configure:2007: result: o
> configure:2011: checking whether we are using the GNU C compiler
> configure:2035: gcc -c   conftest.c >&5
> configure:2041: $? = 0
> configure:2045: test -z
> 			 || test ! -s conftest.err
> configure:2048: $? = 0
> configure:2051: test -s conftest.o
> configure:2054: $? = 0
> configure:2067: result: yes
> configure:2073: checking whether gcc accepts -g
> configure:2094: gcc -c -g  conftest.c >&5
> configure:2100: $? = 0
> configure:2104: test -z
> 			 || test ! -s conftest.err
> configure:2107: $? = 0
> configure:2110: test -s conftest.o
> configure:2113: $? = 0
> configure:2124: result: yes
> configure:2141: checking for gcc option to accept ANSI C
> configure:2211: gcc  -c -g -O2  conftest.c >&5
> configure:2217: $? = 0
> configure:2221: test -z
> 			 || test ! -s conftest.err
> configure:2224: $? = 0
> configure:2227: test -s conftest.o
> configure:2230: $? = 0
> configure:2248: result: none needed
> configure:2266: gcc -c -g -O2  conftest.c >&5
> conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before 'me'
> configure:2272: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
> configure:2405: checking whether make sets $(MAKE)
> configure:2429: result: no
> configure:2436: checking for strip
> configure:2454: found /usr/bin/strip
> configure:2467: result: /usr/bin/strip
> configure:2481: checking how to run the C preprocessor
> configure:2516: gcc -E  conftest.c
> configure:2522: $? = 0
> configure:2554: gcc -E  conftest.c
> conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
> configure:2560: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:2599: result: gcc -E
> configure:2623: gcc -E  conftest.c
> configure:2629: $? = 0
> configure:2661: gcc -E  conftest.c
> conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
> configure:2667: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:2711: checking for egrep
> configure:2721: result: grep -E
> configure:2726: checking for ANSI C header files
> configure:2751: gcc -c -g -O2  conftest.c >&5
> configure:2757: $? = 0
> configure:2761: test -z
> 			 || test ! -s conftest.err
> configure:2764: $? = 0
> configure:2767: test -s conftest.o
> configure:2770: $? = 0
> configure:2859: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c: In function 'main':
> conftest.c:26: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:2862: $? = 0
> configure:2864: ./conftest
> configure:2867: $? = 0
> configure:2882: result: yes
> configure:2892: checking whether time.h and sys/time.h may both be  
> included
> configure:2917: gcc -c -g -O2  conftest.c >&5
> configure:2923: $? = 0
> configure:2927: test -z
> 			 || test ! -s conftest.err
> configure:2930: $? = 0
> configure:2933: test -s conftest.o
> configure:2936: $? = 0
> configure:2947: result: yes
> configure:2957: checking for sys/wait.h that is POSIX.1 compatible
> configure:2988: gcc -c -g -O2  conftest.c >&5
> configure:2994: $? = 0
> configure:2998: test -z
> 			 || test ! -s conftest.err
> configure:3001: $? = 0
> configure:3004: test -s conftest.o
> configure:3007: $? = 0
> configure:3018: result: yes
> configure:3042: checking for sys/types.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for sys/stat.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for stdlib.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for string.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for memory.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for strings.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for inttypes.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for stdint.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3042: checking for unistd.h
> configure:3058: gcc -c -g -O2  conftest.c >&5
> configure:3064: $? = 0
> configure:3068: test -z
> 			 || test ! -s conftest.err
> configure:3071: $? = 0
> configure:3074: test -s conftest.o
> configure:3077: $? = 0
> configure:3088: result: yes
> configure:3149: checking arpa/inet.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking arpa/inet.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for arpa/inet.h
> configure:3272: result: yes
> configure:3149: checking ctype.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking ctype.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for ctype.h
> configure:3272: result: yes
> configure:3149: checking dirent.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking dirent.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for dirent.h
> configure:3272: result: yes
> configure:3149: checking errno.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking errno.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for errno.h
> configure:3272: result: yes
> configure:3149: checking fcntl.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking fcntl.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for fcntl.h
> configure:3272: result: yes
> configure:3149: checking getopt.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking getopt.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for getopt.h
> configure:3272: result: yes
> configure:3149: checking grp.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking grp.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for grp.h
> configure:3272: result: yes
> configure:3149: checking libgen.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking libgen.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for libgen.h
> configure:3272: result: yes
> configure:3149: checking limits.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking limits.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for limits.h
> configure:3272: result: yes
> configure:3149: checking math.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking math.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for math.h
> configure:3272: result: yes
> configure:3149: checking netdb.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking netdb.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for netdb.h
> configure:3272: result: yes
> configure:3149: checking netinet/in.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking netinet/in.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for netinet/in.h
> configure:3272: result: yes
> configure:3149: checking pthread.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking pthread.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for pthread.h
> configure:3272: result: yes
> configure:3149: checking pthreads.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> conftest.c:68:22: error: pthreads.h: No such file or directory
> configure:3167: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #else
> | # if HAVE_STDINT_H
> | #  include <stdint.h>
> | # endif
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <pthreads.h>
> configure:3190: result: no
> configure:3194: checking pthreads.h presence
> configure:3204: gcc -E  conftest.c
> conftest.c:34:22: error: pthreads.h: No such file or directory
> configure:3210: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | /* end confdefs.h.  */
> | #include <pthreads.h>
> configure:3230: result: no
> configure:3265: checking for pthreads.h
> configure:3272: result: no
> configure:3149: checking pwd.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking pwd.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for pwd.h
> configure:3272: result: yes
> configure:3149: checking regex.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking regex.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for regex.h
> configure:3272: result: yes
> configure:3149: checking signal.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking signal.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for signal.h
> configure:3272: result: yes
> configure:3149: checking socket.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> conftest.c:71:20: error: socket.h: No such file or directory
> configure:3167: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #else
> | # if HAVE_STDINT_H
> | #  include <stdint.h>
> | # endif
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <socket.h>
> configure:3190: result: no
> configure:3194: checking socket.h presence
> configure:3204: gcc -E  conftest.c
> conftest.c:37:20: error: socket.h: No such file or directory
> configure:3210: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | /* end confdefs.h.  */
> | #include <socket.h>
> configure:3230: result: no
> configure:3265: checking for socket.h
> configure:3272: result: no
> configure:3149: checking stdarg.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking stdarg.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for stdarg.h
> configure:3272: result: yes
> configure:3140: checking for string.h
> configure:3145: result: yes
> configure:3140: checking for strings.h
> configure:3145: result: yes
> configure:3149: checking sys/mman.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/mman.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/mman.h
> configure:3272: result: yes
> configure:3140: checking for sys/types.h
> configure:3145: result: yes
> configure:3149: checking sys/time.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/time.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/time.h
> configure:3272: result: yes
> configure:3149: checking sys/resource.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/resource.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/resource.h
> configure:3272: result: yes
> configure:3140: checking for sys/wait.h
> configure:3145: result: yes
> configure:3149: checking sys/socket.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/socket.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/socket.h
> configure:3272: result: yes
> configure:3140: checking for sys/stat.h
> configure:3145: result: yes
> configure:3149: checking sys/timeb.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/timeb.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/timeb.h
> configure:3272: result: yes
> configure:3149: checking sys/un.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/un.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/un.h
> configure:3272: result: yes
> configure:3149: checking sys/ipc.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/ipc.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/ipc.h
> configure:3272: result: yes
> configure:3149: checking sys/msg.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/msg.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/msg.h
> configure:3272: result: yes
> configure:3149: checking sys/poll.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking sys/poll.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for sys/poll.h
> configure:3272: result: yes
> configure:3149: checking syslog.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> configure:3167: $? = 0
> configure:3171: test -z
> 			 || test ! -s conftest.err
> configure:3174: $? = 0
> configure:3177: test -s conftest.o
> configure:3180: $? = 0
> configure:3190: result: yes
> configure:3194: checking syslog.h presence
> configure:3204: gcc -E  conftest.c
> configure:3210: $? = 0
> configure:3230: result: yes
> configure:3265: checking for syslog.h
> configure:3272: result: yes
> configure:3149: checking uio.h usability
> configure:3161: gcc -c -g -O2  conftest.c >&5
> conftest.c:87:17: error: uio.h: No such file or directory
> configure:3167: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | #define HAVE_STDARG_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_RESOURCE_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TIMEB_H 1
> | #define HAVE_SYS_UN_H 1
> | #define HAVE_SYS_IPC_H 1
> | #define HAVE_SYS_MSG_H 1
> | #define HAVE_SYS_POLL_H 1
> | #define HAVE_SYSLOG_H 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #if HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #if HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #if STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # if HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #if HAVE_STRING_H
> | # if !STDC_HEADERS && HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #if HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #if HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #else
> | # if HAVE_STDINT_H
> | #  include <stdint.h>
> | # endif
> | #endif
> | #if HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <uio.h>
> configure:3190: result: no
> configure:3194: checking uio.h presence
> configure:3204: gcc -E  conftest.c
> conftest.c:53:17: error: uio.h: No such file or directory
> configure:3210: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | #define HAVE_STDARG_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_RESOURCE_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TIMEB_H 1
> | #define HAVE_SYS_UN_H 1
> | #define HAVE_SYS_IPC_H 1
> | #define HAVE_SYS_MSG_H 1
> | #define HAVE_SYS_POLL_H 1
> | #define HAVE_SYSLOG_H 1
> | /* end confdefs.h.  */
> | #include <uio.h>
> configure:3230: result: no
> configure:3265: checking for uio.h
> configure:3272: result: no
> configure:3140: checking for unistd.h
> configure:3145: result: yes
> configure:3286: checking for an ANSI C-conforming const
> configure:3353: gcc -c -g -O2  conftest.c >&5
> configure:3359: $? = 0
> configure:3363: test -z
> 			 || test ! -s conftest.err
> configure:3366: $? = 0
> configure:3369: test -s conftest.o
> configure:3372: $? = 0
> configure:3383: result: yes
> configure:3393: checking whether struct tm is in sys/time.h or time.h
> configure:3416: gcc -c -g -O2  conftest.c >&5
> configure:3422: $? = 0
> configure:3426: test -z
> 			 || test ! -s conftest.err
> configure:3429: $? = 0
> configure:3432: test -s conftest.o
> configure:3435: $? = 0
> configure:3446: result: time.h
> configure:3456: checking for struct tm.tm_zone
> configure:3482: gcc -c -g -O2  conftest.c >&5
> configure:3488: $? = 0
> configure:3492: test -z
> 			 || test ! -s conftest.err
> configure:3495: $? = 0
> configure:3498: test -s conftest.o
> configure:3501: $? = 0
> configure:3561: result: yes
> configure:3646: checking for mode_t
> configure:3670: gcc -c -g -O2  conftest.c >&5
> configure:3676: $? = 0
> configure:3680: test -z
> 			 || test ! -s conftest.err
> configure:3683: $? = 0
> configure:3686: test -s conftest.o
> configure:3689: $? = 0
> configure:3700: result: yes
> configure:3712: checking for pid_t
> configure:3736: gcc -c -g -O2  conftest.c >&5
> configure:3742: $? = 0
> configure:3746: test -z
> 			 || test ! -s conftest.err
> configure:3749: $? = 0
> configure:3752: test -s conftest.o
> configure:3755: $? = 0
> configure:3766: result: yes
> configure:3778: checking for size_t
> configure:3802: gcc -c -g -O2  conftest.c >&5
> configure:3808: $? = 0
> configure:3812: test -z
> 			 || test ! -s conftest.err
> configure:3815: $? = 0
> configure:3818: test -s conftest.o
> configure:3821: $? = 0
> configure:3832: result: yes
> configure:3844: checking return type of signal handlers
> configure:3875: gcc -c -g -O2  conftest.c >&5
> configure:3881: $? = 0
> configure:3885: test -z
> 			 || test ! -s conftest.err
> configure:3888: $? = 0
> configure:3891: test -s conftest.o
> configure:3894: $? = 0
> configure:3905: result: void
> configure:3913: checking for uid_t in sys/types.h
> configure:3936: result: yes
> configure:3951: checking type of array argument to getgroups
> configure:3989: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c: In function 'main':
> conftest.c:77: warning: incompatible implicit declaration of built-in
> function 'exit'
> configure:3992: $? = 0
> configure:3994: ./conftest
> configure:3997: $? = 0
> configure:4030: result: gid_t
> configure:4040: checking for va_copy
> configure:4063: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4069: $? = 0
> configure:4073: test -z
> 			 || test ! -s conftest.err
> configure:4076: $? = 0
> configure:4079: test -s conftest
> configure:4082: $? = 0
> configure:4094: result: yes
> configure:4168: checking for vsnprintf
> configure:4225: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:83: warning: conflicting types for built-in function  
> 'vsnprintf'
> configure:4231: $? = 0
> configure:4235: test -z
> 			 || test ! -s conftest.err
> configure:4238: $? = 0
> configure:4241: test -s conftest
> configure:4244: $? = 0
> configure:4256: result: yes
> configure:4264: checking for snprintf
> configure:4321: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:83: warning: conflicting types for built-in function  
> 'snprintf'
> configure:4327: $? = 0
> configure:4331: test -z
> 			 || test ! -s conftest.err
> configure:4334: $? = 0
> configure:4337: test -s conftest
> configure:4340: $? = 0
> configure:4352: result: yes
> configure:4360: checking for asprintf
> configure:4417: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4423: $? = 0
> configure:4427: test -z
> 			 || test ! -s conftest.err
> configure:4430: $? = 0
> configure:4433: test -s conftest
> configure:4436: $? = 0
> configure:4448: result: yes
> configure:4456: checking for vasprintf
> configure:4513: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4519: $? = 0
> configure:4523: test -z
> 			 || test ! -s conftest.err
> configure:4526: $? = 0
> configure:4529: test -s conftest
> configure:4532: $? = 0
> configure:4544: result: yes
> configure:4553: checking for C99 vsnprintf
> configure:4594: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c: In function 'foo':
> conftest.c:70: warning: incompatible implicit declaration of built-in
> function 'exit'
> conftest.c:77: warning: incompatible implicit declaration of built-in
> function 'snprintf'
> configure:4597: $? = 0
> configure:4599: ./conftest
> configure:4602: $? = 0
> configure:4616: result: yes
> configure:4639: checking for initgroups
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4639: checking for setenv
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4639: checking for strdup
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:86: warning: conflicting types for built-in function  
> 'strdup'
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4639: checking for strstr
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> conftest.c:87: warning: conflicting types for built-in function  
> 'strstr'
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4639: checking for strtoul
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4639: checking for unsetenv
> configure:4696: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4702: $? = 0
> configure:4706: test -z
> 			 || test ! -s conftest.err
> configure:4709: $? = 0
> configure:4712: test -s conftest
> configure:4715: $? = 0
> configure:4727: result: yes
> configure:4738: checking for type of socket size
> configure:4759: gcc -c -g -O2  conftest.c >&5
> configure:4765: $? = 0
> configure:4769: test -z
> 			 || test ! -s conftest.err
> configure:4772: $? = 0
> configure:4775: test -s conftest.o
> configure:4778: $? = 0
> configure:4783: result: size_t
> configure:4803: checking for pthread_create in -lcma
> configure:4833: gcc -o conftest -g -O2   conftest.c -lcma   >&5
> /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
> cannot find -lcma
> collect2: ld returned 1 exit status
> configure:4839: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | #define HAVE_STDARG_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_RESOURCE_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TIMEB_H 1
> | #define HAVE_SYS_UN_H 1
> | #define HAVE_SYS_IPC_H 1
> | #define HAVE_SYS_MSG_H 1
> | #define HAVE_SYS_POLL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_STRUCT_TM_TM_ZONE 1
> | #define HAVE_TM_ZONE 1
> | #define RETSIGTYPE void
> | #define GETGROUPS_T gid_t
> | #define HAVE_VA_COPY 1
> | #define HAVE_C99_VSNPRINTF 1
> | #define HAVE_INITGROUPS 1
> | #define HAVE_SETENV 1
> | #define HAVE_STRDUP 1
> | #define HAVE_STRSTR 1
> | #define HAVE_STRTOUL 1
> | #define HAVE_UNSETENV 1
> | #define SOCKET_SIZE_TYPE size_t
> | /* end confdefs.h.  */
> |
> | /* Override any gcc2 internal prototype to avoid an error.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | /* We use char because int might match the return type of a gcc2
> |    builtin and then its argument prototype would still apply.  */
> | char pthread_create ();
> | int
> | main ()
> | {
> | pthread_create ();
> |   ;
> |   return 0;
> | }
> configure:4865: result: no
> configure:4875: checking for pthread_create in -lpthread
> configure:4905: gcc -o conftest -g -O2   conftest.c -lpthread   >&5
> configure:4911: $? = 0
> configure:4915: test -z
> 			 || test ! -s conftest.err
> configure:4918: $? = 0
> configure:4921: test -s conftest
> configure:4924: $? = 0
> configure:4937: result: yes
> configure:5242: checking for library containing nanosleep
> configure:5272: gcc -o conftest -g -O2   conftest.c  >&5
> configure:5278: $? = 0
> configure:5282: test -z
> 			 || test ! -s conftest.err
> configure:5285: $? = 0
> configure:5288: test -s conftest
> configure:5291: $? = 0
> configure:5361: result: none required
> configure:5437: checking for mail
> configure:5455: found /usr/bin/mail
> configure:5467: result: /usr/bin/mail
> configure:5704: checking for main in -liconv
> configure:5728: gcc -o conftest -g -O2   conftest.c -liconv   >&5
> /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
> cacollect2: ld returned 1 exit status
> configure:5734: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | #define HAVE_STDARG_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_RESOURCE_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TIMEB_H 1
> | #define HAVE_SYS_UN_H 1
> | #define HAVE_SYS_IPC_H 1
> | #define HAVE_SYS_MSG_H 1
> | #define HAVE_SYS_POLL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_STRUCT_TM_TM_ZONE 1
> | #define HAVE_TM_ZONE 1
> | #define RETSIGTYPE void
> | #define GETGROUPS_T gid_t
> | #define HAVE_VA_COPY 1
> | #define HAVE_C99_VSNPRINTF 1
> cannot fi| #define HAVE_INITGROUPS 1
> | #define HAVE_SETENV 1
> | #define HAVE_STRDUP 1
> | #define HAVE_STRSTR 1
> | #define HAVE_STRTOUL 1
> | #define HAVE_UNSETENV 1
> | #define SOCKET_SIZE_TYPE size_t
> | #define DEFAULT_NAGIOS_USER "nagios"
> | #define DEFAULT_NAGIOS_GROUP "nagios"
> | #define USE_XSDDEFAULT 1
> | #define USE_XCDDEFAULT 1
> | #define USE_XRDDEFAULT 1
> | #define USE_XODTEMPLATE 1
> | #define USE_XPDDEFAULT 1
> | #define USE_XDDDEFAULT 1
> | #define USE_STATUSWRL 1
> | /* end confdefs.h.  */
> |
> |
> | int
> | main ()
> | {
> | main ();
> |   ;
> |   return 0;
> | }
> configure:5760: result: no
> configure:5768: checking for gdImagePng in -lgd (order 1)
> configure:5796: gcc -o conftest -g -O2   conftest.c -lgd -lttf -lpng
> - -ljpeg -lz -lm  >&5
> /usr/lib/gcc/i586-suse-linux/4.3/../../../../i586-suse-linux/bin/ld:
> cannot find -lttf
> collect2: ld returned 1 exit status
> configure:5802: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define STDC_HEADERS 1
> | #define TIME_WITH_SYS_TIME 1
> | #define HAVE_SYS_WAIT_H 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_ARPA_INET_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_GRP_H 1
> | #define HAVE_LIBGEN_H 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_NETDB_H 1
> | #define HAVE_NETINET_IN_H 1
> | #define HAVE_PTHREAD_H 1
> | #define HAVE_PWD_H 1
> | #define HAVE_REGEX_H 1
> | #define HAVE_SIGNAL_H 1
> | #define HAVE_STDARG_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_SYS_MMAN_H 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define HAVE_SYS_RESOURCE_H 1
> | #define HAVE_SYS_WAIT_H 1
> | #define HAVE_SYS_SOCKET_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_SYS_TIMEB_H 1
> | #define HAVE_SYS_UN_H 1
> | #define HAVE_SYS_IPC_H 1
> | #define HAVE_SYS_MSG_H 1
> | #define HAVE_SYS_POLL_H 1
> | #define HAVE_SYSLOG_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_STRUCT_TM_TM_ZONE 1
> | #define HAVE_TM_ZONE 1
> | #define RETSIGTYPE void
> | #define GETGROUPS_T gid_t
> | #define HAVE_VA_COPY 1
> | #define HAVE_C99_VSNPRINTF 1
> | #define HAVE_INITGROUPS 1
> | #define HAVE_SETENV 1
> | #define HAVE_STRDUP 1
> | #define HAVE_STRSTR 1
> | #define HAVE_STRTOUL 1
> | #define HAVE_UNSETENV 1
> | #define SOCKET_SIZE_TYPE size_t
> | #define DEFAULT_NAGIOS_USER "nagios"
> | #define DEFAULT_NAGIOS_GROUP "nagios"
> | #define USE_XSDDEFAULT 1
> | #define USE_XCDDEFAULT 1
> | #define USE_XRDDEFAULT 1
> | #define USE_XODTEMPLATE 1
> | #define USE_XPDDEFAULT 1
> | #define USE_XDDDEFAULT 1
> | #define USE_STATUSWRL 1
> | /* end confdefs.h.  */
> | 	/* Override any gcc2 internal prototype to avoid an error.  */
> | /* We use char because int might match the return type of a gcc2
> |     builtin and then its argument prototype would still apply.  */
> | char gdImagePng();
> |
> | int
> | main ()
> | {
> | gdImagePng()
> |   ;
> |   return 0;
> | }
> configure:5837: result: no
> configure:5844: checking for gdImagePng in -lgd (order 2)
> configure:5872: gcc -o conftest -g -O2   conftest.c -lgd  -lpng -ljpeg
> - -lz -lm  >&5
> configure:5878: $? = 0
> configure:5882: test -z
> 			 || test ! -s conftest.err
> configure:5885: $? = 0
> configure:5888: test -s conftest
> configure:5891: $? = 0
> configure:5906: result: yes
> configure:6206: checking ltdl.h usability
> configure:6218: gcc -c -g -O2  conftest.c >&5
> configure:6224: $? = 0
> configure:6228: test -z
> 			 || test ! -s conftest.err
> configure:6231: $? = 0
> configure:6234: test -s conftest.o
> configure:6237: $? = 0
> configure:6247: result: yes
> configure:6251: checking ltdl.h presence
> configure:6261: gcc -E  conftest.c
> configure:6267: $? = 0
> configure:6287: result: yes
> configure:6322: checking for ltdl.h
> configure:6329: result: yes
> configure:6335: checking for lt_dlinit in -lltdl
> configure:6365: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
> configure:6371: $? = 0
> configure:6375: test -z
> 			 || test ! -s conftest.err
> configure:6378: $? = 0
> configure:6381: test -s conftest
> configure:6384: $? = 0
> configure:6397: result: yes
> configure:6645: checking for extra flags needed to export symbols
> configure:6673: gcc -o conftest -g -O2  -Wl,-export-dynamic  
> conftest.c  >&5
> configure:6679: $? = 0
> configure:6683: test -z
> 			 || test ! -s conftest.err
> configure:6686: $? = 0
> configure:6689: test -s conftest
> configure:6692: $? = 0
> configure:6756: result:  -Wl,-export-dynamic
> configure:6760: checking for linker flags for loadable modules
> configure:6794: result: -shared
> configure:6910: checking for traceroute
> configure:6928: found /usr/sbin/traceroute
> configure:6940: result: /usr/sbin/traceroute
> configure:6959: checking for type va_list
> configure:6985: gcc -c -g -O2  conftest.c >&5
> configure:6991: $? = 0
> configure:6995: test -z
> 			 || test ! -s conftest.err
> configure:6998: $? = 0
> configure:7001: test -s conftest.o
> configure:7004: $? = 0
> configure:7006: result: yes
> configure:7032: checking for perl
> configure:7050: found /usr/bin/perl
> configure:7062: result: /usr/bin/perl
> configure:7112: creating ./config.status
>
> ## ---------------------- ##
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.59.  Invocation command line was
>
>  CONFIG_FILES    =
>  CONFIG_HEADERS  =
>  CONFIG_LINKS    =
>  CONFIG_COMMANDS =
>  $ ./config.status
>
> on Thierry-Desktop
>
> config.status:726: creating Makefile
> config.status:726: creating subst
> config.status:726: creating pkginfo
> config.status:726: creating base/Makefile
> config.status:726: creating common/Makefile
> config.status:726: creating contrib/Makefile
> config.status:726: creating cgi/Makefile
> config.status:726: creating html/Makefile
> config.status:726: creating module/Makefile
> config.status:726: creating xdata/Makefile
> config.status:726: creating daemon-init
> config.status:726: creating html/index.html
> config.status:726: creating html/side.html
> config.status:830: creating include/config.h
> config.status:1102: include/config.h is unchanged
> config.status:830: creating include/snprintf.h
> config.status:1102: include/snprintf.h is unchanged
> config.status:830: creating include/cgiutils.h
> config.status:1102: include/cgiutils.h is unchanged
> configure:8238: result: *** Configuration summary for nagios 3.0.3
> 06-25-2008 ***:
> configure:8245: result:         Nagios executable:  nagios
> configure:8247: result:         Nagios user/group:  nagios,nagios
> configure:8249: result:        Command user/group:  nagios,nagcmd
> configure:8260: result:             Embedded Perl:  no
> configure:8264: result:              Event Broker:  yes
> configure:8270: result:         Install ${prefix}:  /usr/local/nagios
> configure:8272: result:                 Lock file:
> ${prefix}/var/nagios.lock
> configure:8274: result:    Check result directory:
> ${prefix}/var/spool/checkresults
> configure:8276: result:            Init directory:  /etc/rc.d
> configure:8278: result:   Apache conf.d directory:  /etc/apache2/ 
> conf.d
> configure:8280: result:              Mail program:  /usr/bin/mail
> configure:8282: result:                   Host OS:  linux-gnu
> configure:8289: result:                  HTML URL:  http://localhost/nagios/
> configure:8291: result:                   CGI URL:
> http://localhost/nagios/cgi-bin/
> configure:8293: result:  Traceroute (used by WAP):  /usr/sbin/ 
> traceroute
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_HAVE_C99_VSNPRINTF=yes
> ac_cv_HAVE_VA_COPY=yes
> ac_cv_build=i686-pc-linux-gnu
> ac_cv_build_alias=i686-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_c_const=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_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_exeext=
> ac_cv_func_asprintf=yes
> ac_cv_func_initgroups=yes
> ac_cv_func_setenv=yes
> ac_cv_func_snprintf=yes
> ac_cv_func_strdup=yes
> ac_cv_func_strstr=yes
> ac_cv_func_strtoul=yes
> ac_cv_func_unsetenv=yes
> ac_cv_func_vasprintf=yes
> ac_cv_func_vsnprintf=yes
> ac_cv_header_arpa_inet_h=yes
> ac_cv_header_ctype_h=yes
> ac_cv_header_dirent_h=yes
> ac_cv_header_errno_h=yes
> ac_cv_header_fcntl_h=yes
> ac_cv_header_getopt_h=yes
> ac_cv_header_grp_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_libgen_h=yes
> ac_cv_header_limits_h=yes
> ac_cv_header_ltdl_h=yes
> ac_cv_header_math_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_netdb_h=yes
> ac_cv_header_netinet_in_h=yes
> ac_cv_header_pthread_h=yes
> ac_cv_header_pthreads_h=no
> ac_cv_header_pwd_h=yes
> ac_cv_header_regex_h=yes
> ac_cv_header_signal_h=yes
> ac_cv_header_socket_h=no
> ac_cv_header_stdarg_h=yes
> ac_cv_header_stdc=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_ipc_h=yes
> ac_cv_header_sys_mman_h=yes
> ac_cv_header_sys_msg_h=yes
> ac_cv_header_sys_poll_h=yes
> ac_cv_header_sys_resource_h=yes
> ac_cv_header_sys_socket_h=yes
> 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_un_h=yes
> ac_cv_header_sys_wait_h=yes
> ac_cv_header_syslog_h=yes
> ac_cv_header_time=yes
> ac_cv_header_uio_h=no
> ac_cv_header_unistd_h=yes
> ac_cv_host=i686-pc-linux-gnu
> ac_cv_host_alias=i686-pc-linux-gnu
> ac_cv_lib_cma_pthread_create=no
> ac_cv_lib_gd_gdImagePng_1=no
> ac_cv_lib_gd_gdImagePng_2=yes
> ac_cv_lib_iconv_main=no
> ac_cv_lib_ltdl_lt_dlinit=yes
> ac_cv_lib_pthread_pthread_create=yes
> ac_cv_member_struct_tm_tm_zone=yes
> ac_cv_objext=o
> ac_cv_path_MAIL_PROG=/usr/bin/mail
> ac_cv_path_PATH_TO_TRACEROUTE=/usr/sbin/traceroute
> ac_cv_path_PERL=/usr/bin/perl
> ac_cv_path_STRIP=/usr/bin/strip
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_egrep='grep -E'
> ac_cv_prog_make_make_set=no
> ac_cv_search_nanosleep='none required'
> ac_cv_struct_tm=time.h
> ac_cv_type_getgroups=gid_t
> ac_cv_type_mode_t=yes
> ac_cv_type_pid_t=yes
> ac_cv_type_signal=void
> ac_cv_type_size_t=yes
> ac_cv_type_uid_t=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> BASEEXTRALIBS=''
> BROKERLIBS=' -lltdl'
> BROKER_H='../include/broker.h ../include/nebmods.h
> ../include/nebmodules.h ../include/nebcallbacks.h ../include/
> neberrors.h'
> BROKER_LDFLAGS=' -Wl,-export-dynamic'
> BROKER_O='broker.o nebmods.o'
> CC='gcc'
> CFLAGS='-g -O2'
> CGIEXTRAS=' statuswrl.cgi statusmap.cgi trends.cgi histogram.cgi'
> CHECKRESULTDIR='${prefix}/var/spool/checkresults'
> COMMAND_OPTS='-o nagios -g nagcmd'
> CPP='gcc -E'
> CPPFLAGS=''
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='grep -E'
> EXEEXT=''
> GDLIBS='-lgd  -lpng -ljpeg -lz -lm'
> GLIB_INCLUDE='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
> GLIB_LIBS='-lglib-2.0  '
> HTTPD_CONF='/etc/apache2/conf.d'
> INITDIR=''
> INSTALL='/usr/bin/install -c'
> INSTALLPERLSTUFF='no'
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_OPTS='-o nagios -g nagios'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> MAIL_PROG='/usr/bin/mail'
> MOD_CFLAGS='-fPIC'
> MOD_LDFLAGS='-shared'
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PACKDIR='/Nagios/nagios-3.0.3/pkg'
> PATH_SEPARATOR=':'
> PATH_TO_TRACEROUTE='/usr/sbin/traceroute'
> PERL='/usr/bin/perl'
> PERLDIR=''
> PERLLIBS=''
> PERLXSI_O=''
> SET_MAKE='MAKE=make'
> SHELL='/bin/sh'
> SNPRINTF_O=''
> SOCKETLIBS=''
> STRIP='/usr/bin/strip'
> THREADLIBS=' -lpthread'
> TMPDIR='/tmp'
> USE_EVENTBROKER='yes'
> VERSION='3.0.3'
> XCDC='xcddefault.c'
> XCDH='xcddefault.h'
> XDDC='xdddefault.c'
> XDDH='xdddefault.h'
> XODC='xodtemplate.c'
> XODH='xodtemplate.h'
> XPDC='xpddefault.c'
> XPDH='xpddefault.h'
> XRDC='xrddefault.c'
> XRDH='xrddefault.h'
> XSDC='xsddefault.c'
> XSDH='xsddefault.h'
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build='i686-pc-linux-gnu'
> build_alias=''
> build_cpu='i686'
> build_os='linux-gnu'
> build_vendor='pc'
> cgiurl='/nagios/cgi-bin'
> command_grp='nagcmd'
> command_user='nagios'
> datadir='${prefix}/share'
> exec_prefix='${prefix}'
> host='i686-pc-linux-gnu'
> host_alias=''
> host_cpu='i686'
> host_os='linux-gnu'
> host_vendor='pc'
> htmurl='/nagios'
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> init_dir='/etc/rc.d'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> lockfile='${prefix}/var/nagios.lock'
> mandir='${prefix}/man'
> nagios_grp='nagios'
> nagios_name='nagios'
> nagios_user='nagios'
> nagiostats_name='nagiostats'
> oldincludedir='/usr/include'
> prefix='/usr/local/nagios'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define DEFAULT_NAGIOS_GROUP "nagios"
> #define DEFAULT_NAGIOS_USER "nagios"
> #define DO_CLEAN "1"
> #define GETGROUPS_T gid_t
> #define HAVE_ARPA_INET_H 1
> #define HAVE_C99_VSNPRINTF 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 1
> #define HAVE_GLIB_H 1
> #define HAVE_GRP_H 1
> #define HAVE_INITGROUPS 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_LIBGEN_H 1
> #define HAVE_LIMITS_H 1
> #define HAVE_LTDL_H 1
> #define HAVE_MATH_H 1
> #define HAVE_MEMORY_H 1
> #define HAVE_NETDB_H 1
> #define HAVE_NETINET_IN_H 1
> #define HAVE_PTHREAD_H 1
> #define HAVE_PWD_H 1
> #define HAVE_REGEX_H 1
> #define HAVE_SETENV 1
> #define HAVE_SIGNAL_H 1
> #define HAVE_PTHREAD_H 1
> #define HAVE_PWD_H 1
> #define HAVE_REGEX_H 1
> #define HAVE_SETENV 1
> #define HAVE_SIGNAL_H 1
> #define HAVE_STDARG_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRDUP 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRING_H 1
> #define HAVE_STRING_H 1
> #define HAVE_STRSTR 1
> #define HAVE_STRTOUL 1
> #define HAVE_STRUCT_TM_TM_ZONE 1
> #define HAVE_SYSLOG_H 1
> #define HAVE_SYS_IPC_H 1
> #define HAVE_SYS_MMAN_H 1
> #define HAVE_SYS_MSG_H 1
> #define HAVE_SYS_POLL_H 1
> #define HAVE_SYS_RESOURCE_H 1
> #define HAVE_SYS_SOCKET_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TIMEB_H 1
> #define HAVE_SYS_TIME_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_SYS_UN_H 1
> #define HAVE_SYS_WAIT_H 1
> #define HAVE_SYS_WAIT_H 1
> #define HAVE_TM_ZONE 1
> #define HAVE_UNISTD_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_UNSETENV 1
> #define HAVE_VA_COPY 1
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define RETSIGTYPE void
> #define SOCKET_SIZE_TYPE size_t
> #define STDC_HEADERS 1
> #define TIME_WITH_SYS_TIME 1
> #define TRACEROUTE_COMMAND "/usr/sbin/traceroute"
> #define USE_EVENT_BROKER 1
> #define USE_HISTOGRAM 1
> #define USE_NANOSLEEP 1
> #define USE_STATUSMAP 1
> #define USE_STATUSWRL 1
> #define USE_TRENDS 1
> #define USE_XCDDEFAULT 1
> #define USE_XDDDEFAULT 1
> #define USE_XODTEMPLATE 1
> #define USE_XPDDEFAULT 1
> #define USE_XRDDEFAULT 1
> #define USE_XSDDEFAULT 1
>
> configure: exit 0
>

This looks to be a successful ./configure run. What were you expecting  
to happen? Did you see the output similar to that below and follow  
it's final instruction?

*** Configuration summary for nagios 3.0.1 04-01-2008 ***:

  General Options:
  -------------------------
         Nagios executable:  nagios
         Nagios user/group:  nagios,nagios
        Command user/group:  nagios,nagios
             Embedded Perl:  no
              Event Broker:  yes
         Install ${prefix}:  /usr/local/nagios
                 Lock file:  ${prefix}/var/nagios.lock
    Check result directory:  ${prefix}/var/spool/checkresults
            Init directory:  /etc/rc.d/init.d
   Apache conf.d directory:  /etc/httpd/conf.d
              Mail program:  /bin/mail
                   Host OS:  linux-gnu

  Web Interface Options:
  ------------------------
                  HTML URL:  http://localhost/nagios/
                   CGI URL:  http://localhost/nagios/cgi-bin/
  Traceroute (used by WAP):  /bin/traceroute


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the main program and CGIs.

--
Marc




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list