This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pam_mysql configure 0.7RC1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp06 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1571: checking for a BSD-compatible install configure:1626: result: /bin/install -c configure:1637: checking whether build environment is sane configure:1680: result: yes configure:1695: checking whether make sets $(MAKE) configure:1715: result: yes configure:1747: checking for working aclocal-1.4 configure:1758: result: missing configure:1762: checking for working autoconf configure:1769: result: found configure:1777: checking for working automake-1.4 configure:1788: result: missing configure:1792: checking for working autoheader configure:1799: result: found configure:1807: checking for working makeinfo configure:1814: result: found configure:1829: checking whether to enable maintainer-specific portions of Makefiles configure:1838: result: no configure:1864: checking for bison configure:1880: found /usr/bin/bison configure:1890: result: bison -y configure:1911: checking for i686-uhu-linux-g++ configure:1927: found /usr/bin/i686-uhu-linux-g++ configure:1937: result: i686-uhu-linux-g++ configure:1995: checking for C++ compiler version configure:1998: i686-uhu-linux-g++ --version &5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 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:2001: $? = 0 configure:2003: i686-uhu-linux-g++ -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2006: $? = 0 configure:2008: i686-uhu-linux-g++ -V &5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:2011: $? = 1 configure:2034: checking for C++ compiler default output file name configure:2037: i686-uhu-linux-g++ conftest.cc >&5 configure:2040: $? = 0 configure:2086: result: a.out configure:2091: checking whether the C++ compiler works configure:2097: ./a.out configure:2100: $? = 0 configure:2117: result: yes configure:2124: checking whether we are cross compiling configure:2126: result: no configure:2129: checking for suffix of executables configure:2131: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:2134: $? = 0 configure:2159: result: configure:2165: checking for suffix of object files configure:2186: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2189: $? = 0 configure:2211: result: o configure:2215: checking whether we are using the GNU C++ compiler configure:2239: i686-uhu-linux-g++ -c conftest.cc >&5 configure:2245: $? = 0 configure:2248: test -z || test ! -s conftest.err configure:2251: $? = 0 configure:2254: test -s conftest.o configure:2257: $? = 0 configure:2270: result: yes configure:2276: checking whether i686-uhu-linux-g++ accepts -g configure:2297: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:2303: $? = 0 configure:2306: test -z || test ! -s conftest.err configure:2309: $? = 0 configure:2312: test -s conftest.o configure:2315: $? = 0 configure:2326: result: yes configure:2368: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2374: $? = 0 configure:2377: test -z || test ! -s conftest.err configure:2380: $? = 0 configure:2383: test -s conftest.o configure:2386: $? = 0 configure:2412: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2418: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2368: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:2374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2368: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:12:0: /usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:11:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:2374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2368: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2374: $? = 0 configure:2377: test -z || test ! -s conftest.err configure:2380: $? = 0 configure:2383: test -s conftest.o configure:2386: $? = 0 configure:2412: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:2418: $? = 0 configure:2421: test -z || test ! -s conftest.err configure:2424: $? = 0 configure:2427: test -s conftest.o configure:2430: $? = 0 configure:2461: checking for i686-uhu-linux-gcc configure:2477: found /usr/bin/i686-uhu-linux-gcc configure:2487: result: i686-uhu-linux-gcc configure:2769: checking for C compiler version configure:2772: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:2775: $? = 0 configure:2777: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2780: $? = 0 configure:2782: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2785: $? = 1 configure:2788: checking whether we are using the GNU C compiler configure:2812: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2818: $? = 0 configure:2821: test -z || test ! -s conftest.err configure:2824: $? = 0 configure:2827: test -s conftest.o configure:2830: $? = 0 configure:2843: result: yes configure:2849: checking whether i686-uhu-linux-gcc accepts -g configure:2870: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2876: $? = 0 configure:2879: test -z || test ! -s conftest.err configure:2882: $? = 0 configure:2885: test -s conftest.o configure:2888: $? = 0 configure:2899: result: yes configure:2916: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2986: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2992: $? = 0 configure:2995: test -z || test ! -s conftest.err configure:2998: $? = 0 configure:3001: test -s conftest.o configure:3004: $? = 0 configure:3022: result: none needed configure:3040: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:3046: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3181: checking how to run the C preprocessor configure:3216: i686-uhu-linux-gcc -E conftest.c configure:3222: $? = 0 configure:3254: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3260: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3299: result: i686-uhu-linux-gcc -E configure:3323: i686-uhu-linux-gcc -E conftest.c configure:3329: $? = 0 configure:3361: i686-uhu-linux-gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3367: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3410: checking whether ln -s works configure:3414: result: yes configure:3421: checking whether make sets $(MAKE) configure:3441: result: yes configure:3463: checking for a BSD-compatible install configure:3518: result: /bin/install -c configure:3607: checking build system type configure:3625: result: i686-uhu-linux-gnu configure:3633: checking host system type configure:3647: result: i686-uhu-linux-gnu configure:3655: checking for a sed that does not truncate output configure:3709: result: /bin/sed configure:3712: checking for egrep configure:3722: result: grep -E configure:3738: checking for ld used by i686-uhu-linux-gcc configure:3805: result: /usr/bin/ld configure:3814: checking if the linker (/usr/bin/ld) is GNU ld configure:3829: result: yes configure:3834: checking for /usr/bin/ld option to reload object files configure:3841: result: -r configure:3859: checking for BSD-compatible nm configure:3901: result: nm configure:3905: checking how to recognise dependent libraries configure:4077: result: pass_all configure:4286: checking for ANSI C header files configure:4311: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4317: $? = 0 configure:4320: test -z || test ! -s conftest.err configure:4323: $? = 0 configure:4326: test -s conftest.o configure:4329: $? = 0 configure:4418: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:31:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:4421: $? = 0 configure:4423: ./conftest configure:4426: $? = 0 configure:4441: result: yes configure:4465: checking for sys/types.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for sys/stat.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for stdlib.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for string.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for memory.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for strings.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for inttypes.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for stdint.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4465: checking for unistd.h configure:4481: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4487: $? = 0 configure:4490: test -z || test ! -s conftest.err configure:4493: $? = 0 configure:4496: test -s conftest.o configure:4499: $? = 0 configure:4510: result: yes configure:4536: checking dlfcn.h usability configure:4548: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4554: $? = 0 configure:4557: test -z || test ! -s conftest.err configure:4560: $? = 0 configure:4563: test -s conftest.o configure:4566: $? = 0 configure:4576: result: yes configure:4580: checking dlfcn.h presence configure:4590: i686-uhu-linux-gcc -E conftest.c configure:4596: $? = 0 configure:4616: result: yes configure:4651: checking for dlfcn.h configure:4658: result: yes configure:4681: checking how to run the C++ preprocessor configure:4712: i686-uhu-linux-g++ -E conftest.cc configure:4718: $? = 0 configure:4750: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4756: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4795: result: i686-uhu-linux-g++ -E configure:4819: i686-uhu-linux-g++ -E conftest.cc configure:4825: $? = 0 configure:4857: i686-uhu-linux-g++ -E conftest.cc conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4863: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:4918: checking for i686-uhu-linux-g77 configure:4947: result: no configure:4918: checking for i686-uhu-linux-f77 configure:4947: result: no configure:4918: checking for i686-uhu-linux-xlf configure:4947: result: no configure:4918: checking for i686-uhu-linux-frt configure:4947: result: no configure:4918: checking for i686-uhu-linux-pgf77 configure:4947: result: no configure:4918: checking for i686-uhu-linux-fort77 configure:4947: result: no configure:4918: checking for i686-uhu-linux-fl32 configure:4947: result: no configure:4918: checking for i686-uhu-linux-af77 configure:4947: result: no configure:4918: checking for i686-uhu-linux-f90 configure:4947: result: no configure:4918: checking for i686-uhu-linux-xlf90 configure:4947: result: no configure:4918: checking for i686-uhu-linux-pgf90 configure:4947: result: no configure:4918: checking for i686-uhu-linux-epcf90 configure:4947: result: no configure:4918: checking for i686-uhu-linux-f95 configure:4947: result: no configure:4918: checking for i686-uhu-linux-fort configure:4947: result: no configure:4918: checking for i686-uhu-linux-xlf95 configure:4947: result: no configure:4918: checking for i686-uhu-linux-ifc configure:4947: result: no configure:4918: checking for i686-uhu-linux-efc configure:4947: result: no configure:4918: checking for i686-uhu-linux-pgf95 configure:4947: result: no configure:4918: checking for i686-uhu-linux-lf95 configure:4947: result: no configure:4918: checking for i686-uhu-linux-gfortran configure:4947: result: no configure:4960: checking for g77 configure:4989: result: no configure:4960: checking for f77 configure:4989: result: no configure:4960: checking for xlf configure:4989: result: no configure:4960: checking for frt configure:4989: result: no configure:4960: checking for pgf77 configure:4989: result: no configure:4960: checking for fort77 configure:4989: result: no configure:4960: checking for fl32 configure:4989: result: no configure:4960: checking for af77 configure:4989: result: no configure:4960: checking for f90 configure:4989: result: no configure:4960: checking for xlf90 configure:4989: result: no configure:4960: checking for pgf90 configure:4989: result: no configure:4960: checking for epcf90 configure:4989: result: no configure:4960: checking for f95 configure:4989: result: no configure:4960: checking for fort configure:4989: result: no configure:4960: checking for xlf95 configure:4989: result: no configure:4960: checking for ifc configure:4989: result: no configure:4960: checking for efc configure:4989: result: no configure:4960: checking for pgf95 configure:4989: result: no configure:4960: checking for lf95 configure:4989: result: no configure:4960: checking for gfortran configure:4989: result: no configure:5001: checking for Fortran 77 compiler version configure:5004: --version &5 ./configure: line 5005: --version: command not found configure:5007: $? = 127 configure:5009: -v &5 ./configure: line 5010: -v: command not found configure:5012: $? = 127 configure:5014: -V &5 ./configure: line 5015: -V: command not found configure:5017: $? = 127 configure:5025: checking whether we are using the GNU Fortran 77 compiler configure:5039: -c conftest.F >&5 ./configure: line 5040: -c: command not found configure:5045: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5070: result: no configure:5076: checking whether accepts -g configure:5088: -c -g conftest.f >&5 ./configure: line 5089: -c: command not found configure:5094: $? = 127 configure: failed program was: | program main | | end configure:5118: result: no configure:5148: checking the maximum length of command line arguments configure:5240: result: 32768 configure:5251: checking command to parse nm output from i686-uhu-linux-gcc object configure:5347: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5350: $? = 0 configure:5354: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5357: $? = 0 configure:5409: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:5412: $? = 0 configure:5450: result: ok configure:5454: checking for objdir configure:5469: result: .libs configure:5521: checking for i686-uhu-linux-ar configure:5537: found /usr/bin/i686-uhu-linux-ar configure:5547: result: i686-uhu-linux-ar configure:5601: checking for i686-uhu-linux-ranlib configure:5630: result: no configure:5639: checking for ranlib configure:5655: found /usr/bin/ranlib configure:5666: result: ranlib configure:5681: checking for i686-uhu-linux-strip configure:5710: result: no configure:5719: checking for strip configure:5735: found /usr/bin/strip configure:5746: result: strip configure:6033: checking if i686-uhu-linux-gcc static flag works configure:6061: result: yes configure:6079: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:6097: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:6101: $? = 0 configure:6114: result: no configure:6129: checking for i686-uhu-linux-gcc option to produce PIC configure:6333: result: -fPIC configure:6341: checking if i686-uhu-linux-gcc PIC flag -fPIC works configure:6359: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC conftest.c >&5 configure:6363: $? = 0 configure:6376: result: yes configure:6400: checking if i686-uhu-linux-gcc supports -c -o file.o configure:6421: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:6425: $? = 0 configure:6447: result: yes configure:6473: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:7368: result: yes configure:7394: checking whether -lc should be explicitly linked in configure:7399: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7402: $? = 0 configure:7416: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7419: $? = 0 configure:7431: result: no configure:7439: checking dynamic linker characteristics configure:8005: result: GNU/Linux ld.so configure:8009: checking how to hardcode library paths into programs configure:8034: result: immediate configure:8048: checking whether stripping libraries is possible configure:8053: result: yes configure:8876: checking if libtool supports shared libraries configure:8878: result: yes configure:8881: checking whether to build shared libraries configure:8902: result: yes configure:8905: checking whether to build static libraries configure:8909: result: no configure:9001: creating libtool configure:9579: checking for ld used by i686-uhu-linux-g++ configure:9646: result: /usr/bin/ld configure:9655: checking if the linker (/usr/bin/ld) is GNU ld configure:9670: result: yes configure:9721: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:10599: result: yes configure:10617: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:10620: $? = 0 configure:10730: checking for i686-uhu-linux-g++ option to produce PIC configure:10998: result: -fPIC configure:11006: checking if i686-uhu-linux-g++ PIC flag -fPIC works configure:11024: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 configure:11028: $? = 0 configure:11041: result: yes configure:11065: checking if i686-uhu-linux-g++ supports -c -o file.o configure:11086: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:11090: $? = 0 configure:11112: result: yes configure:11138: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:11166: result: yes configure:11237: checking dynamic linker characteristics configure:11803: result: GNU/Linux ld.so configure:11807: checking how to hardcode library paths into programs configure:11832: result: immediate configure:11846: checking whether stripping libraries is possible configure:11851: result: yes configure:19382: checking for ANSI C header files configure:19537: result: yes configure:19575: checking arpa/inet.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking arpa/inet.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for arpa/inet.h configure:19697: result: yes configure:19575: checking netinet/in.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking netinet/in.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for netinet/in.h configure:19697: result: yes configure:19575: checking netdb.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking netdb.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for netdb.h configure:19697: result: yes configure:19566: checking for string.h configure:19571: result: yes configure:19566: checking for strings.h configure:19571: result: yes configure:19575: checking sys/socket.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking sys/socket.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for sys/socket.h configure:19697: result: yes configure:19566: checking for sys/types.h configure:19571: result: yes configure:19566: checking for sys/stat.h configure:19571: result: yes configure:19575: checking sys/param.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking sys/param.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for sys/param.h configure:19697: result: yes configure:19575: checking fcntl.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking fcntl.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for fcntl.h configure:19697: result: yes configure:19575: checking syslog.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking syslog.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for syslog.h configure:19697: result: yes configure:19566: checking for unistd.h configure:19571: result: yes configure:19575: checking stdarg.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking stdarg.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for stdarg.h configure:19697: result: yes configure:19575: checking errno.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking errno.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for errno.h configure:19697: result: yes configure:19575: checking crypt.h usability configure:19587: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19593: $? = 0 configure:19596: test -z || test ! -s conftest.err configure:19599: $? = 0 configure:19602: test -s conftest.o configure:19605: $? = 0 configure:19615: result: yes configure:19619: checking crypt.h presence configure:19629: i686-uhu-linux-gcc -E conftest.c configure:19635: $? = 0 configure:19655: result: yes configure:19690: checking for crypt.h configure:19697: result: yes configure:19710: checking for stdbool.h that conforms to C99 configure:19763: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:2: warning: variably modified 'd' at file scope [enabled by default] char d[(bool) -0.5 == true ? 1 : -1]; ^ conftest.c:69:2: warning: variably modified 'f' at file scope [enabled by default] char f[(_Bool) -0.0 == false ? 1 : -1]; ^ configure:19769: $? = 0 configure:19772: test -z || test ! -s conftest.err configure:19775: $? = 0 configure:19778: test -s conftest.o configure:19781: $? = 0 configure:19792: result: yes configure:19794: checking for _Bool configure:19818: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19824: $? = 0 configure:19827: test -z || test ! -s conftest.err configure:19830: $? = 0 configure:19833: test -s conftest.o configure:19836: $? = 0 configure:19847: result: yes configure:19866: checking for an ANSI C-conforming const configure:19933: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19939: $? = 0 configure:19942: test -z || test ! -s conftest.err configure:19945: $? = 0 configure:19948: test -s conftest.o configure:19951: $? = 0 configure:19962: result: yes configure:19972: checking for inline configure:19993: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19999: $? = 0 configure:20002: test -z || test ! -s conftest.err configure:20005: $? = 0 configure:20008: test -s conftest.o configure:20011: $? = 0 configure:20023: result: inline configure:20042: checking for size_t configure:20066: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20072: $? = 0 configure:20075: test -z || test ! -s conftest.err configure:20078: $? = 0 configure:20081: test -s conftest.o configure:20084: $? = 0 configure:20095: result: yes configure:20107: checking for working volatile configure:20130: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20136: $? = 0 configure:20139: test -z || test ! -s conftest.err configure:20142: $? = 0 configure:20145: test -s conftest.o configure:20148: $? = 0 configure:20159: result: yes configure:20169: checking for preprocessor stringizing operator configure:20193: result: yes configure:20203: checking for pid_t configure:20227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20233: $? = 0 configure:20236: test -z || test ! -s conftest.err configure:20239: $? = 0 configure:20242: test -s conftest.o configure:20245: $? = 0 configure:20256: result: yes configure:20271: checking for working alloca.h configure:20292: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20298: $? = 0 configure:20301: test -z || test ! -s conftest.err configure:20304: $? = 0 configure:20307: test -s conftest configure:20310: $? = 0 configure:20322: result: yes configure:20332: checking for alloca configure:20373: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20379: $? = 0 configure:20382: test -z || test ! -s conftest.err configure:20385: $? = 0 configure:20388: test -s conftest configure:20391: $? = 0 configure:20403: result: yes configure:20630: checking for stdlib.h configure:20635: result: yes configure:20774: checking for GNU libc compatible malloc configure:20803: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20806: $? = 0 configure:20808: ./conftest configure:20811: $? = 0 configure:20825: result: yes configure:20855: checking for working memcmp configure:20903: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20906: $? = 0 configure:20908: ./conftest configure:20911: $? = 0 configure:20925: result: yes configure:20946: checking ELOOP availability configure:20968: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20974: $? = 0 configure:20977: test -z || test ! -s conftest.err configure:20980: $? = 0 configure:20983: test -s conftest.o configure:20986: $? = 0 configure:20989: result: yes configure:20946: checking EOVERFLOW availability configure:20968: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:20974: $? = 0 configure:20977: test -z || test ! -s conftest.err configure:20980: $? = 0 configure:20983: test -s conftest.o configure:20986: $? = 0 configure:20989: result: yes configure:21009: checking for socket in -lsocket configure:21039: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lsocket -lnsl >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:21045: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char socket (); | int | main () | { | socket (); | ; | return 0; | } configure:21070: result: no configure:21079: checking for gethostbyname configure:21136: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21142: $? = 0 configure:21145: test -z || test ! -s conftest.err configure:21148: $? = 0 configure:21151: test -s conftest configure:21154: $? = 0 configure:21166: result: yes configure:21170: checking for gethostbyname in -lnsl configure:21200: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lnsl -lsocket >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:21206: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | int | main () | { | gethostbyname (); | ; | return 0; | } configure:21231: result: no configure:21251: checking for inet_ntop configure:21308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21314: $? = 0 configure:21317: test -z || test ! -s conftest.err configure:21320: $? = 0 configure:21323: test -s conftest configure:21326: $? = 0 configure:21338: result: yes configure:21251: checking for getaddrinfo configure:21308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21314: $? = 0 configure:21317: test -z || test ! -s conftest.err configure:21320: $? = 0 configure:21323: test -s conftest configure:21326: $? = 0 configure:21338: result: yes configure:21251: checking for freeaddrinfo configure:21308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21314: $? = 0 configure:21317: test -z || test ! -s conftest.err configure:21320: $? = 0 configure:21323: test -s conftest configure:21326: $? = 0 configure:21338: result: yes configure:21251: checking for strcasecmp configure:21308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:77:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:21314: $? = 0 configure:21317: test -z || test ! -s conftest.err configure:21320: $? = 0 configure:21323: test -s conftest configure:21326: $? = 0 configure:21338: result: yes configure:21251: checking for strdup configure:21308: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:78:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char strdup (); ^ configure:21314: $? = 0 configure:21317: test -z || test ! -s conftest.err configure:21320: $? = 0 configure:21323: test -s conftest configure:21326: $? = 0 configure:21338: result: yes configure:21352: checking PF_INET6 availability configure:21379: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21385: $? = 0 configure:21388: test -z || test ! -s conftest.err configure:21391: $? = 0 configure:21394: test -s conftest.o configure:21397: $? = 0 configure:21413: result: yes configure:21417: checking for struct sockaddr_in6 configure:21446: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21452: $? = 0 configure:21455: test -z || test ! -s conftest.err configure:21458: $? = 0 configure:21461: test -s conftest.o configure:21464: $? = 0 configure:21475: result: yes configure:21491: checking for struct in6_addr configure:21520: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21526: $? = 0 configure:21529: test -z || test ! -s conftest.err configure:21532: $? = 0 configure:21535: test -s conftest.o configure:21538: $? = 0 configure:21549: result: yes configure:21581: checking for gethostbyname_r configure:21638: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21644: $? = 0 configure:21647: test -z || test ! -s conftest.err configure:21650: $? = 0 configure:21653: test -s conftest configure:21656: $? = 0 configure:21668: result: yes configure:21675: checking if gethostbyname_r() is part of glibc configure:21697: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21703: $? = 0 configure:21706: test -z || test ! -s conftest.err configure:21709: $? = 0 configure:21712: test -s conftest.o configure:21715: $? = 0 configure:21718: result: yes configure:21806: checking for char configure:21830: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:21836: $? = 0 configure:21839: test -z || test ! -s conftest.err configure:21842: $? = 0 configure:21845: test -s conftest.o configure:21848: $? = 0 configure:21859: result: yes configure:21862: checking size of char configure:22174: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22177: $? = 0 configure:22179: ./conftest configure:22182: $? = 0 configure:22205: result: 1 configure:22212: checking for short configure:22236: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22242: $? = 0 configure:22245: test -z || test ! -s conftest.err configure:22248: $? = 0 configure:22251: test -s conftest.o configure:22254: $? = 0 configure:22265: result: yes configure:22268: checking size of short configure:22580: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22583: $? = 0 configure:22585: ./conftest configure:22588: $? = 0 configure:22611: result: 2 configure:22618: checking for int configure:22642: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22648: $? = 0 configure:22651: test -z || test ! -s conftest.err configure:22654: $? = 0 configure:22657: test -s conftest.o configure:22660: $? = 0 configure:22671: result: yes configure:22674: checking size of int configure:22986: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:22989: $? = 0 configure:22991: ./conftest configure:22994: $? = 0 configure:23017: result: 4 configure:23024: checking for long configure:23048: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23054: $? = 0 configure:23057: test -z || test ! -s conftest.err configure:23060: $? = 0 configure:23063: test -s conftest.o configure:23066: $? = 0 configure:23077: result: yes configure:23080: checking size of long configure:23392: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:23395: $? = 0 configure:23397: ./conftest configure:23400: $? = 0 configure:23423: result: 4 configure:23882: checking if /usr /usr/local /usr/mysql /opt/mysql is a mysql_config script configure:23896: result: no configure:23905: checking mysql_config availability in /usr/bin configure:23909: result: yes configure:24224: checking for mysql_real_query configure:24281: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG conftest.c -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5 configure:24287: $? = 0 configure:24290: test -z || test ! -s conftest.err configure:24293: $? = 0 configure:24296: test -s conftest configure:24299: $? = 0 configure:24311: result: yes configure:24224: checking for mysql_real_escape_string configure:24281: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG conftest.c -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5 configure:24287: $? = 0 configure:24290: test -z || test ! -s conftest.err configure:24293: $? = 0 configure:24296: test -s conftest configure:24299: $? = 0 configure:24311: result: yes configure:24224: checking for make_scrambled_password_323 configure:24281: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG conftest.c -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5 configure:24287: $? = 0 configure:24290: test -z || test ! -s conftest.err configure:24293: $? = 0 configure:24296: test -s conftest configure:24299: $? = 0 configure:24311: result: yes configure:24332: checking for i686-uhu-linux-pkg-config configure:24365: result: no configure:24374: checking for pkg-config configure:24392: found /usr/bin/pkg-config configure:24404: result: /usr/bin/pkg-config configure:24419: checking pkg-config is at least version 0.9.0 configure:24422: result: yes configure:27120: checking pam_appl.h usability configure:27132: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include -I/usr/include/security conftest.c >&5 configure:27138: $? = 0 configure:27141: test -z || test ! -s conftest.err configure:27144: $? = 0 configure:27147: test -s conftest.o configure:27150: $? = 0 configure:27160: result: yes configure:27164: checking pam_appl.h presence configure:27174: i686-uhu-linux-gcc -E -I/usr/include -I/usr/include/security conftest.c configure:27180: $? = 0 configure:27200: result: yes configure:27235: checking for pam_appl.h configure:27242: result: yes configure:27251: checking pam_modules.h usability configure:27272: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include -I/usr/include/security conftest.c >&5 configure:27278: $? = 0 configure:27281: test -z || test ! -s conftest.err configure:27284: $? = 0 configure:27287: test -s conftest.o configure:27290: $? = 0 configure:27293: result: yes configure:27331: checking PAM_CONV_AGAIN availability configure:27358: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include/security -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:78:11: warning: unused variable 'dummy' [-Wunused-variable] int dummy = (int)PAM_CONV_AGAIN; ^ configure:27364: $? = 0 configure:27367: test -z || test ! -s conftest.err configure:27370: $? = 0 configure:27373: test -s conftest.o configure:27376: $? = 0 configure:27392: result: yes configure:27408: checking PAM_INCOMPLETE availability configure:27435: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include/security -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:79:11: warning: unused variable 'dummy' [-Wunused-variable] int dummy = (int)PAM_INCOMPLETE; ^ configure:27441: $? = 0 configure:27444: test -z || test ! -s conftest.err configure:27447: $? = 0 configure:27450: test -s conftest.o configure:27453: $? = 0 configure:27469: result: yes configure:27485: checking PAM_NEW_AUTHTOK_REQD availability configure:27512: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include/security -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:80:11: warning: unused variable 'dummy' [-Wunused-variable] int dummy = (int)PAM_NEW_AUTHTOK_REQD; ^ configure:27518: $? = 0 configure:27521: test -z || test ! -s conftest.err configure:27524: $? = 0 configure:27527: test -s conftest.o configure:27530: $? = 0 configure:27546: result: yes configure:27562: checking PAM_AUTHTOK_RECOVERY_ERR availability configure:27589: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -I/usr/include/security -I/usr/include conftest.c >&5 conftest.c: In function 'main': conftest.c:81:11: warning: unused variable 'dummy' [-Wunused-variable] int dummy = (int)PAM_AUTHTOK_RECOVERY_ERR; ^ configure:27595: $? = 0 configure:27598: test -z || test ! -s conftest.err configure:27601: $? = 0 configure:27604: test -s conftest.o configure:27607: $? = 0 configure:27623: result: yes configure:27714: checking if the second argument of pam_get_user() takes const pointer configure:27738: i686-uhu-linux-gcc -c -I/usr/include/security -I/usr/include -Werror -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:82:5: error: null argument where non-null required (argument 1) [-Werror=nonnull] pam_get_user((void*)0, &user, (void*)0); ^ cc1: all warnings being treated as errors configure:27744: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | const char *user; | pam_get_user((void*)0, &user, (void*)0); | | ; | return 0; | } configure:27772: result: no configure:27783: checking if the third argument of pam_get_data() takes const pointer configure:27807: i686-uhu-linux-gcc -c -I/usr/include/security -I/usr/include -Werror -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:83:5: error: null argument where non-null required (argument 1) [-Werror=nonnull] pam_get_data((void*)0, (void*)0, &data); ^ conftest.c:83:5: error: null argument where non-null required (argument 2) [-Werror=nonnull] cc1: all warnings being treated as errors configure:27813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | const void *data; | pam_get_data((void*)0, (void*)0, &data); | | ; | return 0; | } configure:27841: result: no configure:27852: checking if the third argument of pam_get_item() takes const pointer configure:27876: i686-uhu-linux-gcc -c -I/usr/include/security -I/usr/include -Werror -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:84:5: error: null argument where non-null required (argument 1) [-Werror=nonnull] pam_get_item((void*)0, 0, &item); ^ cc1: all warnings being treated as errors configure:27882: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | const void *item; | pam_get_item((void*)0, 0, &item); | | ; | return 0; | } configure:27910: result: no configure:27921: checking if the second argument of pam_conv.conv() takes const pointer configure:27947: i686-uhu-linux-gcc -c -I/usr/include/security -I/usr/include -Werror -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:85:58: error: 'NULL' undeclared (first use in this function) struct pam_response **resp, void *appdata_ptr) = NULL; ^ conftest.c:85:58: note: each undeclared identifier is reported only once for each function it appears in conftest.c:86:21: error: variable 'c' set but not used [-Werror=unused-but-set-variable] struct pam_conv c = { conv, NULL }; ^ cc1: all warnings being treated as errors configure:27953: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | int (*conv)(int num_msg, const struct pam_message **msg, | struct pam_response **resp, void *appdata_ptr) = NULL; | struct pam_conv c = { conv, NULL }; | c.conv = NULL; | | ; | return 0; | } configure:27981: result: no configure:28022: checking if md5.h is derived from Cyrus SASL Version 1 configure:28046: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:78:23: fatal error: md5global.h: No such file or directory #include ^ compilation terminated. configure:28052: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | #define PAM_CONV_CONST | /* end confdefs.h. */ | | #include | #include | | int | main () | { | | MD5_CTX ctx; | _sasl_MD5Init(&ctx); | | ; | return 0; | } configure:28081: result: no configure:28098: checking md5.h usability configure:28110: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:111:17: fatal error: md5.h: No such file or directory #include ^ compilation terminated. configure:28116: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | #define PAM_CONV_CONST | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:28138: result: no configure:28142: checking md5.h presence configure:28152: i686-uhu-linux-gcc -E -O2 -march=i686 -mtune=generic conftest.c conftest.c:77:17: fatal error: md5.h: No such file or directory #include ^ compilation terminated. configure:28158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | #define PAM_CONV_CONST | /* end confdefs.h. */ | #include configure:28178: result: no configure:28213: checking for md5.h configure:28220: result: no configure:28237: checking if md5.h is Solaris's configure:28259: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:78:17: fatal error: md5.h: No such file or directory #include ^ compilation terminated. configure:28265: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | #define PAM_CONV_CONST | /* end confdefs.h. */ | | #include | | int | main () | { | | md5_calc(0, 0, 0); | | ; | return 0; | } configure:28367: result: no configure:28375: checking for md5.h configure:28380: result: no configure:28523: checking for MD5Data configure:28580: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5 /tmp/ccIo8Hqc.o:(.data+0x0): undefined reference to `MD5Data' /tmp/ccIo8Hqc.o: In function `main': /var/uhubuild/work/compile/conftest.c:117: undefined reference to `MD5Data' collect2: error: ld returned 1 exit status configure:28586: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "pam_mysql" | #define PACKAGE_TARNAME "pam_mysql" | #define PACKAGE_VERSION "0.7RC1" | #define PACKAGE_STRING "pam_mysql 0.7RC1" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pam_mysql" | #define VERSION "0.7RC1" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRINGIZE 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_ELOOP 1 | #define HAVE_EOVERFLOW 1 | #define HAVE_INET_NTOP 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRDUP 1 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | #define HAVE_IPV6 1 | #define HAVE_STRUCT_IN6_ADDR 1 | #define HAVE_IPV6 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_GNU_GETHOSTBYNAME_R 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define HAVE_MYSQL_H 1 | #define HAVE_MYSQL_REAL_QUERY 1 | #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 | #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 | #define HAVE_PAM_APPL_H 1 | #define HAVE_PAM_CONV_AGAIN 1 | #define HAVE_PAM_INCOMPLETE 1 | #define HAVE_PAM_NEW_AUTHTOK_REQD 1 | #define PAM_GET_USER_CONST | #define PAM_GET_DATA_CONST | #define PAM_GET_ITEM_CONST | #define PAM_CONV_CONST | /* end confdefs.h. */ | /* Define MD5Data to an innocuous variant, in case declares MD5Data. | For example, HP-UX 11i declares gettimeofday. */ | #define MD5Data innocuous_MD5Data | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char MD5Data (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef MD5Data | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char MD5Data (); | /* 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_MD5Data) || defined (__stub___MD5Data) | choke me | #else | char (*f) () = MD5Data; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != MD5Data; | ; | return 0; | } configure:28610: result: no configure:28625: checking for crypt in -lcrypt configure:28655: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c -lcrypt -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl >&5 configure:28661: $? = 0 configure:28664: test -z || test ! -s conftest.err configure:28667: $? = 0 configure:28670: test -s conftest configure:28673: $? = 0 configure:28686: result: yes configure:28698: checking for crypt configure:28755: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG -O2 -march=i686 -mtune=generic conftest.c -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lcrypt >&5 configure:28761: $? = 0 configure:28764: test -z || test ! -s conftest.err configure:28767: $? = 0 configure:28770: test -s conftest configure:28773: $? = 0 configure:28785: result: yes configure:28897: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by pam_mysql config.status 0.7RC1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp06 config.status:744: creating Makefile config.status:744: creating pam_mysql.spec config.status:810: creating config.h config.status:1200: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_build_alias=i686-uhu-linux ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_stringize=yes ac_cv_c_volatile=yes ac_cv_const_PAM_AUTHTOK_RECOVERY_ERR=yes ac_cv_const_PAM_CONV_AGAIN=yes ac_cv_const_PAM_INCOMPLETE=yes ac_cv_const_PAM_NEW_AUTHTOK_REQD=yes ac_cv_const_PF_INET6=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_openssl_CFLAGS_set= ac_cv_env_openssl_CFLAGS_value= ac_cv_env_openssl_LIBS_set= ac_cv_env_openssl_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_MD5Data=no ac_cv_func_alloca_works=yes ac_cv_func_crypt=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_inet_ntop=yes ac_cv_func_make_scrambled_password_323=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memcmp_working=yes ac_cv_func_mysql_real_escape_string=yes ac_cv_func_mysql_real_query=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_crypt_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_md5_h=no ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pam_appl_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdbool_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_param_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_host_alias=i686-uhu-linux ac_cv_lib_crypt_crypt=yes ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_socket_socket=no ac_cv_objext=o ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_type__Bool=yes ac_cv_type_char=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_pid_t=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_struct_in6_addr=yes ac_cv_type_struct_sockaddr_in6=yes ac_cv_working_alloca_h=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM=nm lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/var/uhubuild/work/compile/missing aclocal-1.4' ALLOCA='' AR='i686-uhu-linux-ar' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='/var/uhubuild/work/compile/missing automake-1.4' CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic -I/usr/include/mysql -Wall -g -DNDEBUG ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='-O2 -march=i686 -mtune=generic ' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXFLAGS='-g -O2' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='' FFLAGS='' INCLUDES=' -I/usr/include/security -I/usr/include' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS=' -L/usr/lib -lmysqlclient -lpthread -lz -lm -lssl -lcrypto -ldl -lcrypt' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' OBJEXT='o' PACKAGE='pam_mysql' PACKAGE_BUGREPORT='' PACKAGE_NAME='pam_mysql' PACKAGE_STRING='pam_mysql 0.7RC1' PACKAGE_TARNAME='pam_mysql' PACKAGE_VERSION='0.7RC1' PAM_MODS_DIR='/lib/security' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.7RC1' YACC='bison -y' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_PKG_CONFIG='/usr/bin/pkg-config' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' openssl_CFLAGS='' openssl_LIBS='' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_CRYPT 1 #define HAVE_CRYPT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_ELOOP 1 #define HAVE_EOVERFLOW 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FREEADDRINFO 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_GNU_GETHOSTBYNAME_R 1 #define HAVE_INET_NTOP 1 #define HAVE_INTTYPES_H 1 #define HAVE_IPV6 1 #define HAVE_IPV6 1 #define HAVE_MAKE_SCRAMBLED_PASSWORD_323 1 #define HAVE_MALLOC 1 #define HAVE_MEMORY_H 1 #define HAVE_MYSQL_H 1 #define HAVE_MYSQL_REAL_ESCAPE_STRING 1 #define HAVE_MYSQL_REAL_QUERY 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_PAM_APPL_H 1 #define HAVE_PAM_CONV_AGAIN 1 #define HAVE_PAM_INCOMPLETE 1 #define HAVE_PAM_NEW_AUTHTOK_REQD 1 #define HAVE_STDARG_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRINGIZE 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRUCT_IN6_ADDR 1 #define HAVE_STRUCT_SOCKADDR_IN6 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE__BOOL 1 #define PACKAGE "pam_mysql" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "pam_mysql" #define PACKAGE_STRING "pam_mysql 0.7RC1" #define PACKAGE_TARNAME "pam_mysql" #define PACKAGE_VERSION "0.7RC1" #define PAM_CONV_CONST #define PAM_GET_DATA_CONST #define PAM_GET_ITEM_CONST #define PAM_GET_USER_CONST #define SIZEOF_CHAR 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "0.7RC1" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0