This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:682: checking host system type configure:736: checking for gcc configure:849: checking whether the C compiler (gcc ) works configure:865: gcc -o conftest conftest.c 1>&5 configure:891: checking whether the C compiler (gcc ) is a cross-compiler configure:896: checking whether we are using GNU C configure:905: gcc -E conftest.c configure:924: checking whether gcc accepts -g configure:967: checking for a BSD compatible install configure:1022: checking for ranlib configure:1054: checking for bison configure:1087: checking for flex configure:1121: checking for yywrap in -lfl configure:1140: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1165: checking for convert configure:1200: checking for perl configure:1235: checking for log in -lm configure:1254: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1247: warning: conflicting types for built-in function 'log' configure:1282: checking for accept in -lsocket configure:1301: gcc -o conftest -g -O2 conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 1290 "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 accept(); int main() { accept() ; return 0; } configure:1329: checking for inet_ntoa in -lnsl configure:1348: gcc -o conftest -g -O2 conftest.c -lnsl -lm 1>&5 configure:1376: checking for inet_ntop in -lresolv configure:1395: gcc -o conftest -g -O2 conftest.c -lresolv -lnsl -lm 1>&5 configure:1423: checking for inet_ntop in -lbind configure:1442: gcc -o conftest -g -O2 conftest.c -lbind -lresolv -lnsl -lm 1>&5 configure:1470: checking for pthread_exit in -lpthread configure:1489: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1517: checking for libiconv in -liconv configure:1536: gcc -o conftest -g -O2 conftest.c -liconv -lpthread -lbind -lresolv -lnsl -lm 1>&5 /usr/bin/ld: cannot find -liconv collect2: ld returned 1 exit status configure: failed program was: #line 1525 "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 libiconv(); int main() { libiconv() ; return 0; } configure:1565: checking for pthread_exit in -lc_r configure:1584: gcc -o conftest -g -O2 conftest.c -lc_r -lpthread -lbind -lresolv -lnsl -lm 1>&5 /usr/bin/ld: cannot find -lc_r collect2: ld returned 1 exit status configure: failed program was: #line 1573 "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 pthread_exit(); int main() { pthread_exit() ; return 0; } configure:1609: checking how to run the C preprocessor configure:1630: gcc -E conftest.c >/dev/null 2>conftest.out configure:1689: checking for ANSI C header files configure:1702: gcc -E conftest.c >/dev/null 2>conftest.out configure:1769: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure: In function 'main': configure:1764: warning: incompatible implicit declaration of built-in function 'exit' configure:1796: checking for sys/ioctl.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for sys/time.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for sys/types.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for unistd.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1796: checking for sys/poll.h configure:1806: gcc -E conftest.c >/dev/null 2>conftest.out configure:1836: checking for pthread.h configure:1846: gcc -E conftest.c >/dev/null 2>conftest.out configure:1836: checking for getopt.h configure:1846: gcc -E conftest.c >/dev/null 2>conftest.out configure:1836: checking for syslog.h configure:1846: gcc -E conftest.c >/dev/null 2>conftest.out configure:1836: checking for iconv.h configure:1846: gcc -E conftest.c >/dev/null 2>conftest.out configure:1882: gcc -c -g -O2 conftest.c 1>&5 configure: In function 'main': configure:1878: warning: initialization discards qualifiers from pointer target type configure:1901: gcc -c -g -O2 conftest.c 1>&5 configure: In function 'main': configure:1897: warning: initialization discards qualifiers from pointer target type configure:1918: checking for gettimeofday configure:1946: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1918: checking for select configure:1946: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1918: checking for socket configure:1946: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1918: checking for strdup configure:1946: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1930: warning: conflicting types for built-in function 'strdup' configure:1918: checking for getopt_long configure:1946: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:1971: checking for getopt configure:1999: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure:2028: checking for socklen_t in configure:2044: gcc -c -g -O2 conftest.c 1>&5 configure:2067: checking for getopt in configure:2079: gcc -c -g -O2 conftest.c 1>&5 configure: In function 'main': configure:2075: error: 'getopt' undeclared (first use in this function) configure:2075: error: (Each undeclared identifier is reported only once configure:2075: error: for each function it appears in.) configure: failed program was: #line 2072 "configure" #include "confdefs.h" #include int main() { void *foo = getopt; ; return 0; } configure:2101: checking for getopt in configure:2113: gcc -c -g -O2 conftest.c 1>&5 configure:2142: checking for working pthreads configure:2173: gcc -o conftest -g -O2 conftest.c -lpthread -lbind -lresolv -lnsl -lm 1>&5 configure: In function 'testpid': configure:2165: warning: incompatible implicit declaration of built-in function 'exit' configure:2167: warning: incompatible implicit declaration of built-in function 'exit' configure:2199: checking for xml2-config configure:2239: checking libxml version configure:2285: checking for jade configure:2315: checking for jadetex configure:2345: checking for pdfjadetex configure:2375: checking for dvips configure:2405: checking for fig2dev configure:2435: checking for convert configure:2475: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl configure:2475: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl configure:2475: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl configure:2475: checking for /usr/share/sgml/docbook/dsssl-stylesheets/html/docbook.dsl configure:2514: checking for /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl configure:2514: checking for /usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl configure:2514: checking for /usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl configure:2514: checking for /usr/share/sgml/docbook/dsssl-stylesheets/print/docbook.dsl configure:2696: checking which malloc to use configure:3040: checking whether to compile with SSL support configure:3085: checking for openssl configure:3125: checking for CRYPTO_lock in -lcrypto configure:3144: gcc -o conftest -g -O2 -I/usr/include/libxml2 -I/usr/include/openssl conftest.c -lcrypto -lpthread -lbind -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/lib 1>&5 configure:3161: checking for SSL_library_init in -lssl configure:3180: gcc -o conftest -g -O2 -I/usr/include/libxml2 -I/usr/include/openssl conftest.c -lssl -lpthread -lbind -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto 1>&5 configure:3196: checking for SSL_connect in -lssl configure:3215: gcc -o conftest -g -O2 -I/usr/include/libxml2 -I/usr/include/openssl conftest.c -lssl -lpthread -lbind -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto 1>&5 configure:3247: checking for openssl/x509.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3247: checking for openssl/rsa.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3247: checking for openssl/crypto.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3247: checking for openssl/pem.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3247: checking for openssl/ssl.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3247: checking for openssl/err.h configure:3257: gcc -E conftest.c >/dev/null 2>conftest.out configure:3284: checking whether the OpenSSL library is multithread-enabled configure:3306: gcc -o conftest -g -O2 -I/usr/include/libxml2 -I/usr/include/openssl conftest.c -lssl -lpthread -lbind -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/lib -lcrypto 1>&5 configure: In function 'main': configure:3298: warning: incompatible implicit declaration of built-in function 'exit' configure:3316: checking whether to compile with SSL support configure:3378: checking whether to compile with MySQL support configure:3661: checking whether to compile with LibSDB support