Thanks Andy, Here goes a source build. I downloaded cyrus-imapd-2.4.17 and cyrus-sasl-2.1.26 from ftp://ftp.cyrusimap.org config.log from: [brad@dell2600-1 cyrus-sasl-2.1.26]$ ./configure make fails with the following errors: [brad@dell2600-1 cyrus-sasl-2.1.26]$ make ... gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../lib -I../sasldb -I../include -DOBSOLETE_CRAM_ATTR=1 -Wall -W -g -O2 -MT digestmd5.lo -MD -MP -MF .deps/digestmd5.Tpo -c digestmd5.c -fPIC -DPIC -o digestmd5.lo digestmd5.c:859: error: expected specifier-qualifier-list before 'des_key_schedule' digestmd5.c: In function 'dec_3des': digestmd5.c:896: warning: implicit declaration of function 'des_ede2_cbc_encrypt' digestmd5.c:899: error: 'des_context_t' has no member named 'keysched' digestmd5.c:900: error: 'des_context_t' has no member named 'keysched2' digestmd5.c:901: error: 'des_context_t' has no member named 'ivec' digestmd5.c:902: error: 'DES_DECRYPT' undeclared (first use in this function) digestmd5.c:902: error: (Each undeclared identifier is reported only once digestmd5.c:902: error: for each function it appears in.) digestmd5.c: In function 'enc_3des': digestmd5.c:947: error: 'des_context_t' has no member named 'keysched' digestmd5.c:948: error: 'des_context_t' has no member named 'keysched2' digestmd5.c:949: error: 'des_context_t' has no member named 'ivec' digestmd5.c:950: error: 'DES_ENCRYPT' undeclared (first use in this function) digestmd5.c: In function 'init_3des': digestmd5.c:970: warning: implicit declaration of function 'des_key_sched' digestmd5.c:970: error: 'des_cblock' undeclared (first use in this function) digestmd5.c:970: error: expected expression before ')' token digestmd5.c:974: error: expected expression before ')' token digestmd5.c:976: error: 'des_context_t' has no member named 'ivec' digestmd5.c:983: error: expected expression before ')' token digestmd5.c:987: error: expected expression before ')' token digestmd5.c:990: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'dec_des': digestmd5.c:1014: warning: implicit declaration of function 'des_cbc_encrypt' digestmd5.c:1017: error: 'des_context_t' has no member named 'keysched' digestmd5.c:1018: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1019: error: 'DES_DECRYPT' undeclared (first use in this function) digestmd5.c:1023: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'enc_des': digestmd5.c:1068: error: 'des_context_t' has no member named 'keysched' digestmd5.c:1069: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1070: error: 'DES_ENCRYPT' undeclared (first use in this function) digestmd5.c:1074: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'init_des': digestmd5.c:1094: error: 'des_cblock' undeclared (first use in this function) digestmd5.c:1094: error: expected expression before ')' token digestmd5.c:1096: error: 'des_context_t' has no member named 'ivec' digestmd5.c:1103: error: expected expression before ')' token digestmd5.c:1105: error: 'des_context_t' has no member named 'ivec' digestmd5.c: In function 'digestmd5_server_mech_step': digestmd5.c:3051: warning: pointer targets in assignment differ in signedness make[2]: *** [digestmd5.lo] Error 1 make[2]: Leaving directory `/home/brad/Downloads/cyrus-sasl-2.1.26/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/brad/Downloads/cyrus-sasl-2.1.26' make: *** [all] Error 2 [brad@dell2600-1 cyrus-sasl-2.1.26]$ On Mon, 2014-04-14 at 14:07 -0700, Andrew Morgan wrote: snip ... > I sure would try to get Cyrus v2.4.17 to compile. v2.3 is very old... We > would be happy to help you compile v2.4.17 on CentOS 6.5. Alternatively, > there are Source RPMs available at: > > http://www.invoca.ch/pub/packages/cyrus-imapd/ > > Andy
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.63. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = dell2600-1.bradcan.homelinux.com uname -m = i686 uname -r = 2.6.32-431.11.2.el6.i686 uname -s = Linux uname -v = #1 SMP Tue Mar 25 17:17:46 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/qt-3.3/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /home/brad/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2046: creating cache ./config.cache configure:2090: checking build system type configure:2108: result: i686-pc-linux-gnu configure:2130: checking host system type configure:2145: result: i686-pc-linux-gnu configure:2167: checking target system type configure:2182: result: i686-pc-linux-gnu configure:2227: checking for a BSD-compatible install configure:2295: result: /usr/bin/install -c configure:2306: checking whether build environment is sane configure:2366: result: yes configure:2507: checking for a thread-safe mkdir -p configure:2546: result: /bin/mkdir -p configure:2559: checking for gawk configure:2575: found /bin/gawk configure:2586: result: gawk configure:2597: checking whether make sets $(MAKE) configure:2619: result: yes configure:2781: checking for gcc configure:2797: found /usr/bin/gcc configure:2808: result: gcc configure:3040: checking for C compiler version configure:3048: gcc --version >&5 gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4) Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3052: $? = 0 configure:3059: gcc -v >&5 Using built-in specs. Target: i686-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch=i686 --build=i686-redhat-linux Thread model: posix gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) configure:3063: $? = 0 configure:3070: gcc -V >&5 gcc: '-V' option must have argument configure:3074: $? = 1 configure:3097: checking for C compiler default output file name configure:3119: gcc conftest.c >&5 configure:3123: $? = 0 configure:3161: result: a.out configure:3180: checking whether the C compiler works configure:3190: ./a.out configure:3194: $? = 0 configure:3213: result: yes configure:3220: checking whether we are cross compiling configure:3222: result: no configure:3225: checking for suffix of executables configure:3232: gcc -o conftest conftest.c >&5 configure:3236: $? = 0 configure:3262: result: configure:3268: checking for suffix of object files configure:3294: gcc -c conftest.c >&5 configure:3298: $? = 0 configure:3323: result: o configure:3327: checking whether we are using the GNU C compiler configure:3356: gcc -c conftest.c >&5 configure:3363: $? = 0 configure:3380: result: yes configure:3389: checking whether gcc accepts -g configure:3419: gcc -c -g conftest.c >&5 configure:3426: $? = 0 configure:3527: result: yes configure:3544: checking for gcc option to accept ISO C89 configure:3618: gcc -c -g -O2 conftest.c >&5 configure:3625: $? = 0 configure:3648: result: none needed configure:3677: checking for style of include used by make configure:3705: result: GNU configure:3730: checking dependency style of gcc configure:3840: result: gcc3 configure:3860: checking how to run the C preprocessor configure:3900: gcc -E conftest.c configure:3907: $? = 0 configure:3938: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3945: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3978: result: gcc -E configure:4007: gcc -E conftest.c configure:4014: $? = 0 configure:4045: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4052: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4095: checking for gawk configure:4122: result: gawk configure:4133: checking whether ln -s works configure:4137: result: yes configure:4144: checking whether make sets $(MAKE) configure:4166: result: yes configure:4189: checking for a BSD-compatible install configure:4257: result: /usr/bin/install -c configure:4270: checking for __attribute__ configure:4307: gcc -c -g -O2 conftest.c >&5 configure:4314: $? = 0 configure:4337: result: yes configure:4343: checking for runpath switch configure:4373: gcc -o conftest -g -O2 -R /usr/lib conftest.c >&5 gcc: unrecognized option '-R' /usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status configure:4380: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4416: gcc -o conftest -g -O2 -Wl,-rpath,/usr/lib conftest.c >&5 configure:4423: $? = 0 configure:4451: result: -Wl,-rpath, configure:4580: checking for ranlib configure:4596: found /usr/bin/ranlib configure:4607: result: ranlib configure:4640: checking for ld used by GCC configure:4697: result: /usr/bin/ld configure:4706: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.20.51.0.2-5.36.el6 20100205 configure:4718: result: yes configure:4722: checking for BSD-compatible nm configure:4756: result: /usr/bin/nm -B configure:4943: updating cache ./config.cache ltconfig:603: checking for object suffix ltconfig:604: gcc -c -g -O2 conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5 ltconfig:781: checking if gcc PIC flag -fPIC works ltconfig:782: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 ltconfig:834: checking if gcc supports -c -o file.o ltconfig:835: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 ltconfig:867: checking if gcc supports -c -o file.lo ltconfig:868: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 ltconfig:919: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:920: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:963: checking if gcc static flag -static works ltconfig:964: gcc -o conftest -g -O2 -static conftest.c 1>&5 /usr/bin/ld: cannot find -lc collect2: ld returned 1 exit status GNU ld version 2.20.51.0.2-5.36.el6 20100205 ltconfig:1662: checking if global_symbol_pipe works ltconfig:1663: gcc -c -g -O2 conftest.c 1>&5 ltconfig:1666: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1718: gcc -o conftest -g -O2 -fno-builtin conftest.c conftstm.o 1>&5 configure:4969: loading cache ./config.cache configure:5334: checking for connect configure:5390: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 configure:5397: $? = 0 configure:5417: result: yes configure:5564: checking for res_search configure:5620: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 /tmp/ccfdGLN9.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:45: undefined reference to `res_search' collect2: ld returned 1 exit status configure:5627: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | /* end confdefs.h. */ | /* Define res_search to an innocuous variant, in case <limits.h> declares res_search. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define res_search innocuous_res_search | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_search (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef res_search | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_search (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_res_search || defined __stub___res_search | choke me | #endif | | int | main () | { | return res_search (); | ; | return 0; | } configure:5647: result: no configure:5686: gcc -o conftest -Wall -W -g -O2 conftest.c -lresolv >&5 conftest.c:11: error: expected identifier or '(' before '[' token In file included from conftest.c:12: /usr/include/sys/types.h:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u_char' In file included from conftest.c:14: /usr/include/arpa/nameser.h:115: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token /usr/include/arpa/nameser.h:144: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token /usr/include/arpa/nameser.h:473: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:474: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:475: error: expected declaration specifiers or '...' before 'u_char' /usr/include/arpa/nameser.h:476: error: expected declaration specifiers or '...' before 'u_char' /usr/include/arpa/nameser.h:477: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:478: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:484: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:491: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:492: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:493: error: expected declaration specifiers or '...' before 'u_char' /usr/include/arpa/nameser.h:494: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:496: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:498: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:500: error: expected declaration specifiers or '...' before 'u_char' /usr/include/arpa/nameser.h:501: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:502: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:503: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:505: error: expected ')' before '*' token /usr/include/arpa/nameser.h:507: error: expected ')' before '*' token /usr/include/arpa/nameser.h:510: error: expected ')' before '*' token /usr/include/arpa/nameser.h:512: error: expected ')' before '*' token /usr/include/arpa/nameser.h:515: error: expected ';', ',' or ')' before '*' token /usr/include/arpa/nameser.h:517: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/arpa/nameser.h:518: error: expected ')' before '*' token /usr/include/arpa/nameser.h:520: error: expected ')' before '*' token /usr/include/arpa/nameser.h:522: error: expected ';', ',' or ')' before '*' token conftest.c:18:20: warning: extra tokens at end of #include directive In file included from conftest.c:18: /usr/include/resolv.h:75: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:82: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:126: error: expected specifier-qualifier-list before 'res_send_qhook' /usr/include/resolv.h:266: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:267: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:269: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:273: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:275: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:277: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:278: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:279: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:333: error: expected ')' before 'const' /usr/include/resolv.h:334: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:335: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:336: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:337: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:338: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:339: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:344: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/resolv.h:346: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/resolv.h:347: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/resolv.h:349: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/include/resolv.h:353: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:353: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:353: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:355: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:359: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:360: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:368: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:372: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:374: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:377: error: expected declaration specifiers or '...' before 'u_char' /usr/include/resolv.h:379: error: expected ';', ',' or ')' before '*' token /usr/include/resolv.h:381: error: expected ';', ',' or ')' before '*' token conftest.c: In function 'main': conftest.c:22: error: expected expression before '[' token configure:5693: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | /* end confdefs.h. */ | [ | #include <sys/types.h> | #include <netinet/in.h> | #include <arpa/nameser.h> | #ifdef HAVE_ARPA_NAMESER_COMPAT_H | #include <arpa/nameser_compat.h> | #endif | #include <resolv.h>] | int | main () | { | [ | const char host[12]="openafs.org"; | u_char ans[1024]; | res_search( host, C_IN, T_MX, (u_char *)&ans, sizeof(ans)); | return 0; | ] | ; | return 0; | } configure:5721: checking for dn_expand configure:5777: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 /tmp/cc6WYfWl.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:45: undefined reference to `dn_expand' collect2: ld returned 1 exit status configure:5784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | /* end confdefs.h. */ | /* Define dn_expand to an innocuous variant, in case <limits.h> declares dn_expand. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dn_expand innocuous_dn_expand | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dn_expand (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dn_expand | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dn_expand (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dn_expand || defined __stub___dn_expand | choke me | #endif | | int | main () | { | return dn_expand (); | ; | return 0; | } configure:5806: result: no configure:5721: checking for dns_lookup configure:5777: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 /tmp/ccsgjlsy.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:45: undefined reference to `dns_lookup' collect2: ld returned 1 exit status configure:5784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | /* end confdefs.h. */ | /* Define dns_lookup to an innocuous variant, in case <limits.h> declares dns_lookup. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dns_lookup innocuous_dns_lookup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dns_lookup (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dns_lookup | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dns_lookup (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dns_lookup || defined __stub___dns_lookup | choke me | #endif | | int | main () | { | return dns_lookup (); | ; | return 0; | } configure:5806: result: no configure:5831: checking DB path to use configure:5833: result: /etc/sasldb2 configure:5841: checking for grep that handles long lines and -e configure:5901: result: /bin/grep configure:5906: checking for egrep configure:5970: result: /bin/grep -E configure:5975: checking for ANSI C header files configure:6005: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6012: $? = 0 configure:6111: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 configure:6115: $? = 0 configure:6121: ./conftest configure:6125: $? = 0 configure:6143: result: yes configure:6167: checking for sys/types.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for sys/stat.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for stdlib.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for string.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for memory.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for strings.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for inttypes.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for stdint.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:6167: checking for unistd.h configure:6188: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:6195: $? = 0 configure:6212: result: yes configure:7109: checking db.h usability configure:7126: gcc -c -Wall -W -g -O2 conftest.c >&5 configure:7133: $? = 0 configure:7147: result: yes configure:7151: checking db.h presence configure:7166: gcc -E conftest.c configure:7173: $? = 0 configure:7187: result: yes configure:7215: checking for db.h configure:7222: result: yes configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb-5.2 >&5 /usr/bin/ld: cannot find -ldb-5.2 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb5.2 >&5 /usr/bin/ld: cannot find -ldb5.2 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb52 >&5 /usr/bin/ld: cannot find -ldb52 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb-5.1 >&5 /usr/bin/ld: cannot find -ldb-5.1 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb5.2 >&5 /usr/bin/ld: cannot find -ldb5.2 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb51 >&5 /usr/bin/ld: cannot find -ldb51 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb-5.0 >&5 /usr/bin/ld: cannot find -ldb-5.0 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb5.2 >&5 /usr/bin/ld: cannot find -ldb5.2 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb50 >&5 /usr/bin/ld: cannot find -ldb50 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb-4.8 >&5 /usr/bin/ld: cannot find -ldb-4.8 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb4.8 >&5 /usr/bin/ld: cannot find -ldb4.8 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb48 >&5 /usr/bin/ld: cannot find -ldb48 collect2: ld returned 1 exit status configure:7301: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #include <db.h> | int | main () | { | db_create(NULL, NULL, 0); | ; | return 0; | } configure:7294: gcc -o conftest -Wall -W -g -O2 conftest.c -ldb-4.7 >&5 configure:7301: $? = 0 configure:7914: checking DB library to use configure:7916: result: berkeley configure:8015: checking if Berkeley DB handle is kept open in SASLDB configure:8017: result: no configure:8020: checking for dlopen in -ldl configure:8055: gcc -o conftest -Wall -W -g -O2 conftest.c -ldl >&5 configure:8062: $? = 0 configure:8083: result: yes configure:8102: checking /dev/random to use configure:8104: result: /dev/random configure:8117: checking for nm configure:8144: result: /usr/bin/nm -B configure:8156: checking for underscore before symbols configure:8172: result: no configure:8257: checking for syslog configure:8313: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 configure:8320: $? = 0 configure:8342: result: yes configure:8385: checking security/pam_appl.h usability configure:8402: gcc -c -Wall -W -g -O2 conftest.c >&5 conftest.c:58:31: error: security/pam_appl.h: No such file or directory configure:8409: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <security/pam_appl.h> configure:8423: result: no configure:8427: checking security/pam_appl.h presence configure:8442: gcc -E conftest.c conftest.c:25:31: error: security/pam_appl.h: No such file or directory configure:8449: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | #include <security/pam_appl.h> configure:8463: result: no configure:8491: checking for security/pam_appl.h configure:8500: result: no configure:8385: checking pam/pam_appl.h usability configure:8402: gcc -c -Wall -W -g -O2 conftest.c >&5 conftest.c:58:26: error: pam/pam_appl.h: No such file or directory configure:8409: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <pam/pam_appl.h> configure:8423: result: no configure:8427: checking pam/pam_appl.h presence configure:8442: gcc -E conftest.c conftest.c:25:26: error: pam/pam_appl.h: No such file or directory configure:8449: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | #include <pam/pam_appl.h> configure:8463: result: no configure:8491: checking for pam/pam_appl.h configure:8500: result: no configure:8516: checking for pam_start configure:8572: gcc -o conftest -Wall -W -g -O2 conftest.c >&5 /tmp/ccg84xFw.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:59: undefined reference to `pam_start' collect2: ld returned 1 exit status configure:8579: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | /* Define pam_start to an innocuous variant, in case <limits.h> declares pam_start. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pam_start innocuous_pam_start | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pam_start (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pam_start | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pam_start (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pam_start || defined __stub___pam_start | choke me | #endif | | int | main () | { | return pam_start (); | ; | return 0; | } configure:8599: result: no configure:8641: gcc -o conftest -Wall -W -g -O2 conftest.c -lpam >&5 conftest.c: In function 'main': conftest.c:39: error: 'pam_handle_t' undeclared (first use in this function) conftest.c:39: error: (Each undeclared identifier is reported only once conftest.c:39: error: for each function it appears in.) conftest.c:39: error: 'pamh' undeclared (first use in this function) conftest.c:42: warning: implicit declaration of function 'pam_start' configure:8648: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_PAM_PAM_APPL_H | #include <pam/pam_appl.h> | #endif | #ifdef HAVE_SECURITY_PAM_H | #include <security/pam_appl.h> | #endif | int | main () | { | | const char *service="foo"; | const char *user="bar"; | pam_handle_t *pamh; | struct pam_conv *conv; | int baz; | baz = pam_start(service, user, conv, &pamh); | return 0; | | ; | return 0; | } configure:8704: checking if I should include saslauthd configure:8706: result: /var/state/saslauthd configure:8732: checking to include Courier authdaemond support configure:8734: result: /dev/null configure:8860: checking if I should include pwcheck configure:8862: result: no configure:8900: checking if I should include the alwaystrue verifier configure:8902: result: no configure:8913: checking if we should enable sasl_checkapop configure:8916: result: enabled configure:8936: checking CRAM-MD5 configure:8939: result: enabled configure:8969: checking size of long configure:9274: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:9278: $? = 0 configure:9284: ./conftest configure:9288: $? = 0 configure:9314: result: 4 configure:9324: checking what directory libraries are found in configure:9343: result: lib configure:9379: checking for RSAPublicEncrypt in -lrsaref configure:9414: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lrsaref >&5 /usr/bin/ld: cannot find -lrsaref collect2: ld returned 1 exit status configure:9421: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char RSAPublicEncrypt (); | int | main () | { | return RSAPublicEncrypt (); | ; | return 0; | } configure:9442: result: no configure:9532: checking openssl/evp.h usability configure:9549: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:64:25: error: openssl/evp.h: No such file or directory configure:9556: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <openssl/evp.h> configure:9570: result: no configure:9574: checking openssl/evp.h presence configure:9589: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c conftest.c:31:25: error: openssl/evp.h: No such file or directory configure:9596: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | /* end confdefs.h. */ | #include <openssl/evp.h> configure:9610: result: no configure:9638: checking for openssl/evp.h configure:9645: result: no configure:9741: checking for OpenSSL configure:9743: result: no configure:10735: checking DIGEST-MD5 configure:10738: result: enabled configure:10764: WARNING: OpenSSL not found -- SCRAM will be disabled configure:10769: checking SCRAM configure:10789: result: disabled configure:10802: WARNING: OpenSSL not found -- OTP will be disabled configure:10807: checking OTP configure:11067: result: disabled configure:11080: WARNING: OpenSSL not found -- SRP will be disabled configure:11085: checking SRP configure:11128: result: disabled configure:11785: checking KERBEROS_V4 configure:11805: result: disabled configure:11810: checking for crypt configure:11866: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 /tmp/ccBvnVfi.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:66: undefined reference to `crypt' collect2: ld returned 1 exit status configure:11873: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | /* Define crypt to an innocuous variant, in case <limits.h> declares crypt. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define crypt innocuous_crypt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char crypt (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef crypt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_crypt || defined __stub___crypt | choke me | #endif | | int | main () | { | return crypt (); | ; | return 0; | } configure:11893: result: no configure:11898: checking for crypt in -lcrypt configure:11933: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lcrypt >&5 configure:11940: $? = 0 configure:11961: result: yes configure:12051: checking gssapi.h usability configure:12068: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:65:20: error: gssapi.h: No such file or directory configure:12075: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <gssapi.h> configure:12089: result: no configure:12093: checking gssapi.h presence configure:12108: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c conftest.c:32:20: error: gssapi.h: No such file or directory configure:12115: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <gssapi.h> configure:12129: result: no configure:12157: checking for gssapi.h configure:12164: result: no configure:12181: checking gssapi/gssapi.h usability configure:12198: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:65:27: error: gssapi/gssapi.h: No such file or directory configure:12205: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <gssapi/gssapi.h> configure:12219: result: no configure:12223: checking gssapi/gssapi.h presence configure:12238: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c conftest.c:32:27: error: gssapi/gssapi.h: No such file or directory configure:12245: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <gssapi/gssapi.h> configure:12259: result: no configure:12287: checking for gssapi/gssapi.h configure:12294: result: no configure:12301: WARNING: Disabling GSSAPI - no include files found configure:12325: checking gssapi/gssapi_ext.h usability configure:12342: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:65:31: error: gssapi/gssapi_ext.h: No such file or directory configure:12349: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <gssapi/gssapi_ext.h> configure:12363: result: no configure:12367: checking gssapi/gssapi_ext.h presence configure:12382: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c conftest.c:32:31: error: gssapi/gssapi_ext.h: No such file or directory configure:12389: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | /* end confdefs.h. */ | #include <gssapi/gssapi_ext.h> configure:12403: result: no configure:12431: checking for gssapi/gssapi_ext.h configure:12440: result: no configure:13284: checking GSSAPI configure:13968: result: disabled configure:14024: checking PLAIN configure:14027: result: enabled configure:14053: checking ANONYMOUS configure:14056: result: enabled configure:14081: checking LOGIN configure:14097: result: disabled configure:14110: WARNING: OpenSSL not found -- NTLM will be disabled configure:14115: checking NTLM configure:14134: result: disabled configure:14147: WARNING: OpenSSL not found -- PASSDSS will be disabled configure:14152: checking PASSDSS configure:14171: result: disabled configure:14197: checking SQL configure:14213: result: disabled configure:14839: checking LDAPDB configure:15192: result: disabled configure:15269: checking for dmalloc library configure:15311: result: no configure:15317: checking for sfio library configure:15385: result: no configure:15401: checking for getsubopt configure:15457: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:15464: $? = 0 configure:15484: result: yes configure:15509: checking for snprintf configure:15565: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:60: warning: conflicting types for built-in function 'snprintf' configure:15572: $? = 0 configure:15592: result: yes configure:15604: checking for vsnprintf configure:15660: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:61: warning: conflicting types for built-in function 'vsnprintf' configure:15667: $? = 0 configure:15687: result: yes configure:15713: checking for inet_aton in -lresolv configure:15748: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:15755: $? = 0 configure:15776: result: yes configure:15791: checking for getaddrinfo configure:15847: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:15854: $? = 0 configure:15874: result: yes configure:16178: checking for gai_strerror configure:16234: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:16241: $? = 0 configure:16261: result: yes configure:16592: checking for getnameinfo configure:16648: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:16655: $? = 0 configure:16675: result: yes configure:17002: checking for an ANSI C-conforming const configure:17077: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:71: warning: 't' is used uninitialized in this function conftest.c:87: warning: 'b' is used uninitialized in this function conftest.c:50: warning: 'cs[0]' is used uninitialized in this function configure:17084: $? = 0 configure:17099: result: yes configure:17109: checking for inline configure:17135: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17142: $? = 0 configure:17160: result: inline configure:17179: checking for mode_t configure:17207: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17214: $? = 0 configure:17241: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:78: error: expected expression before ')' token configure:17248: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((mode_t))) | return 0; | ; | return 0; | } configure:17271: result: yes configure:17283: checking for pid_t configure:17311: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17318: $? = 0 configure:17345: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:78: error: expected expression before ')' token configure:17352: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:17375: result: yes configure:17387: checking return type of signal handlers configure:17415: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:48: error: void value not ignored as it ought to be configure:17422: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | /* end confdefs.h. */ | #include <sys/types.h> | #include <signal.h> | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:17437: result: void configure:17446: checking whether time.h and sys/time.h may both be included configure:17476: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17483: $? = 0 configure:17498: result: yes configure:17508: checking for ANSI C header files configure:17676: result: yes configure:17694: checking for dirent.h that defines DIR configure:17723: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17730: $? = 0 configure:17747: result: yes configure:17762: checking for library containing opendir configure:17803: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:17810: $? = 0 configure:17841: result: none required configure:17939: checking for sys/wait.h that is POSIX.1 compatible configure:17975: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:17982: $? = 0 configure:17997: result: yes configure:18039: checking des.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c:80:17: error: des.h: No such file or directory configure:18063: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <des.h> configure:18077: result: no configure:18081: checking des.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c conftest.c:47:17: error: des.h: No such file or directory configure:18103: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | #include <des.h> configure:18117: result: no configure:18145: checking for des.h configure:18154: result: no configure:18039: checking dlfcn.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking dlfcn.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for dlfcn.h configure:18154: result: yes configure:18039: checking fcntl.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking fcntl.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for fcntl.h configure:18154: result: yes configure:18039: checking limits.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking limits.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for limits.h configure:18154: result: yes configure:18039: checking malloc.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking malloc.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for malloc.h configure:18154: result: yes configure:18039: checking paths.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking paths.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for paths.h configure:18154: result: yes configure:18028: checking for strings.h configure:18035: result: yes configure:18039: checking sys/file.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking sys/file.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for sys/file.h configure:18154: result: yes configure:18039: checking sys/time.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking sys/time.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for sys/time.h configure:18154: result: yes configure:18039: checking syslog.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking syslog.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for syslog.h configure:18154: result: yes configure:18028: checking for unistd.h configure:18035: result: yes configure:18028: checking for inttypes.h configure:18035: result: yes configure:18039: checking sys/uio.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking sys/uio.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for sys/uio.h configure:18154: result: yes configure:18039: checking sys/param.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking sys/param.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for sys/param.h configure:18154: result: yes configure:18039: checking sysexits.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking sysexits.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for sysexits.h configure:18154: result: yes configure:18039: checking stdarg.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 configure:18063: $? = 0 configure:18077: result: yes configure:18081: checking stdarg.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c configure:18103: $? = 0 configure:18117: result: yes configure:18145: checking for stdarg.h configure:18154: result: yes configure:18039: checking varargs.h usability configure:18056: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 In file included from conftest.c:95: /usr/lib/gcc/i686-redhat-linux/4.4.7/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>." /usr/lib/gcc/i686-redhat-linux/4.4.7/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." configure:18063: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <varargs.h> configure:18077: result: no configure:18081: checking varargs.h presence configure:18096: gcc -E -DOBSOLETE_CRAM_ATTR=1 conftest.c In file included from conftest.c:62: /usr/lib/gcc/i686-redhat-linux/4.4.7/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>." /usr/lib/gcc/i686-redhat-linux/4.4.7/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>." configure:18103: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #include <varargs.h> configure:18117: result: no configure:18145: checking for varargs.h configure:18154: result: no configure:18171: checking whether you have ss_family in struct sockaddr_storage configure:18198: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:67: warning: unused variable 'i' configure:18205: $? = 0 configure:18229: result: yes configure:18232: checking whether you have sa_len in struct sockaddr configure:18259: gcc -c -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c >&5 conftest.c: In function 'main': conftest.c:68: error: 'struct sockaddr' has no member named 'sa_len' conftest.c:68: warning: unused variable 'i' configure:18266: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SS_FAMILY /**/ | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/socket.h> | int | main () | { | struct sockaddr sa; int i = sa.sa_len; | ; | return 0; | } configure:18290: result: no configure:18293: checking for socklen_t configure:18320: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c: In function 'main': conftest.c:68: warning: unused variable 'len' configure:18327: $? = 0 configure:18356: result: yes configure:18382: checking for gethostname configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for getdomainname configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for getpwnam configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for getspnam configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for gettimeofday configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for inet_aton configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for memcpy configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c:93: warning: conflicting types for built-in function 'memcpy' configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for mkdir configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for select configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for socket configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strchr configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c:97: warning: conflicting types for built-in function 'strchr' configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strdup configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c:98: warning: conflicting types for built-in function 'strdup' configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strerror configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strspn configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c:100: warning: conflicting types for built-in function 'strspn' configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strstr configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 conftest.c:101: warning: conflicting types for built-in function 'strstr' configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for strtol configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for jrand48 configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 configure:18445: $? = 0 configure:18467: result: yes configure:18382: checking for getpassphrase configure:18438: gcc -o conftest -Wall -W -g -O2 -DOBSOLETE_CRAM_ATTR=1 conftest.c -lresolv >&5 /tmp/ccvLQ36L.o: In function `main': /home/brad/Downloads/cyrus-sasl-2.1.26/conftest.c:115: undefined reference to `getpassphrase' collect2: ld returned 1 exit status configure:18445: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "cyrus-sasl" | #define VERSION "2.1.26" | #define HAVE___ATTRIBUTE__ 1 | #define SASL_DB_PATH "/etc/sasldb2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define SASL_BERKELEYDB /**/ | #define SASL_DEV_RANDOM "/dev/random" | #define HAVE_SYSLOG 1 | #define HAVE_SASLAUTHD /**/ | #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" | #define HAVE_AUTHDAEMON /**/ | #define PATH_AUTHDAEMON_SOCKET "/dev/null" | #define DO_SASL_CHECKAPOP /**/ | #define SIZEOF_LONG 4 | #define WITH_DES /**/ | #define DO_DLOPEN /**/ | #define PLUGINDIR "/usr/lib/sasl2" | #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" | #define WITH_RC4 /**/ | #define HAVE_GETSUBOPT /**/ | #define HAVE_SNPRINTF /**/ | #define HAVE_VSNPRINTF /**/ | #define HAVE_LIBRESOLV 1 | #define HAVE_GETADDRINFO /**/ | #define HAVE_GETNAMEINFO /**/ | #define RETSIGTYPE void | #define TIME_WITH_SYS_TIME 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_PATHS_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_SS_FAMILY /**/ | #define HAVE_SOCKLEN_T /**/ | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETDOMAINNAME 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETSPNAM 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_ATON 1 | #define HAVE_MEMCPY 1 | #define HAVE_MKDIR 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSPN 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_JRAND48 1 | /* end confdefs.h. */ | /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getpassphrase innocuous_getpassphrase | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpassphrase (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getpassphrase | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpassphrase (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getpassphrase || defined __stub___getpassphrase | choke me | #endif | | int | main () | { | return getpassphrase (); | ; | return 0; | } configure:18467: result: no configure:18599: updating cache ./config.cache configure:18700: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on dell2600-1.bradcan.homelinux.com config.status:934: creating Makefile config.status:934: creating libsasl2.pc config.status:934: creating include/Makefile config.status:934: creating sasldb/Makefile config.status:934: creating plugins/Makefile config.status:934: creating lib/Makefile config.status:934: creating utils/Makefile config.status:934: creating doc/Makefile config.status:934: creating sample/Makefile config.status:934: creating java/Makefile config.status:934: creating java/CyrusSasl/Makefile config.status:934: creating java/Test/Makefile config.status:934: creating java/javax/Makefile config.status:934: creating java/javax/security/Makefile config.status:934: creating java/javax/security/auth/Makefile config.status:934: creating java/javax/security/auth/callback/Makefile config.status:934: creating pwcheck/Makefile config.status:934: creating man/Makefile config.status:934: creating config.h config.status:1208: executing depfiles commands configure:20119: === configuring in saslauthd (/home/brad/Downloads/cyrus-sasl-2.1.26/saslauthd) configure:20222: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=.././config.cache --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv___attribute__=yes ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_can_build_shared=yes ac_cv_cmu_lib_subdir=lib 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=no ac_cv_func_connect=yes ac_cv_func_crypt=no ac_cv_func_dn_expand=no ac_cv_func_dns_lookup=no ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getdomainname=yes ac_cv_func_gethostname=yes ac_cv_func_getnameinfo=yes ac_cv_func_getpassphrase=no ac_cv_func_getpwnam=yes ac_cv_func_getspnam=yes ac_cv_func_getsubopt=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_aton=yes ac_cv_func_jrand48=yes ac_cv_func_memcpy=yes ac_cv_func_mkdir=yes ac_cv_func_pam_start=no ac_cv_func_res_search=no ac_cv_func_select=yes ac_cv_func_snprintf=yes ac_cv_func_socket=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strspn=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_syslog=yes ac_cv_func_vsnprintf=yes ac_cv_header_db_h=yes ac_cv_header_des_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_gssapi_gssapi_ext_h=no ac_cv_header_gssapi_gssapi_h=no ac_cv_header_gssapi_h=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_openssl_evp_h=no ac_cv_header_pam_pam_appl_h=no ac_cv_header_paths_h=yes ac_cv_header_security_pam_appl_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_file_h=yes ac_cv_header_sys_param_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_uio_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_sysexits_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_varargs_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_lib_crypt_crypt=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_inet6_gai_strerror=no ac_cv_lib_inet6_getaddrinfo=no ac_cv_lib_inet6_getnameinfo=no ac_cv_lib_resolv_inet_aton=yes ac_cv_lib_rsaref_RSAPublicEncrypt=no ac_cv_lib_socket_gai_strerror=no ac_cv_lib_socket_getaddrinfo=no ac_cv_lib_socket_getnameinfo=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_LD=/usr/bin/ld ac_cv_path_NM='/usr/bin/nm -B' ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_NM='/usr/bin/nm -B' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gnu_ld=yes ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_long=4 ac_cv_target=i686-pc-linux-gnu ac_cv_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_signal=void am_cv_CC_dependencies_compiler_type=gcc3 andrew_cv_runpath_switch=-Wl,-rpath, ipv6_cv_gai_strerror=yes ipv6_cv_getaddrinfo=yes ipv6_cv_getnameinfo=yes ipv6_cv_sa_len=no ipv6_cv_socklen_t=yes ipv6_cv_ss_family=yes sasl_cv_getaddrinfo=no sasl_cv_getnameinfo=no sasl_cv_getsubopt=no sasl_cv_snprintf=no sasl_cv_uscore=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run aclocal-1.11 -I $(top_srcdir)/cmulocal -I $(top_srcdir)/config' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run tar' AUTOCONF='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run autoconf' AUTOHEADER='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run autoheader' AUTOMAKE='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run automake-1.11' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-Wall -W -g -O2' CMU_LIB_SUBDIR='lib' CPP='gcc -E' CPPFLAGS=' -DOBSOLETE_CRAM_ATTR=1' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DIRS='' DMALLOC_LIBS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GETADDRINFOOBJS='' GETNAMEINFOOBJS='' GETSUBOPT='' GREP='/bin/grep' GSSAPIBASE_LIBS='' GSSAPI_LIBS='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPCTYPE='unix' JAVAC='true' JAVADOC='true' JAVAH='true' JAVAROOT='' JAVA_FALSE='' JAVA_INCLUDES='' JAVA_TRUE='#' LDFLAGS='' LIBOBJS='' LIBS='-lresolv ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_CRYPT='-lcrypt' LIB_DES='' LIB_DOOR='' LIB_LDAP='' LIB_MYSQL='' LIB_PGSQL='' LIB_SOCKET='' LIB_SQLITE3='' LIB_SQLITE='' LN_S='ln -s' LTGETADDRINFOOBJS='' LTGETNAMEINFOOBJS='' LTLIBOBJS='' LTSNPRINTFOBJS='' MACOSX_FALSE='' MACOSX_TRUE='#' MAKEINFO='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NO_SASL_DB_MANS_FALSE='' NO_SASL_DB_MANS_TRUE='#' NTLM_LIBS='' OBJEXT='o' OTP_LIBS='' PACKAGE='cyrus-sasl' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PASSDSS_LIBS='' PATH_SEPARATOR=':' PLAIN_LIBS='-lcrypt' PURECOV='' PURIFY='' PWCHECKMETH='' PWCHECK_FALSE='' PWCHECK_TRUE='#' RANLIB='ranlib' SAMPLE_FALSE='' SAMPLE_TRUE='#' SASLAUTHD_FALSE='#' SASLAUTHD_TRUE='' SASL_DB_BACKEND='db_berkeley.lo' SASL_DB_BACKEND_STATIC='db_berkeley.o allockey.o' SASL_DB_INC='' SASL_DB_LIB=' -ldb-4.7' SASL_DB_MANS='saslpasswd2.8 sasldblistusers2.8' SASL_DB_UTILS='saslpasswd2 sasldblistusers2' SASL_DL_LIB='-ldl' SASL_KRB_LIB='' SASL_MECHS=' libsasldb.la libcrammd5.la libdigestmd5.la libplain.la libanonymous.la' SASL_STATIC_LIBS='' SASL_STATIC_OBJS='' SASL_STATIC_SRCS='' SASL_UTIL_HEADERS_EXTRA='' SASL_UTIL_LIBS_EXTRA='' SCRAM_LIBS='' SET_MAKE='' SFIO_INC_FLAGS='' SFIO_LIB_FLAGS='' SHELL='/bin/sh' SMTPTEST_PROGRAM='' SNPRINTFOBJS='' SRP_LIBS='' STRIP='' VERSION='2.1.26' ac_ct_CC='gcc' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' configdir='/usr/lib/sasl2:/etc/sasl2' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/brad/Downloads/cyrus-sasl-2.1.26/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' plugindir='/usr/lib/sasl2' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' saslauthd' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "cyrus-sasl" #define VERSION "2.1.26" #define HAVE___ATTRIBUTE__ 1 #define SASL_DB_PATH "/etc/sasldb2" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define SASL_BERKELEYDB /**/ #define SASL_DEV_RANDOM "/dev/random" #define HAVE_SYSLOG 1 #define HAVE_SASLAUTHD /**/ #define PATH_SASLAUTHD_RUNDIR "/var/state/saslauthd" #define HAVE_AUTHDAEMON /**/ #define PATH_AUTHDAEMON_SOCKET "/dev/null" #define DO_SASL_CHECKAPOP /**/ #define SIZEOF_LONG 4 #define WITH_DES /**/ #define DO_DLOPEN /**/ #define PLUGINDIR "/usr/lib/sasl2" #define CONFIGDIR "/usr/lib/sasl2:/etc/sasl2" #define WITH_RC4 /**/ #define HAVE_GETSUBOPT /**/ #define HAVE_SNPRINTF /**/ #define HAVE_VSNPRINTF /**/ #define HAVE_LIBRESOLV 1 #define HAVE_GETADDRINFO /**/ #define HAVE_GETNAMEINFO /**/ #define RETSIGTYPE void #define TIME_WITH_SYS_TIME 1 #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_PATHS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_UNISTD_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYSEXITS_H 1 #define HAVE_STDARG_H 1 #define HAVE_SS_FAMILY /**/ #define HAVE_SOCKLEN_T /**/ #define HAVE_GETHOSTNAME 1 #define HAVE_GETDOMAINNAME 1 #define HAVE_GETPWNAM 1 #define HAVE_GETSPNAM 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INET_ATON 1 #define HAVE_MEMCPY 1 #define HAVE_MKDIR 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRSPN 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_JRAND48 1 #define HAVE_STRUCT_SOCKADDR_STORAGE /**/ configure: exit 0
---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus