This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1897: checking for Cygwin environment configure:1913: cc -c conftest.c 1>&5 configure: In function 'main': configure:1907:20: error: '__CYGWIN32__' undeclared (first use in this function) #define __CYGWIN__ __CYGWIN32__ ^ configure:1909:8: note: in expansion of macro '__CYGWIN__' return __CYGWIN__; ^ configure:1907:20: note: each undeclared identifier is reported only once for each function it appears in #define __CYGWIN__ __CYGWIN32__ ^ configure:1909:8: note: in expansion of macro '__CYGWIN__' return __CYGWIN__; ^ configure: failed program was: #line 1902 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1930: checking for mingw32 environment configure:1942: cc -c conftest.c 1>&5 configure: In function 'main': configure:1938:8: error: '__MINGW32__' undeclared (first use in this function) return __MINGW32__; ^ configure:1938:8: note: each undeclared identifier is reported only once for each function it appears in configure: failed program was: #line 1935 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1961: checking for egrep configure:1976: checking for a sed that does not truncate output configure:2126: checking host system type configure:2147: checking target system type configure:2259: checking for gcc configure:2372: checking whether the C compiler (gcc ) works configure:2388: gcc -o conftest conftest.c 1>&5 configure:2414: checking whether the C compiler (gcc ) is a cross-compiler configure:2419: checking whether we are using GNU C configure:2428: gcc -E conftest.c configure:2447: checking whether gcc accepts -g configure:2479: checking how to run the C preprocessor configure:2500: gcc -E conftest.c >/dev/null 2>conftest.out configure:2561: checking for icc configure:2585: checking for suncc configure:2610: checking whether gcc and cc understand -c and -o together configure:2625: gcc -c conftest.c -o conftest.o 1>&5 configure:2626: gcc -c conftest.c -o conftest.o 1>&5 configure:2631: cc -c conftest.c 1>&5 configure:2633: cc -c conftest.c -o conftest.o 1>&5 configure:2634: cc -c conftest.c -o conftest.o 1>&5 configure:2661: checking how to run the C preprocessor configure:2741: checking for AIX configure:2765: checking whether ln -s works configure:2790: checking for system library directory configure:2813: checking whether to enable runpaths configure:2834: checking if compiler supports -R configure:2849: gcc -o conftest -g -O2 conftest.c -R /usr//lib/x86_64-linux-gnu 1>&5 gcc: error: unrecognized command line option '-R' configure: failed program was: #line 2842 "configure" #include "confdefs.h" int main() { ; return 0; } configure:2867: checking if compiler supports -Wl,-rpath, configure:2882: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr//lib/x86_64-linux-gnu 1>&5 configure:2913: checking for gawk configure:2913: checking for nawk configure:2954: checking if nawk is broken configure:2973: checking for bison configure:3013: checking for bison version configure:3051: checking for re2c configure:3079: checking for re2c version configure:3118: checking whether to enable computed goto gcc extension with re2c configure:3428: checking whether to force non-PIC code in shared modules configure:3458: checking whether /dev/urandom exists configure:3537: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccGLQdLt.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:3532: undefined reference to `pthread_mutexattr_init' /usr/local/src/php5-build/php-5.3.29/configure:3533: undefined reference to `pthread_create' collect2: error: ld returned 1 exit status configure: failed program was: #line 3519 "configure" #include "confdefs.h" #include #include void *thread_routine(void *data) { return data; } int main() { pthread_t thd; pthread_mutexattr_t mattr; int data = 1; pthread_mutexattr_init(&mattr); return pthread_create(&thd, NULL, thread_routine, &data); } configure:3557: checking for pthreads_cflags configure:3597: gcc -o conftest -g -O2 -fvisibility=hidden -kthread conftest.c 1>&5 gcc: error: unrecognized command line option '-kthread' configure: failed program was: #line 3579 "configure" #include "confdefs.h" #include #include void *thread_routine(void *data) { return data; } int main() { pthread_t thd; pthread_mutexattr_t mattr; int data = 1; pthread_mutexattr_init(&mattr); return pthread_create(&thd, NULL, thread_routine, &data); } configure:3597: gcc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c 1>&5 configure:3627: checking for pthreads_lib configure:3798: checking for AOLserver support configure:4063: checking for Apache 1.x module support via DSO through APXS configure:4394: checking for Apache 1.x module support configure:5271: checking whether to enable Apache charset compatibility option configure:5438: checking for Apache 2.0 filter-module support via DSO through APXS configure:6339: checking for Apache 2.0 handler-module support via DSO through APXS configure:7241: checking for Apache 1.x (hooks) module support via DSO through APXS configure:7572: checking for Apache 1.x (hooks) module support configure:8449: checking whether to enable Apache charset compatibility option configure:8617: checking for Caudium support configure:8976: checking for CLI build configure:9026: checking for Continuity support configure:9308: checking for embedded SAPI library support configure:9584: checking for FPM build configure:9592: checking for setenv configure:9620: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:9592: checking for clearenv configure:9620: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:9592: checking for setproctitle configure:9620: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccG54DeF.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:9614: undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure: failed program was: #line 9597 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setproctitle(); 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 setproctitle(); 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_setproctitle) || defined (__stub___setproctitle) choke me #else setproctitle(); #endif ; return 0; } configure:9647: checking for library containing socket configure:9665: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:9709: checking for library containing inet_addr configure:9727: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:9774: checking for errno.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9774: checking for fcntl.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9774: checking for stdio.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9774: checking for stdlib.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9774: checking for unistd.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9774: checking for sys/uio.h configure:9784: gcc -E conftest.c >/dev/null 2>conftest.out configure:9814: checking for sys/select.h configure:9824: gcc -E conftest.c >/dev/null 2>conftest.out configure:9814: checking for sys/socket.h configure:9824: gcc -E conftest.c >/dev/null 2>conftest.out configure:9814: checking for sys/time.h configure:9824: gcc -E conftest.c >/dev/null 2>conftest.out configure:9854: checking for arpa/inet.h configure:9864: gcc -E conftest.c >/dev/null 2>conftest.out configure:9854: checking for netinet/in.h configure:9864: gcc -E conftest.c >/dev/null 2>conftest.out configure:9894: checking for sysexits.h configure:9904: gcc -E conftest.c >/dev/null 2>conftest.out configure:9933: checking for prctl configure:9943: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:9966: checking for clock_gettime configure:9976: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10097: checking for ptrace configure:10109: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10127: checking whether ptrace works configure:10204: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10285: checking for proc mem file configure:10321: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10365: checking if gcc supports __sync_bool_compare_and_swap configure:10378: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10401: checking for TCP_INFO configure:10411: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10472: checking for sysconf configure:10482: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10503: checking for times configure:10513: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10534: checking for kqueue configure:10554: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10540:25: fatal error: sys/event.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 10537 "configure" #include "confdefs.h" #include #include #include int main() { int kfd; struct kevent k; kfd = kqueue(); /* 0 -> STDIN_FILENO */ EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL); ; return 0; } configure:10575: checking for port framework configure:10594: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10580:20: fatal error: port.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 10578 "configure" #include "confdefs.h" #include int main() { int port; port = port_create(); if (port < 0) { return 1; } ; return 0; } configure:10615: checking for /dev/poll configure:10636: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10621:27: fatal error: sys/devpoll.h: No such file or directory #include ^ compilation terminated. configure: failed program was: #line 10618 "configure" #include "confdefs.h" #include #include int main() { int n, dp; struct dvpoll dvp; dp = 0; dvp.dp_fds = NULL; dvp.dp_nfds = 0; dvp.dp_timeout = 0; n = ioctl(dp, DP_POLL, &dvp) ; return 0; } configure:10657: checking for epoll configure:10689: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10710: checking for poll configure:10732: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:10753: checking for select configure:10780: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:11158: checking for Zeus ISAPI support configure:11412: checking for LiteSpeed support configure:11675: checking for Milter support configure:11967: checking for NSAPI support configure:12327: checking for PHTTPD support configure:12581: checking for Pi3Web support configure:12953: checking whether Roxen module is build using ZTS configure:12974: checking for Roxen/Pike support configure:13260: checking for thttpd configure:13529: checking for TUX configure:13783: checking for webjames configure:14336: checking for chosen SAPI module configure:14393: checking for sendmail configure:14432: checking whether system uses EBCDIC configure:14451: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: failed program was: #line 14443 "configure" #include "confdefs.h" int main(void) { return (unsigned char)'A' != (unsigned char)0xC1; } configure:14479: checking whether byte ordering is bigendian configure:14505: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: failed program was: #line 14489 "configure" #include "confdefs.h" int main(void) { short one = 1; char *cp = (char *)&one; if (*cp == 0) { return(0); } else { return(1); } } configure:14531: checking whether writing to stdout works configure:14560: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:14635: checking for socket configure:14663: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:14892: checking for socketpair configure:14920: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:15149: checking for htonl configure:15177: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:15406: checking for gethostname configure:15434: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:15663: checking for gethostbyaddr configure:15691: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:15920: checking for yp_get_default_domain configure:15948: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccR32Dbp.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:15942: undefined reference to `yp_get_default_domain' collect2: error: ld returned 1 exit status configure: failed program was: #line 15925 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char yp_get_default_domain(); 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 yp_get_default_domain(); 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_yp_get_default_domain) || defined (__stub___yp_get_default_domain) choke me #else yp_get_default_domain(); #endif ; return 0; } configure:15966: checking for __yp_get_default_domain configure:15994: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccDnmiXq.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:15988: undefined reference to `__yp_get_default_domain' collect2: error: ld returned 1 exit status configure: failed program was: #line 15971 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __yp_get_default_domain(); 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 __yp_get_default_domain(); 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___yp_get_default_domain) || defined (__stub_____yp_get_default_domain) choke me #else __yp_get_default_domain(); #endif ; return 0; } configure:16032: checking for yp_get_default_domain in -lnsl configure:16051: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 configure:16126: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 configure:16178: checking for dlopen configure:16206: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 /tmp/ccYJ9iiw.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:16200: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 16183 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen(); 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 dlopen(); 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_dlopen) || defined (__stub___dlopen) choke me #else dlopen(); #endif ; return 0; } configure:16224: checking for __dlopen configure:16252: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 /tmp/ccatvUBA.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:16246: undefined reference to `__dlopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 16229 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __dlopen(); 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 __dlopen(); 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___dlopen) || defined (__stub_____dlopen) choke me #else __dlopen(); #endif ; return 0; } configure:16290: checking for dlopen in -ldl configure:16309: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldl -lnsl 1>&5 configure:16384: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl -ldl 1>&5 configure:16436: checking for sin in -lm configure:16455: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:16448:6: warning: conflicting types for built-in function 'sin' char sin(); ^ configure:16489: checking for inet_aton configure:16517: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:16882: checking for ANSI C header files configure:16895: gcc -E conftest.c >/dev/null 2>conftest.out configure:16962: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:16957:67: warning: incompatible implicit declaration of built-in function 'exit' if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:16990: checking for dirent.h that defines DIR configure:17003: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17028: checking for opendir in -ldir configure:17047: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldir -lm -ldl -lnsl 1>&5 /usr/bin/ld: cannot find -ldir collect2: error: ld returned 1 exit status configure: failed program was: #line 17036 "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 opendir(); int main() { opendir() ; return 0; } configure:17170: checking for inttypes.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for stdint.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for dirent.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for ApplicationServices/ApplicationServices.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for sys/param.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/types.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/time.h configure:17170: checking for netinet/in.h configure:17170: checking for alloca.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for arpa/inet.h configure:17170: checking for arpa/nameser.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for assert.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for crypt.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for dns.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:17: fatal error: dns.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for fcntl.h configure:17170: checking for grp.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for ieeefp.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:20: fatal error: ieeefp.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for langinfo.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for limits.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for locale.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for monetary.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for netdb.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for pwd.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for resolv.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for signal.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for stdarg.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for stdlib.h configure:17170: checking for string.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for syslog.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sysexits.h configure:17170: checking for sys/ioctl.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/file.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/mman.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/mount.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/poll.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/resource.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/select.h configure:17170: checking for sys/socket.h configure:17170: checking for sys/stat.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/statfs.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/statvfs.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/vfs.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/sysexits.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:26: fatal error: sys/sysexits.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for sys/varargs.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:25: fatal error: sys/varargs.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for sys/wait.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/loadavg.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:25: fatal error: sys/loadavg.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for termios.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for unistd.h configure:17170: checking for unix.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17176:18: fatal error: unix.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 17175 "configure" #include "confdefs.h" #include configure:17170: checking for utime.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/utsname.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for sys/ipc.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for dlfcn.h configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out configure:17170: checking for assert.h configure:17209: checking for fopencookie configure:17237: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:17269: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17320: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:17313:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ configure:17384: checking for broken getcwd configure:17399: checking for broken libc stdio configure:17460: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:17444:5: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^ /tmp/ccRuviSk.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:17439: warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure: failed program was: #line 17432 "configure" #include "confdefs.h" #include int main(int argc, char *argv[]) { FILE *fp; long position; char *filename = tmpnam(NULL); fp = fopen(filename, "w"); if (fp == NULL) { perror("fopen"); exit(2); } fputs("foobar", fp); fclose(fp); fp = fopen(filename, "a+"); position = ftell(fp); fclose(fp); unlink(filename); if (position == 0) return 1; return 0; } configure:17488: checking whether struct tm is in sys/time.h or time.h configure:17501: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17522: checking for tm_zone in struct tm configure:17535: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17594: checking for missing declarations of reentrant functions configure:17603: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17628: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17653: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17678: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17703: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17724: checking for fclose declaration configure:17733: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17759: checking for tm_gmtoff in struct tm configure:17772: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17795: checking for struct flock configure:17810: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17837: checking for socklen_t configure:17854: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:17880: checking size of size_t configure:17899: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:17893:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:17894:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(size_t)); ^ configure:17919: checking size of long long configure:17938: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:17932:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:17933:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(long long)); ^ configure:17958: checking size of long long int configure:17977: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:17971:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:17972:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(long long int)); ^ configure:17997: checking size of long configure:18016: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:18010:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:18011:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(long)); ^ configure:18036: checking size of int configure:18055: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:18049:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:18050:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(int)); ^ configure:18077: checking size of intmax_t configure:18118: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:18112:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(fp, "%d\n", sizeof(intmax_t)); ^ configure:18157: checking size of ssize_t configure:18198: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:18192:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(fp, "%d\n", sizeof(ssize_t)); ^ configure:18237: checking size of ptrdiff_t configure:18278: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:18272:2: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(fp, "%d\n", sizeof(ptrdiff_t)); ^ configure:18317: checking for st_blksize in struct stat configure:18330: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:18352: checking for st_blocks in struct stat configure:18365: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:18392: checking for st_rdev in struct stat configure:18405: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:18427: checking for size_t configure:18460: checking for uid_t in sys/types.h configure:18496: checking for struct sockaddr_storage configure:18509: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:18530: checking for field sa_len in struct sockaddr configure:18544: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:18540:44: error: 'struct sockaddr' has no member named 'sa_len' static struct sockaddr sa; int n = (int) sa.sa_len; return n; ^ configure: failed program was: #line 18536 "configure" #include "confdefs.h" #include #include int main() { static struct sockaddr sa; int n = (int) sa.sa_len; return n; ; return 0; } configure:18567: checking for IPv6 support configure:18581: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18597: checking for vprintf configure:18625: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18609:6: warning: conflicting types for built-in function 'vprintf' char vprintf(); ^ configure:18786: checking for alphasort configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for asctime_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for chroot configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for ctime_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for cuserid configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for crypt configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 /tmp/cc6f8DT6.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:18808: undefined reference to `crypt' collect2: error: ld returned 1 exit status configure: failed program was: #line 18791 "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:18786: checking for flock configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for ftok configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for funopen configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 /tmp/ccLGmHOc.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:18808: undefined reference to `funopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 18791 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char funopen(); 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 funopen(); 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_funopen) || defined (__stub___funopen) choke me #else funopen(); #endif ; return 0; } configure:18786: checking for gai_strerror configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for gcvt configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getloadavg configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getlogin configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getprotobyname configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getprotobynumber configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getservbyname configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getservbyport configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for gethostname configure:18786: checking for getrusage configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for gettimeofday configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for gmtime_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getpwnam_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getgrnam_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for getpwuid_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for grantpt configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for inet_ntoa configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for inet_ntop configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for inet_pton configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for isascii configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'isascii' char $ac_func(); ^ configure:18786: checking for link configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for localtime_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for lockf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for lchown configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for lrand48 configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for memcpy configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'memcpy' char $ac_func(); ^ configure:18786: checking for memmove configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'memmove' char $ac_func(); ^ configure:18786: checking for mkstemp configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for mmap configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for nl_langinfo configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for perror configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for poll configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for ptsname configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for putenv configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for realpath configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for random configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for rand_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for scandir configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for setitimer configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for setlocale configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for localeconv configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for setenv configure:18786: checking for setpgid configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for setsockopt configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for setvbuf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for shutdown configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for sin configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'sin' char $ac_func(); ^ configure:18786: checking for snprintf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'snprintf' char $ac_func(); ^ configure:18786: checking for srand48 configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for srandom configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for statfs configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for statvfs configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for std_syslog configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 /tmp/cc1z6qtF.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:18808: undefined reference to `std_syslog' collect2: error: ld returned 1 exit status configure: failed program was: #line 18791 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char std_syslog(); 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 std_syslog(); 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_std_syslog) || defined (__stub___std_syslog) choke me #else std_syslog(); #endif ; return 0; } configure:18786: checking for strcasecmp configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'strcasecmp' char $ac_func(); ^ configure:18786: checking for strcoll configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for strdup configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'strdup' char $ac_func(); ^ configure:18786: checking for strerror configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for strftime configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'strftime' char $ac_func(); ^ configure:18786: checking for strnlen configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for strptime configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for strstr configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'strstr' char $ac_func(); ^ configure:18786: checking for strtok_r configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for symlink configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for tempnam configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 /tmp/cchsanDY.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:18808: warning: the use of `tempnam' is dangerous, better use `mkstemp' configure:18786: checking for tzset configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for unlockpt configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for unsetenv configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for usleep configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for utime configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for vsnprintf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18798:6: warning: conflicting types for built-in function 'vsnprintf' char $ac_func(); ^ configure:18786: checking for vasprintf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for asprintf configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18786: checking for nanosleep configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:18845: checking for nanosleep in -lrt configure:18864: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:18939: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl -lrt 1>&5 configure:18983: checking for getaddrinfo configure:18995: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:19041: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:19011:3: warning: incompatible implicit declaration of built-in function 'memset' memset(&hints, 0, sizeof(hints)); ^ configure:19015:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ configure:19019:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ configure:19027:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ configure:19031:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ configure:19036:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^ configure:19071: checking for __sync_fetch_and_add configure:19083: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:19106: checking for strlcat configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 /tmp/ccF2ndYi.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:19128: undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure: failed program was: #line 19111 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strlcat(); 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 strlcat(); 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_strlcat) || defined (__stub___strlcat) choke me #else strlcat(); #endif ; return 0; } configure:19106: checking for strlcpy configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 /tmp/ccXRXGkn.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:19128: undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure: failed program was: #line 19111 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strlcpy(); 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 strlcpy(); 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_strlcpy) || defined (__stub___strlcpy) choke me #else strlcpy(); #endif ; return 0; } configure:19106: checking for getopt configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:19161: checking whether utime accepts a null argument configure:19182: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:19176:1: warning: incompatible implicit declaration of built-in function 'exit' exit(!(stat ("conftestdata", &s) == 0 && utime("conftestdata", (long *)0) == 0 ^ configure:19208: checking for working alloca.h configure:19241: checking for alloca configure:19274: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:19441: checking for declared timezone configure:19462: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:19488: checking for type of reentrant time-related functions configure:19517: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:19509:3: warning: assignment makes integer from pointer without a cast s = gmtime_r(&old, &t); ^ configure:19510:11: error: too many arguments to function 'asctime_r' r = (int) asctime_r(&t, buf, 26); ^ In file included from configure:19501:0: /usr/include/time.h:272:14: note: declared here extern char *asctime_r (const struct tm *__restrict __tp, ^ configure:19510:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r = (int) asctime_r(&t, buf, 26); ^ configure: failed program was: #line 19499 "configure" #include "confdefs.h" #include main() { char buf[27]; struct tm t; time_t old = 0; int r, s; s = gmtime_r(&old, &t); r = (int) asctime_r(&t, buf, 26); if (r == s && s == 0) return (0); return (1); } configure:19549: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:19542:7: error: too many arguments to function 'asctime_r' p = asctime_r(&t, buf, 26); ^ In file included from configure:19535:0: /usr/include/time.h:272:14: note: declared here extern char *asctime_r (const struct tm *__restrict __tp, ^ configure: failed program was: #line 19533 "configure" #include "confdefs.h" #include main() { struct tm t, *s; time_t old = 0; char buf[27], *p; s = gmtime_r(&old, &t); p = asctime_r(&t, buf, 26); if (p == buf && s == &t) return (0); return (1); } configure:19587: checking for readdir_r configure:19615: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:19637: checking for type of readdir_r configure:19673: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:19665:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^ configure:19736: checking for in_addr_t configure:19775: checking for crypt_r configure:19803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 /tmp/cca2PMeB.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:19797: undefined reference to `crypt_r' collect2: error: ld returned 1 exit status configure: failed program was: #line 19780 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char crypt_r(); 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_r(); 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_r) || defined (__stub___crypt_r) choke me #else crypt_r(); #endif ; return 0; } configure:19960: checking whether to include gcov symbols configure:20120: checking whether to include debugging symbols configure:20168: checking layout of installed files configure:20200: checking path to configuration file configure:20231: checking where to scan for configuration files configure:20264: checking whether to enable safe mode by default configure:20296: checking for safe mode exec dir configure:20337: checking whether to enable PHP's own SIGCHLD handler configure:20372: checking whether to enable magic quotes by default configure:20407: checking whether to explicitly link against libgcc configure:20484: checking whether to enable short tags by default configure:20519: checking whether to enable dmalloc configure:20604: checking whether to enable IPv6 support configure:20631: checking how big to make fd sets configure:20699: checking size of long configure:20738: checking size of int configure:20778: checking for int32_t configure:20803: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:20826: checking for uint32_t configure:20851: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:20883: checking for sys/types.h configure:20883: checking for inttypes.h configure:20883: checking for stdint.h configure:20883: checking for string.h configure:20883: checking for stdlib.h configure:20923: checking for strtoll configure:20951: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:20923: checking for atoll configure:20951: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5 configure:20923: checking for strftime configure:21413: checking which regex library to use configure:21830: checking whether to enable LIBXML support configure:21875: checking libxml2 install dir configure:21901: checking for xml2-config path configure:22059: checking whether libxml build works configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl -lxml2 1>&5 configure:22451: checking for OpenSSL support configure:22495: checking for Kerberos support configure:22821: checking for krb5-config configure:23181: checking for DSA_get_default_method in -lssl configure:23200: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lssl -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /tmp/ccN3l5uW.o: In function `main': /usr/local/src/php5-build/php-5.3.29/configure:23196: undefined reference to `DSA_get_default_method' collect2: error: ld returned 1 exit status configure: failed program was: #line 23189 "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 DSA_get_default_method(); int main() { DSA_get_default_method() ; return 0; } configure:23224: checking for X509_free in -lcrypto configure:23243: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lcrypto -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 configure:23285: checking for pkg-config configure:24440: checking for PCRE library to use configure:24778: checking whether to enable the SQLite3 extension configure:25433: checking bundled sqlite3 library configure:25789: checking for ZLIB support configure:25833: checking if the location of ZLIB install directory is defined configure:26276: checking for gzgets in -lz configure:26295: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 configure:26435: checking whether to enable bc style precision math functions configure:26800: checking for BZip2 support configure:26845: checking for BZip2 in default path configure:26958: checking for BZ2_bzerror in -lbz2 configure:26977: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 configure:27445: checking whether to enable calendar conversion support configure:27789: checking whether to enable ctype functions configure:28133: checking for cURL support configure:28177: checking if we should use cURL for url streams configure:28201: checking for cURL in default path configure:28219: checking for cURL 7.10.5 or greater configure:28457: checking for SSL support in libcurl configure:28470: checking how to run the C preprocessor configure:28550: checking for openssl support in libcurl configure:28576: gcc -o conftest -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure:28584: checking for openssl/crypto.h configure:28594: gcc -E conftest.c >/dev/null 2>conftest.out configure:28639: checking for gnutls support in libcurl configure:28665: gcc -o conftest -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure: failed program was: #line 28646 "configure" #include "confdefs.h" #include int main(int argc, char *argv[]) { curl_version_info_data *data = curl_version_info(CURLVERSION_NOW); if (data && data->ssl_version && *data->ssl_version) { const char *ptr = data->ssl_version; while(*ptr == ' ') ++ptr; return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1); } return 1; } configure:28823: checking for curl_easy_perform in -lcurl configure:28842: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure:28978: checking for curl_version_info in -lcurl configure:28997: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure:29131: checking for curl_easy_strerror in -lcurl configure:29150: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure:29284: checking for curl_multi_strerror in -lcurl configure:29303: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5 configure:30177: checking for QDBM support configure:30508: checking for GDBM support configure:30825: checking for NDBM support configure:31157: checking for Berkeley DB4 support configure:31480: checking for Berkeley DB3 support configure:31803: checking for Berkeley DB2 support configure:32042: checking for DB1 support configure:32397: checking for DBM support configure:32797: checking for CDB support configure:32828: checking for INI File support configure:32859: checking for FlatFile support configure:32874: checking whether to enable DBA interface configure:33204: checking whether to enable DOM support configure:33277: checking for xml2-config path configure:33435: checking whether libxml build works configure:33885: checking for ENCHANT support configure:34536: checking whether to enable EXIF (metadata from images) support configure:34880: checking for fileinfo support configure:35230: checking for utimes configure:35258: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:35230: checking for strndup configure:35258: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:35242:6: warning: conflicting types for built-in function 'strndup' char $ac_func(); ^ configure:35296: checking whether to enable input filter support configure:35340: checking pcre install prefix configure:35756: checking whether to enable FTP support configure:35800: checking OpenSSL dir for FTP configure:36837: checking for GD support configure:36882: checking for the location of libjpeg configure:36907: checking for the location of libpng configure:36956: checking for the location of libXpm configure:36979: checking for FreeType 2 configure:37002: checking for T1lib support configure:37025: checking whether to enable truetype string function in GD configure:37048: checking whether to enable JIS-mapped Japanese font support in GD configure:37100: checking for fabsf configure:37128: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:37112:6: warning: conflicting types for built-in function 'fabsf' char $ac_func(); ^ configure:37100: checking for floorf configure:37128: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:37112:6: warning: conflicting types for built-in function 'floorf' char $ac_func(); ^ configure:37300: checking for jpeg_read_header in -ljpeg configure:37319: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:37597: checking for png_write_image in -lpng configure:37616: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lz conftest.c -lpng -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:38390: checking for FT_New_Face in -lfreetype configure:38409: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:45138: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:45373: checking for GNU gettext support configure:45428: checking for bindtextdomain in -lintl configure:45447: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -L/usr//lib/x86_64-linux-gnu conftest.c -lintl -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 /usr/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status configure: failed program was: #line 45436 "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 bindtextdomain(); int main() { bindtextdomain() ; return 0; } configure:45469: checking for bindtextdomain in -lc configure:45488: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -L/usr//lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:45952: checking for ngettext in -lc configure:45971: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:45995: checking for dngettext in -lc configure:46014: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:46038: checking for dcngettext in -lc configure:46057: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:46081: checking for bind_textdomain_codeset in -lc configure:46100: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:46131: checking for GNU MP support configure:46914: checking for mhash support configure:46958: checking whether to enable hash support configure:47016: checking whether byte ordering is bigendian configure:47067: checking size of short configure:47086: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure: In function 'main': configure:47080:11: warning: incompatible implicit declaration of built-in function 'exit' if (!f) exit(1); ^ configure:47081:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(f, "%d\n", sizeof(short)); ^ configure:47106: checking size of int configure:47145: checking size of long configure:47184: checking size of long long configure:47552: checking for iconv support configure:47616: checking for iconv configure:47644: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c 1>&5 configure:48240: checking if iconv is glibc's configure:48249: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:48534: checking if iconv supports errno configure:48569: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:48601: checking if your cpp allows macro usage in include lines configure:48613: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:48969: checking for IMAP support configure:49013: checking for IMAP Kerberos support configure:49036: checking for IMAP SSL support configure:49460: checking for utf8_mime2text signature configure:49478: gcc -c -I/usr/include/c-client conftest.c 1>&5 configure: In function 'main': configure:49473:9: error: too few arguments to function 'utf8_mime2text' utf8_mime2text(src, dst); ^ In file included from /usr/include/c-client/c-client.h:47:0, from configure:49468: /usr/include/c-client/utf8aux.h:37:6: note: declared here long utf8_mime2text (SIZEDTEXT *src,SIZEDTEXT *dst,long flags); ^ configure: failed program was: #line 49465 "configure" #include "confdefs.h" #include #include int main() { SIZEDTEXT *src, *dst; utf8_mime2text(src, dst); ; return 0; } configure:49507: checking for U8T_DECOMPOSE configure:49523: gcc -c -I/usr/include/c-client conftest.c 1>&5 configure:49672: checking for pam_start in -lpam configure:49691: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:49846: checking for crypt in -lcrypt configure:49865: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5 configure:51242: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x227): undefined reference to `X509_STORE_CTX_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x22f): undefined reference to `X509_verify_cert_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x242): undefined reference to `X509_get_subject_name' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x256): undefined reference to `X509_NAME_oneline' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1afa): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1b15): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1bd1): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56d5): undefined reference to `SSL_shutdown' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56de): undefined reference to `SSL_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56f4): undefined reference to `SSL_CTX_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57c6): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57df): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59cc): undefined reference to `TLSv1_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59d4): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59f2): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a6e): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a88): undefined reference to `BIO_new_socket' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a97): undefined reference to `SSL_set_bio' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa0): undefined reference to `SSL_set_connect_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa9): undefined reference to `SSL_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ac2): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b62): undefined reference to `X509_get_ext_d2i' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b76): undefined reference to `sk_num' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b9f): undefined reference to `sk_value' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c61): undefined reference to `SSLv23_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c75): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5dae): undefined reference to `SSL_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e25): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e3a): undefined reference to `PEM_read_bio_X509' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e65): undefined reference to `X509_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e71): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5f56): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fab): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x6006): undefined reference to `EVP_PKEY_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x602e): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x63e7): undefined reference to `SSL_library_init' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x6559): undefined reference to `RAND_seed' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e48): undefined reference to `RSA_generate_key' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e80): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e9e): undefined reference to `ERR_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd092): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd112): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd308): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd387): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd3d8): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c9): undefined reference to `SSL_load_error_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda7d): undefined reference to `TLSv1_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda85): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb03): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb15): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb2c): undefined reference to `SSL_set_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb35): undefined reference to `SSL_accept' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc99): undefined reference to `SSLv23_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcce): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcec): undefined reference to `ERR_get_error' collect2: error: ld returned 1 exit status configure: failed program was: #line 51209 "configure" #include "confdefs.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default"))) #else # define PHP_IMAP_EXPORT #endif PHP_IMAP_EXPORT void mm_log(void){} PHP_IMAP_EXPORT void mm_dlog(void){} PHP_IMAP_EXPORT void mm_flags(void){} PHP_IMAP_EXPORT void mm_fatal(void){} PHP_IMAP_EXPORT void mm_critical(void){} PHP_IMAP_EXPORT void mm_nocritical(void){} PHP_IMAP_EXPORT void mm_notify(void){} PHP_IMAP_EXPORT void mm_login(void){} PHP_IMAP_EXPORT void mm_diskerror(void){} PHP_IMAP_EXPORT void mm_status(void){} PHP_IMAP_EXPORT void mm_lsub(void){} PHP_IMAP_EXPORT void mm_list(void){} PHP_IMAP_EXPORT void mm_exists(void){} PHP_IMAP_EXPORT void mm_searched(void){} PHP_IMAP_EXPORT void mm_expunged(void){} char auth_gssapi_valid(); int main() { auth_gssapi_valid(); return 0; } configure:51311: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x227): undefined reference to `X509_STORE_CTX_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x22f): undefined reference to `X509_verify_cert_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x242): undefined reference to `X509_get_subject_name' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x256): undefined reference to `X509_NAME_oneline' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1afa): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1b15): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1bd1): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56d5): undefined reference to `SSL_shutdown' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56de): undefined reference to `SSL_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56f4): undefined reference to `SSL_CTX_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57c6): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57df): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59cc): undefined reference to `TLSv1_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59d4): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59f2): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a6e): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a88): undefined reference to `BIO_new_socket' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a97): undefined reference to `SSL_set_bio' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa0): undefined reference to `SSL_set_connect_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa9): undefined reference to `SSL_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ac2): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b62): undefined reference to `X509_get_ext_d2i' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b76): undefined reference to `sk_num' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b9f): undefined reference to `sk_value' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c61): undefined reference to `SSLv23_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c75): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5dae): undefined reference to `SSL_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e25): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e3a): undefined reference to `PEM_read_bio_X509' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e65): undefined reference to `X509_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e71): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5f56): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fab): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x6006): undefined reference to `EVP_PKEY_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x602e): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x63e7): undefined reference to `SSL_library_init' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x6559): undefined reference to `RAND_seed' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e48): undefined reference to `RSA_generate_key' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e80): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e9e): undefined reference to `ERR_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd092): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd112): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd308): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd387): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd3d8): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c9): undefined reference to `SSL_load_error_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda7d): undefined reference to `TLSv1_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda85): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb03): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb15): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb2c): undefined reference to `SSL_set_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb35): undefined reference to `SSL_accept' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc99): undefined reference to `SSLv23_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcce): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcec): undefined reference to `ERR_get_error' collect2: error: ld returned 1 exit status configure: failed program was: #line 51278 "configure" #include "confdefs.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default"))) #else # define PHP_IMAP_EXPORT #endif PHP_IMAP_EXPORT void mm_log(void){} PHP_IMAP_EXPORT void mm_dlog(void){} PHP_IMAP_EXPORT void mm_flags(void){} PHP_IMAP_EXPORT void mm_fatal(void){} PHP_IMAP_EXPORT void mm_critical(void){} PHP_IMAP_EXPORT void mm_nocritical(void){} PHP_IMAP_EXPORT void mm_notify(void){} PHP_IMAP_EXPORT void mm_login(void){} PHP_IMAP_EXPORT void mm_diskerror(void){} PHP_IMAP_EXPORT void mm_status(void){} PHP_IMAP_EXPORT void mm_lsub(void){} PHP_IMAP_EXPORT void mm_list(void){} PHP_IMAP_EXPORT void mm_exists(void){} PHP_IMAP_EXPORT void mm_searched(void){} PHP_IMAP_EXPORT void mm_expunged(void){} char utf8_to_mutf7(); int main() { utf8_to_mutf7(); return 0; } configure:51338: checking whether rfc822_output_address_list function present configure:51386: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x227): undefined reference to `X509_STORE_CTX_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x22f): undefined reference to `X509_verify_cert_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x242): undefined reference to `X509_get_subject_name' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x256): undefined reference to `X509_NAME_oneline' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1afa): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1b15): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1bd1): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56d5): undefined reference to `SSL_shutdown' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56de): undefined reference to `SSL_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56f4): undefined reference to `SSL_CTX_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57c6): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57df): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59cc): undefined reference to `TLSv1_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59d4): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59f2): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a6e): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a88): undefined reference to `BIO_new_socket' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a97): undefined reference to `SSL_set_bio' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa0): undefined reference to `SSL_set_connect_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa9): undefined reference to `SSL_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ac2): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b62): undefined reference to `X509_get_ext_d2i' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b76): undefined reference to `sk_num' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b9f): undefined reference to `sk_value' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c61): undefined reference to `SSLv23_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c75): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5dae): undefined reference to `SSL_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e25): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e3a): undefined reference to `PEM_read_bio_X509' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e65): undefined reference to `X509_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e71): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5f56): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fab): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x6006): undefined reference to `EVP_PKEY_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x602e): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x63e7): undefined reference to `SSL_library_init' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x6559): undefined reference to `RAND_seed' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e48): undefined reference to `RSA_generate_key' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e80): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e9e): undefined reference to `ERR_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd092): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd112): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd308): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd387): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd3d8): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c9): undefined reference to `SSL_load_error_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda7d): undefined reference to `TLSv1_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda85): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb03): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb15): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb2c): undefined reference to `SSL_set_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb35): undefined reference to `SSL_accept' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc99): undefined reference to `SSLv23_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcce): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcec): undefined reference to `ERR_get_error' collect2: error: ld returned 1 exit status configure: failed program was: #line 51350 "configure" #include "confdefs.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default"))) #else # define PHP_IMAP_EXPORT #endif PHP_IMAP_EXPORT void mm_log(void){} PHP_IMAP_EXPORT void mm_dlog(void){} PHP_IMAP_EXPORT void mm_flags(void){} PHP_IMAP_EXPORT void mm_fatal(void){} PHP_IMAP_EXPORT void mm_critical(void){} PHP_IMAP_EXPORT void mm_nocritical(void){} PHP_IMAP_EXPORT void mm_notify(void){} PHP_IMAP_EXPORT void mm_login(void){} PHP_IMAP_EXPORT void mm_diskerror(void){} PHP_IMAP_EXPORT void mm_status(void){} PHP_IMAP_EXPORT void mm_lsub(void){} PHP_IMAP_EXPORT void mm_list(void){} PHP_IMAP_EXPORT void mm_exists(void){} PHP_IMAP_EXPORT void mm_searched(void){} PHP_IMAP_EXPORT void mm_expunged(void){} void rfc822_output_address_list(void); void (*f)(void); char foobar () {f = rfc822_output_address_list;} char foobar(); int main() { foobar(); return 0; } configure:51415: checking whether build with IMAP works configure:51459: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5 /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x227): undefined reference to `X509_STORE_CTX_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x22f): undefined reference to `X509_verify_cert_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x242): undefined reference to `X509_get_subject_name' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify': (.text+0x256): undefined reference to `X509_NAME_oneline' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1afa): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1b15): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait': (.text+0x1bd1): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56d5): undefined reference to `SSL_shutdown' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56de): undefined reference to `SSL_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort': (.text+0x56f4): undefined reference to `SSL_CTX_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57c6): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout': (.text+0x57df): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59cc): undefined reference to `TLSv1_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59d4): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x59f2): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a6e): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a88): undefined reference to `BIO_new_socket' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5a97): undefined reference to `SSL_set_bio' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa0): undefined reference to `SSL_set_connect_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5aa9): undefined reference to `SSL_state' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ac2): undefined reference to `SSL_write' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b62): undefined reference to `X509_get_ext_d2i' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b76): undefined reference to `sk_num' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5b9f): undefined reference to `sk_value' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c61): undefined reference to `SSLv23_client_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5c75): undefined reference to `SSL_CTX_set_verify' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5dae): undefined reference to `SSL_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e25): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e3a): undefined reference to `PEM_read_bio_X509' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e65): undefined reference to `X509_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5e71): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5f56): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fab): undefined reference to `BIO_new_mem_buf' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x6006): undefined reference to `EVP_PKEY_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start': (.text+0x602e): undefined reference to `BIO_free' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x63e7): undefined reference to `SSL_library_init' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8': (.text+0x6559): undefined reference to `RAND_seed' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e48): undefined reference to `RSA_generate_key' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e80): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey': (.text+0x6e9e): undefined reference to `ERR_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd092): undefined reference to `SSL_get_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd112): undefined reference to `SSL_pending' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd308): undefined reference to `SSL_read' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd387): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata': (.text+0xd3d8): undefined reference to `SSL_get_error' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xd9c9): undefined reference to `SSL_load_error_strings' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda7d): undefined reference to `TLSv1_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xda85): undefined reference to `SSL_CTX_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb03): undefined reference to `SSL_CTX_ctrl' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb15): undefined reference to `SSL_new' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb2c): undefined reference to `SSL_set_fd' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdb35): undefined reference to `SSL_accept' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdc99): undefined reference to `SSLv23_server_method' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcce): undefined reference to `ERR_error_string' /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init': (.text+0xdcec): undefined reference to `ERR_get_error' collect2: error: ld returned 1 exit status configure: failed program was: #line 51426 "configure" #include "confdefs.h" #if defined(__GNUC__) && __GNUC__ >= 4 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default"))) #else # define PHP_IMAP_EXPORT #endif PHP_IMAP_EXPORT void mm_log(void){} PHP_IMAP_EXPORT void mm_dlog(void){} PHP_IMAP_EXPORT void mm_flags(void){} PHP_IMAP_EXPORT void mm_fatal(void){} PHP_IMAP_EXPORT void mm_critical(void){} PHP_IMAP_EXPORT void mm_nocritical(void){} PHP_IMAP_EXPORT void mm_notify(void){} PHP_IMAP_EXPORT void mm_login(void){} PHP_IMAP_EXPORT void mm_diskerror(void){} PHP_IMAP_EXPORT void mm_status(void){} PHP_IMAP_EXPORT void mm_lsub(void){} PHP_IMAP_EXPORT void mm_list(void){} PHP_IMAP_EXPORT void mm_exists(void){} PHP_IMAP_EXPORT void mm_searched(void){} PHP_IMAP_EXPORT void mm_expunged(void){} char mail_newbody(); int main() { mail_newbody(); return 0; }