This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:543: checking for gcc configure:620: checking whether the C compiler (gcc ) works configure:634: gcc -o conftest conftest.c 1>&5 configure:654: checking whether the C compiler (gcc ) is a cross-compiler configure:659: checking whether we are using GNU C configure:668: gcc -E conftest.c configure:683: checking whether gcc accepts -g configure:712: checking whether gcc and cc understand -c and -o together configure:727: gcc -c conftest.c -o conftest.o 1>&5 configure:728: gcc -c conftest.c -o conftest.o 1>&5 configure:733: cc -c conftest.c 1>&5 configure:735: cc -c conftest.c -o conftest.o 1>&5 configure:736: cc -c conftest.c -o conftest.o 1>&5 configure:765: checking for ranlib configure:803: checking how to run the C preprocessor configure:824: gcc -E conftest.c >/dev/null 2>conftest.out configure:867: checking for crypt.h configure:877: gcc -E conftest.c >/dev/null 2>conftest.out configure:906: checking for crypt configure:934: gcc -o conftest -g -O2 conftest.c 1>&5 /tmp/ccmbAM9p.o: In function `main': /home/httpd/html/mod_auth_mysql-2.20/configure:928: undefined reference to `crypt' collect2: ld returned 1 exit status configure: failed program was: #line 911 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char crypt(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt(); int main() { /* 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 #else crypt(); #endif ; return 0; } configure:960: checking for crypt in -lc configure:979: gcc -o conftest -g -O2 conftest.c -lc 1>&5 /tmp/ccbsAy4U.o: In function `main': /home/httpd/html/mod_auth_mysql-2.20/configure:975: undefined reference to `crypt' collect2: ld returned 1 exit status configure: failed program was: #line 968 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt(); int main() { crypt() ; return 0; } configure:999: checking for crypt in -lcrypt configure:1018: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5 configure:1049: checking for standard DES crypt configure:1071: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5 configure:1097: checking for extended DES crypt configure:1119: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5 configure:1145: checking for MD5 crypt configure:1176: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5 configure:1202: checking for Blowfish crypt configure:1230: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5 configure:1257: checking for Apache module support via DSO through APXS configure:1291: checking for Apache module support via DSO through APACI configure:1346: checking for Apache directory