This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = burger2 uname -m = i686 uname -r = 2.4.18-14 uname -s = Linux uname -v = #1 Wed Sep 4 11:57:57 EDT 2002 /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: /client/bin PATH: /client/sbin PATH: /client/bin PATH: /client/sbin PATH: /client/bin PATH: /client/sbin PATH: /client/bin PATH: /client/sbin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /usr/local/bin PATH: /home/u_burger/adabas/bin PATH: /home/u_burger/adabas/pgm PATH: /afs/uni-hohenheim.de/home/uburger/bin PATH: /home/u_burger/adabas/bin PATH: /home/u_burger/adabas/pgm PATH: /home/u_burger/adabas/bin PATH: /home/u_burger/adabas/pgm PATH: /home/u_burger/adabas/bin PATH: /home/u_burger/adabas/pgm PATH: /home/u_burger/adabas/bin PATH: /home/u_burger/adabas/pgm ## ----------- ## ## Core tests. ## ## ----------- ## configure:1368: checking for gcc configure:1384: found /usr/bin/gcc configure:1394: result: gcc configure:1638: checking for C compiler version configure:1641: gcc --version &5 gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Copyright (C) 2002 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:1644: $? = 0 configure:1646: gcc -v &5 Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) configure:1649: $? = 0 configure:1651: gcc -V &5 gcc: argument to `-V' is missing configure:1654: $? = 1 configure:1678: checking for C compiler default output configure:1681: gcc -O2 -Wall -pipe conftest.c >&5 configure:1684: $? = 0 configure:1730: result: a.out configure:1735: checking whether the C compiler works configure:1741: ./a.out configure:1744: $? = 0 configure:1761: result: yes configure:1768: checking whether we are cross compiling configure:1770: result: no configure:1773: checking for suffix of executables configure:1775: gcc -o conftest -O2 -Wall -pipe conftest.c >&5 configure:1778: $? = 0 configure:1803: result: configure:1809: checking for suffix of object files configure:1831: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:1834: $? = 0 configure:1856: result: o configure:1860: checking whether we are using the GNU C compiler configure:1885: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:1888: $? = 0 configure:1891: test -s conftest.o configure:1894: $? = 0 configure:1907: result: yes configure:1913: checking whether gcc accepts -g configure:1935: gcc -c -g conftest.c >&5 configure:1938: $? = 0 configure:1941: test -s conftest.o configure:1944: $? = 0 configure:1955: result: yes configure:1972: checking for gcc option to accept ANSI C configure:2033: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:2036: $? = 0 configure:2039: test -s conftest.o configure:2042: $? = 0 configure:2060: result: none needed configure:2078: gcc -c -O2 -Wall -pipe conftest.c >&5 conftest.c:2: parse error before "me" configure:2081: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2227: checking for a BSD-compatible install configure:2281: result: /usr/bin/install -c configure:2298: checking for BIO_new in -lcrypto configure:2329: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypto >&5 configure:2332: $? = 0 configure:2335: test -s conftest configure:2338: $? = 0 configure:2350: result: yes configure:2362: checking for SSL_new in -lssl configure:2393: gcc -o conftest -O2 -Wall -pipe conftest.c -lssl -lcrypto >&5 configure:2396: $? = 0 configure:2399: test -s conftest configure:2402: $? = 0 configure:2414: result: yes configure:2427: checking for crypt in -lcrypt configure:2458: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:2461: $? = 0 configure:2464: test -s conftest configure:2467: $? = 0 configure:2479: result: yes configure:2493: checking for mysql_init in -lmysqlclient configure:2524: gcc -o conftest -O2 -Wall -pipe conftest.c -lmysqlclient -lz -lcrypt -lssl -lcrypto >&5 /usr/bin/ld: cannot find -lmysqlclient collect2: ld returned 1 exit status configure:2527: $? = 1 configure: failed program was: | #line 2500 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "$VERSION" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | /* 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 mysql_init (); | int | main () | { | mysql_init (); | ; | return 0; | } configure:2545: result: no configure:2653: checking for socket in -lsocket configure:2684: gcc -o conftest -O2 -Wall -pipe conftest.c -lsocket -lcrypt -lssl -lcrypto >&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure:2687: $? = 1 configure: failed program was: | #line 2660 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "$VERSION" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define ENABLE_RFC2449 1 | /* 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 socket (); | int | main () | { | socket (); | ; | return 0; | } configure:2705: result: no configure:2723: checking how to run the C preprocessor configure:2759: gcc -E conftest.c configure:2765: $? = 0 configure:2797: gcc -E conftest.c configure:2801:28: ac_nonexistent.h: No such file or directory configure:2803: $? = 1 configure: failed program was: | #line 2788 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "$VERSION" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include configure:2841: result: gcc -E configure:2866: gcc -E conftest.c configure:2872: $? = 0 configure:2904: gcc -E conftest.c configure:2908:28: ac_nonexistent.h: No such file or directory configure:2910: $? = 1 configure: failed program was: | #line 2895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "$VERSION" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define ENABLE_RFC2449 1 | /* end confdefs.h. */ | #include configure:2953: checking for egrep configure:2963: result: grep -E configure:2968: checking for ANSI C header files configure:2994: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:2997: $? = 0 configure:3000: test -s conftest.o configure:3003: $? = 0 configure:3092: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure: In function `main': configure:3093: warning: implicit declaration of function `exit' configure:3095: $? = 0 configure:3097: ./conftest configure:3100: $? = 0 configure:3115: result: yes configure:3125: checking for sys/wait.h that is POSIX.1 compatible configure:3157: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3160: $? = 0 configure:3163: test -s conftest.o configure:3166: $? = 0 configure:3177: result: yes configure:3201: checking for sys/types.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for sys/stat.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for stdlib.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for string.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for memory.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for strings.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for inttypes.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for stdint.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3201: checking for unistd.h configure:3218: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3221: $? = 0 configure:3224: test -s conftest.o configure:3227: $? = 0 configure:3238: result: yes configure:3285: checking crypt.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking crypt.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for crypt.h configure:3400: result: yes configure:3285: checking time.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking time.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for time.h configure:3400: result: yes configure:3285: checking sys/time.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking sys/time.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for sys/time.h configure:3400: result: yes configure:3276: checking for sys/wait.h configure:3281: result: yes configure:3285: checking sys/resource.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking sys/resource.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for sys/resource.h configure:3400: result: yes configure:3285: checking ctype.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking ctype.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for ctype.h configure:3400: result: yes configure:3285: checking errno.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking errno.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for errno.h configure:3400: result: yes configure:3285: checking fcntl.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking fcntl.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for fcntl.h configure:3400: result: yes configure:3285: checking netdb.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking netdb.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for netdb.h configure:3400: result: yes configure:3285: checking pwd.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking pwd.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for pwd.h configure:3400: result: yes configure:3276: checking for sys/types.h configure:3281: result: yes configure:3276: checking for sys/stat.h configure:3281: result: yes configure:3285: checking netinet/in.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking netinet/in.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for netinet/in.h configure:3400: result: yes configure:3285: checking shadow.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking shadow.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for shadow.h configure:3400: result: yes configure:3276: checking for stdlib.h configure:3281: result: yes configure:3276: checking for string.h configure:3281: result: yes configure:3285: checking sys/file.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking sys/file.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for sys/file.h configure:3400: result: yes configure:3285: checking sys/socket.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking sys/socket.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for sys/socket.h configure:3400: result: yes configure:3285: checking syslog.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking syslog.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for syslog.h configure:3400: result: yes configure:3276: checking for unistd.h configure:3281: result: yes configure:3285: checking afs/param.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3317: result: yes configure:3321: checking afs/param.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3393: checking for afs/param.h configure:3400: result: yes configure:3285: checking afs/kautils.h usability configure:3298: gcc -c -O2 -Wall -pipe conftest.c >&5 In file included from /usr/include/afs/auth.h:19, from /usr/include/afs/kautils.h:30, from configure:3366: /usr/include/rx/rxkad.h:100: parse error before "afs_uint32" /usr/include/rx/rxkad.h:102: parse error before "destroyClient" /usr/include/rx/rxkad.h:103: parse error before "destroyUnused" /usr/include/rx/rxkad.h:104: parse error before "destroyUnauth" /usr/include/rx/rxkad.h:105: parse error before "destroyConn" /usr/include/rx/rxkad.h:106: parse error before "expired" /usr/include/rx/rxkad.h:107: parse error before "challengesSent" /usr/include/rx/rxkad.h:108: parse error before "challenges" /usr/include/rx/rxkad.h:109: parse error before "responses" /usr/include/rx/rxkad.h:110: parse error before "preparePackets" /usr/include/rx/rxkad.h:111: parse error before "checkPackets" /usr/include/rx/rxkad.h:112: parse error before "bytesEncrypted" /usr/include/rx/rxkad.h:113: parse error before "bytesDecrypted" /usr/include/rx/rxkad.h:114: parse error before "fc_encrypts" /usr/include/rx/rxkad.h:115: parse error before "fc_key_scheds" /usr/include/rx/rxkad.h:116: parse error before "des_encrypts" /usr/include/rx/rxkad.h:117: parse error before "des_key_scheds" /usr/include/rx/rxkad.h:118: parse error before "des_randoms" /usr/include/rx/rxkad.h:120: parse error before '}' token In file included from /usr/include/afs/kautils.h:30, from configure:3366: /usr/include/afs/auth.h:25: parse error before "afs_int32" /usr/include/afs/auth.h:31: parse error before '}' token configure:3301: $? = 1 configure: failed program was: | #line 3287 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define VERSION "$VERSION" | #define HAVE_LIBCRYPTO 1 | #define HAVE_LIBSSL 1 | #define HAVE_LIBCRYPT 1 | #define ENABLE_RFC2449 1 | #define STDC_HEADERS 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_CRYPT_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SHADOW_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_AFS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3317: result: no configure:3321: checking afs/kautils.h presence configure:3332: gcc -E conftest.c configure:3338: $? = 0 configure:3357: result: yes configure:3377: WARNING: afs/kautils.h: present but cannot be compiled configure:3379: WARNING: afs/kautils.h: check for missing prerequisite headers? configure:3381: WARNING: afs/kautils.h: proceeding with the preprocessor's result configure:3393: checking for afs/kautils.h configure:3400: result: yes configure:3557: checking for an ANSI C-conforming const configure:3625: gcc -c -O2 -Wall -pipe conftest.c >&5 configure: In function `main': configure:3635: warning: unused variable `s' configure:3655: warning: unused variable `foo' configure:3616: warning: unused variable `x' configure:3622: warning: unused variable `zero' configure:3634: warning: `t' might be used uninitialized in this function configure:3652: warning: `b' might be used uninitialized in this function configure:3628: $? = 0 configure:3631: test -s conftest.o configure:3634: $? = 0 configure:3645: result: yes configure:3655: checking for uid_t in sys/types.h configure:3679: result: yes configure:3694: checking for pid_t configure:3719: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3722: $? = 0 configure:3725: test -s conftest.o configure:3728: $? = 0 configure:3739: result: yes configure:3751: checking for size_t configure:3776: gcc -c -O2 -Wall -pipe conftest.c >&5 configure:3779: $? = 0 configure:3782: test -s conftest.o configure:3785: $? = 0 configure:3796: result: yes configure:3819: checking for realloc configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3819: checking for atexit configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3819: checking for memset configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3888: warning: conflicting types for built-in function `memset' configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3819: checking for socket configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3819: checking for strncasecmp configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3819: checking for lockf configure:3869: gcc -o conftest -O2 -Wall -pipe conftest.c -lcrypt -lssl -lcrypto >&5 configure:3872: $? = 0 configure:3875: test -s conftest configure:3878: $? = 0 configure:3889: result: yes configure:3996: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on burger2 config.status:617: creating Makefile config.status:617: creating redhat/akpop3d.spec config.status:721: creating config.h config.status:908: config.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_atexit=yes ac_cv_func_lockf=yes ac_cv_func_memset=yes ac_cv_func_realloc=yes ac_cv_func_socket=yes ac_cv_func_strncasecmp=yes ac_cv_header_afs_kautils_h=yes ac_cv_header_afs_param_h=yes ac_cv_header_crypt_h=yes ac_cv_header_ctype_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pwd_h=yes ac_cv_header_shadow_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_file_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_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_crypto_BIO_new=yes ac_cv_lib_mysqlclient_mysql_init=no ac_cv_lib_socket_socket=no ac_cv_lib_ssl_SSL_new=yes ac_cv_objext=o 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_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_uid_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-O2 -Wall -pipe' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='-lcrypt -lssl -lcrypto ' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' VERSION='0.7.6' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_RFC2449 1 #define HAVE_AFS_KAUTILS_H 1 #define HAVE_AFS_PARAM_H 1 #define HAVE_ATEXIT 1 #define HAVE_CRYPT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBCRYPT 1 #define HAVE_LIBCRYPTO 1 #define HAVE_LIBSSL 1 #define HAVE_LOCKF 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMSET 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PWD_H 1 #define HAVE_REALLOC 1 #define HAVE_SHADOW_H 1 #define HAVE_SOCKET 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRNCASECMP 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_FILE_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_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "$VERSION" configure: exit 0