This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:2174: checking for Cygwin environment configure:2190: gcc -c -O3 conftest.c 1>&5 configure: In function `main': configure:2186: error: `__CYGWIN32__' undeclared (first use in this function) configure:2186: error: (Each undeclared identifier is reported only once configure:2186: error: for each function it appears in.) configure: failed program was: #line 2179 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:2207: checking for mingw32 environment configure:2219: gcc -c -O3 conftest.c 1>&5 configure: In function `main': configure:2215: error: `__MINGW32__' undeclared (first use in this function) configure:2215: error: (Each undeclared identifier is reported only once configure:2215: error: for each function it appears in.) configure: failed program was: #line 2212 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:2238: checking for egrep configure:2253: checking for a sed that does not truncate output configure:2390: checking host system type configure:2411: checking target system type configure:2510: checking for gcc configure:2623: checking whether the C compiler (gcc -O3 ) works configure:2639: gcc -o conftest -O3 conftest.c 1>&5 configure:2665: checking whether the C compiler (gcc -O3 ) is a cross-compiler configure:2670: checking whether we are using GNU C configure:2679: gcc -E conftest.c configure:2698: checking whether gcc accepts -g configure:2731: checking whether gcc and cc understand -c and -o together configure:2746: gcc -c conftest.c -o conftest.o 1>&5 configure:2747: gcc -c conftest.c -o conftest.o 1>&5 configure:2752: cc -c conftest.c 1>&5 /usr/ucb/cc: language optional software package not installed configure:2782: checking how to run the C preprocessor configure:2803: gcc -E conftest.c >/dev/null 2>conftest.out configure:2862: checking for AIX configure:2886: checking whether ln -s works configure:2918: checking if compiler supports -R configure:2933: gcc -o conftest -O3 conftest.c -R /usr/lib 1>&5 configure:2992: checking for re2c configure:3052: checking for gawk configure:3052: checking for nawk configure:3093: checking if nawk is broken configure:3112: checking for bison configure:3152: checking for bison version configure:3193: checking for flex configure:3227: checking for yywrap in -lfl configure:3246: gcc -o conftest -O3 conftest.c -lfl 1>&5 configure:3270: checking lex output file root configure:3291: checking whether yytext is a pointer configure:3310: gcc -o conftest -O3 conftest.c -lfl 1>&5 configure:3334: checking for working const configure:3388: gcc -c -O3 conftest.c 1>&5 configure:3414: checking for flex version configure:3637: checking whether to force non-PIC code in shared modules configure:3733: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: failed program was: #line 3715 "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:3753: checking for pthreads_cflags configure:3793: gcc -o conftest -O3 -kthread -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 gcc: unrecognized option `-kthread' configure: failed program was: #line 3775 "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:3793: gcc -o conftest -O3 -pthread -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 gcc: unrecognized option `-pthread' configure: failed program was: #line 3775 "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:3793: gcc -o conftest -O3 -pthreads -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:3823: checking for pthreads_lib configure:3972: checking for AOLserver support configure:4215: checking for Apache 1.x module support via DSO through APXS configure:4520: checking for Apache 1.x module support configure:5363: checking for mod_charset compatibility option configure:5500: checking for Apache 2.0 filter-module support via DSO through APXS configure:6330: checking for Apache 2.0 handler-module support via DSO through APXS configure:7161: checking for Apache 1.x (hooks) module support via DSO through APXS configure:7466: checking for Apache 1.x (hooks) module support configure:8309: checking for mod_charset compatibility option configure:8447: checking for Caudium support configure:8779: checking for CLI build configure:8837: checking for Continuity support configure:9084: checking for embedded SAPI library support configure:9307: checking for Zeus ISAPI support configure:9539: checking for Milter support configure:9814: checking for NSAPI support configure:10157: checking for PHTTPD support configure:10388: checking for Pi3Web support configure:10719: checking for Roxen/Pike support configure:11230: checking for thttpd configure:11458: checking for TUX configure:11694: checking for webjames configure:12110: checking for chosen SAPI module configure:12177: checking for sendmail configure:12222: checking whether system uses EBCDIC configure:12241: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: failed program was: #line 12233 "configure" #include "confdefs.h" int main(void) { return (unsigned char)'A' != (unsigned char)0xC1; } configure:12269: checking whether byte ordering is bigendian configure:12295: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:12366: checking for socket configure:12394: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c 1>&5 Undefined first referenced symbol in file socket /var/tmp//ccPqaITo.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 12371 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket(); 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 socket(); 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_socket) || defined (__stub___socket) choke me #else socket(); #endif ; return 0; } configure:12412: checking for __socket configure:12440: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c 1>&5 Undefined first referenced symbol in file __socket /var/tmp//cceNaCUS.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 12417 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __socket(); 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 __socket(); 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___socket) || defined (__stub_____socket) choke me #else __socket(); #endif ; return 0; } configure:12478: checking for socket in -lsocket configure:12497: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:12572: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:12623: checking for socketpair configure:12651: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:12880: checking for htonl configure:12908: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:13137: checking for gethostname configure:13165: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 configure:13394: checking for gethostbyaddr configure:13422: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 Undefined first referenced symbol in file gethostbyaddr /var/tmp//ccBeaTY7.o (symbol belongs to implicit dependency /usr/lib/libnsl.so.1) ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 13399 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyaddr(); 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 gethostbyaddr(); 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_gethostbyaddr) || defined (__stub___gethostbyaddr) choke me #else gethostbyaddr(); #endif ; return 0; } configure:13440: checking for __gethostbyaddr configure:13468: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket 1>&5 Undefined first referenced symbol in file __gethostbyaddr /var/tmp//ccSu7okx.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 13445 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __gethostbyaddr(); 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 __gethostbyaddr(); 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___gethostbyaddr) || defined (__stub_____gethostbyaddr) choke me #else __gethostbyaddr(); #endif ; return 0; } configure:13506: checking for gethostbyaddr in -lnsl configure:13525: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lnsl -lsocket 1>&5 configure:13600: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lsocket -lnsl 1>&5 configure:13651: checking for yp_get_default_domain configure:13679: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lnsl -lsocket 1>&5 configure:13909: checking for dlopen configure:13937: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lnsl -lsocket 1>&5 Undefined first referenced symbol in file dlopen /var/tmp//ccO4jBo4.o (symbol belongs to implicit dependency /usr/lib/libdl.so.1) ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 13914 "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:13955: checking for __dlopen configure:13983: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lnsl -lsocket 1>&5 Undefined first referenced symbol in file __dlopen /var/tmp//cctIHQkt.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 13960 "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:14021: checking for dlopen in -ldl configure:14040: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -ldl -lnsl -lsocket 1>&5 configure:14115: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lnsl -lsocket -ldl 1>&5 configure:14167: checking for sin in -lm configure:14186: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -ldl -lnsl -lsocket 1>&5 configure:14179: warning: conflicting types for built-in function 'sin' configure:14220: checking for res_search configure:14248: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file res_search /var/tmp//ccT6nas5.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 14225 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_search(); 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 res_search(); 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_res_search) || defined (__stub___res_search) choke me #else res_search(); #endif ; return 0; } configure:14266: checking for __res_search configure:14294: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file __res_search /var/tmp//ccwFRqAz.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 14271 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_search(); 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 __res_search(); 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___res_search) || defined (__stub_____res_search) choke me #else __res_search(); #endif ; return 0; } configure:14332: checking for res_search in -lresolv configure:14351: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:14426: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lm -ldl -lnsl -lsocket -lresolv 1>&5 configure:14756: checking for inet_aton configure:14784: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:15152: checking for dn_skipname configure:15180: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:15546: checking for ANSI C header files configure:15559: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15626: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:15654: checking for dirent.h that defines DIR configure:15667: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:15692: checking for opendir in -ldir configure:15711: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -ldir -lresolv -lm -ldl -lnsl -lsocket 1>&5 ld: fatal: library -ldir: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 15700 "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:15833: checking for inttypes.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for stdint.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15839:20: stdint.h: No such file or directory configure: failed program was: #line 15838 "configure" #include "confdefs.h" #include configure:15833: checking for dirent.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for ApplicationServices/ApplicationServices.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15839:53: ApplicationServices/ApplicationServices.h: No such file or directory configure: failed program was: #line 15838 "configure" #include "confdefs.h" #include configure:15833: checking for sys/param.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/types.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/time.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for netinet/in.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for alloca.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for arpa/inet.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for arpa/nameser.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for assert.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for crypt.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for fcntl.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for grp.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for ieeefp.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for langinfo.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for limits.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for locale.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for monetary.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for mach-o/dyld.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15839:25: mach-o/dyld.h: No such file or directory configure: failed program was: #line 15838 "configure" #include "confdefs.h" #include configure:15833: checking for netdb.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for pwd.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for resolv.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for signal.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for stdarg.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for stdlib.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for string.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for syslog.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sysexits.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/ioctl.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/file.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/mman.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/mount.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/poll.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/resource.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/select.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/socket.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/statfs.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/statvfs.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/vfs.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/sysexits.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15839:26: sys/sysexits.h: No such file or directory configure: failed program was: #line 15838 "configure" #include "confdefs.h" #include configure:15833: checking for sys/varargs.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/wait.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/loadavg.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for termios.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for unistd.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for unix.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15839:18: unix.h: No such file or directory configure: failed program was: #line 15838 "configure" #include "confdefs.h" #include configure:15833: checking for utime.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/utsname.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for sys/ipc.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for dlfcn.h configure:15843: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:15833: checking for assert.h configure:15872: checking for fopencookie configure:15900: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file fopencookie /var/tmp//ccs0Uki0.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 15877 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fopencookie(); 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 fopencookie(); 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_fopencookie) || defined (__stub___fopencookie) choke me #else fopencookie(); #endif ; return 0; } configure:16047: checking for broken getcwd configure:16062: checking for broken libc stdio configure:16123: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure: failed program was: #line 16095 "configure" #include "confdefs.h" #include int main(int argc, char *argv[]) { FILE *fp; long position; char *filename = "/tmp/phpglibccheck"; 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:16151: checking whether struct tm is in sys/time.h or time.h configure:16164: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16185: checking for tm_zone in struct tm configure:16198: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:16194: error: structure has no member named `tm_zone' configure: failed program was: #line 16190 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_zone; ; return 0; } configure:16218: checking for tzname configure:16233: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16257: checking for missing declarations of reentrant functions configure:16266: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:16263: error: `localtime_r' undeclared (first use in this function) configure:16263: error: (Each undeclared identifier is reported only once configure:16263: error: for each function it appears in.) configure: failed program was: #line 16259 "configure" #include "confdefs.h" #include int main() { struct tm *(*func)() = localtime_r ; return 0; } configure:16291: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:16288: error: `gmtime_r' undeclared (first use in this function) configure:16288: error: (Each undeclared identifier is reported only once configure:16288: error: for each function it appears in.) configure: failed program was: #line 16284 "configure" #include "confdefs.h" #include int main() { struct tm *(*func)() = gmtime_r ; return 0; } configure:16316: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16341: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16366: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:16363: error: `strtok_r' undeclared (first use in this function) configure:16363: error: (Each undeclared identifier is reported only once configure:16363: error: for each function it appears in.) configure: failed program was: #line 16359 "configure" #include "confdefs.h" #include int main() { char *(*func)() = strtok_r ; return 0; } configure:16387: checking for fclose declaration configure:16396: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16422: checking for tm_gmtoff in struct tm configure:16435: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:16431: error: structure has no member named `tm_gmtoff' configure: failed program was: #line 16427 "configure" #include "confdefs.h" #include #include int main() { struct tm tm; tm.tm_gmtoff; ; return 0; } configure:16458: checking for struct flock configure:16473: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16500: checking for socklen_t configure:16517: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16543: checking size of intmax_t configure:16562: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure: In function `main': configure:16557: error: `intmax_t' undeclared (first use in this function) configure:16557: error: (Each undeclared identifier is reported only once configure:16557: error: for each function it appears in.) configure: failed program was: #line 16551 "configure" #include "confdefs.h" #include int main() { FILE *f=fopen("conftestval", "w"); if (!f) return(1); fprintf(f, "%d\n", sizeof(intmax_t)); return(0); } configure:16582: checking size of size_t configure:16601: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16621: checking size of ssize_t configure:16640: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16660: checking size of ptrdiff_t configure:16679: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure: In function `main': configure:16674: error: `ptrdiff_t' undeclared (first use in this function) configure:16674: error: (Each undeclared identifier is reported only once configure:16674: error: for each function it appears in.) configure: failed program was: #line 16668 "configure" #include "confdefs.h" #include int main() { FILE *f=fopen("conftestval", "w"); if (!f) return(1); fprintf(f, "%d\n", sizeof(ptrdiff_t)); return(0); } configure:16699: checking size of long long configure:16718: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16738: checking size of long long int configure:16757: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16777: checking size of long configure:16796: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16816: checking size of int configure:16835: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:16856: checking for st_blksize in struct stat configure:16869: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16891: checking for st_blocks in struct stat configure:16904: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16931: checking for st_rdev in struct stat configure:16944: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:16966: checking for size_t configure:16999: checking for uid_t in sys/types.h configure:17035: checking for struct sockaddr_storage configure:17048: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:17069: checking for field sa_len in struct sockaddr configure:17083: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:17079: error: structure has no member named `sa_len' configure: failed program was: #line 17075 "configure" #include "confdefs.h" #include #include int main() { static struct sockaddr sa; int n = (int) sa.sa_len; return n; ; return 0; } configure:17106: checking for IPv6 support configure:17120: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17136: checking for vprintf configure:17164: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17148: warning: conflicting types for built-in function 'vprintf' configure:17320: checking for alphasort configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file alphasort /var/tmp//cc69XXj4.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char alphasort(); 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 alphasort(); 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_alphasort) || defined (__stub___alphasort) choke me #else alphasort(); #endif ; return 0; } configure:17320: checking for asctime_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for chroot configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for ctime_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for cuserid configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for crypt configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for flock configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file flock /var/tmp//ccUroIYM.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char flock(); 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 flock(); 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_flock) || defined (__stub___flock) choke me #else flock(); #endif ; return 0; } configure:17320: checking for ftok configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for funopen configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file funopen /var/tmp//cctQkJzD.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "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:17320: checking for gai_strerror configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for gcvt configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getloadavg configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getlogin configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getprotobyname configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getprotobynumber configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getservbyname configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getservbyport configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for getrusage configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for gettimeofday configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for gmtime_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for grantpt configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for inet_ntoa configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for inet_ntop configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for inet_pton configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for isascii configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for link configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for localtime_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for lockf configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for lchown configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for lrand48 configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for memcpy configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'memcpy' configure:17320: checking for memmove configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'memmove' configure:17320: checking for mkstemp configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for mmap configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for nl_langinfo configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for perror configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for poll configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for ptsname configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for putenv configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for realpath configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for random configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for rand_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for regcomp configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for res_search configure:17320: checking for scandir configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file scandir /var/tmp//ccI6RdTR.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char scandir(); 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 scandir(); 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_scandir) || defined (__stub___scandir) choke me #else scandir(); #endif ; return 0; } configure:17320: checking for setitimer configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for setlocale configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for localeconv configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for setenv configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file setenv /var/tmp//ccqQwDgE.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setenv(); 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 setenv(); 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_setenv) || defined (__stub___setenv) choke me #else setenv(); #endif ; return 0; } configure:17320: checking for setpgid configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for setsockopt configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for setvbuf configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for shutdown configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for sin configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'sin' configure:17320: checking for snprintf configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'snprintf' configure:17320: checking for srand48 configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for srandom configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for statfs configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for statvfs configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for std_syslog configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file std_syslog /var/tmp//ccyNOBwA.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "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:17320: checking for strcasecmp configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for strcoll configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for strdup configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'strdup' configure:17320: checking for strerror configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for strftime configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'strftime' configure:17320: checking for strptime configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for strstr configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'strstr' configure:17320: checking for strtok_r configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for symlink configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for tempnam configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for tzset configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for unlockpt configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for unsetenv configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file unsetenv /var/tmp//cckbKBcG.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char unsetenv(); 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 unsetenv(); 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_unsetenv) || defined (__stub___unsetenv) choke me #else unsetenv(); #endif ; return 0; } configure:17320: checking for usleep configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for nanosleep configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 Undefined first referenced symbol in file nanosleep /var/tmp//ccWBy0rF.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 17325 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char nanosleep(); 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 nanosleep(); 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_nanosleep) || defined (__stub___nanosleep) choke me #else nanosleep(); #endif ; return 0; } configure:17320: checking for utime configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17320: checking for vsnprintf configure:17348: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17332: warning: conflicting types for built-in function 'vsnprintf' configure:17374: checking for getaddrinfo configure:17386: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17432: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17464: checking for strlcat configure:17492: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17464: checking for strlcpy configure:17492: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17464: checking for getopt configure:17492: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17519: checking whether utime accepts a null argument configure:17540: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17566: checking for working alloca.h configure:17599: checking for alloca configure:17632: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17799: checking for declared timezone configure:17820: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:17846: checking for type of reentrant time-related functions configure:17875: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure: In function `main': configure:17868: error: too many arguments to function `asctime_r' configure: failed program was: #line 17857 "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:17907: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure: In function `main': configure:17899: warning: assignment makes pointer from integer without a cast configure:17900: error: too many arguments to function `asctime_r' configure: failed program was: #line 17891 "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:17945: checking for readdir_r configure:17973: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:17995: checking for type of readdir_r configure:18031: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib conftest.c -lresolv -lm -ldl -lnsl -lsocket 1>&5 configure:18094: checking for in_addr_t configure:18150: checking whether to include gcov symbols configure:18312: checking whether to include debugging symbols configure:18351: checking layout of installed files configure:18385: checking path to configuration file configure:18421: checking where to scan for configuration files configure:18451: checking whether to enable safe mode by default configure:18486: checking for safe mode exec dir configure:18527: checking whether to enable PHP's own SIGCHLD handler configure:18564: checking whether to enable magic quotes by default configure:18601: checking whether to enable runpaths configure:18626: checking whether to explicitly link against libgcc configure:18705: checking whether to enable short tags by default configure:18742: checking whether to enable dmalloc configure:18830: checking whether to enable IPv6 support configure:18860: checking how big to make fd sets configure:18880: checking whether to enable versioning configure:18928: checking whether to enable LIBXML support configure:18975: checking libxml2 install dir configure:19004: checking for xml2-config path configure:19161: checking whether libxml build works configure:19188: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:19541: checking for OpenSSL support configure:19587: checking for Kerberos support configure:20954: checking for PCRE support configure:21762: checking for ZLIB support configure:21808: checking if the location of ZLIB install directory is defined configure:22399: checking whether to enable bc style precision math functions configure:22755: checking for BZip2 support configure:23389: checking whether to enable calendar conversion support configure:23724: checking whether to enable ctype functions configure:24059: checking for cURL support configure:24105: checking if we should use cURL for url streams configure:25414: checking size of long configure:25453: checking size of int configure:25493: checking for int32_t configure:25518: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:25541: checking for uint32_t configure:25566: gcc -c -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:25598: checking for sys/types.h configure:25598: checking for inttypes.h configure:25598: checking for stdint.h configure:25598: checking for string.h configure:25598: checking for stdlib.h configure:25638: checking for strtoll configure:25666: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:25638: checking for atoll configure:25666: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:25638: checking for strftime configure:26093: checking whether to enable DBA configure:26439: checking for QDBM support configure:26774: checking for GDBM support configure:27095: checking for NDBM support configure:27400: checking for Berkeley DB4 support configure:27726: checking for Berkeley DB3 support configure:28052: checking for Berkeley DB2 support configure:28296: checking for DB1 support configure:28655: checking for DBM support configure:29012: checking for CDB support configure:29066: checking for INI File support configure:29120: checking for FlatFile support configure:29135: checking whether to enable DBA interface configure:29449: checking whether to enable dbase support configure:29784: checking whether to enable DOM support configure:29862: checking for xml2-config path configure:30019: checking whether libxml build works configure:30457: checking whether to enable EXIF (metadata from images) support configure:30792: checking for FrontBase SQL92 (fbsql) support configure:31286: checking for FDF support configure:32102: checking whether to enable input filter support configure:32148: checking pcre install prefix configure:32705: checking whether to enable FTP support configure:32751: checking OpenSSL dir for FTP configure:33752: checking for GD support configure:33799: checking for the location of libjpeg configure:33826: checking for the location of libpng configure:33879: checking for the location of libXpm configure:33904: checking for FreeType 1.x support configure:33929: checking for FreeType 2 configure:33954: checking for T1lib support configure:33979: checking whether to enable truetype string function in GD configure:34004: checking whether to enable JIS-mapped Japanese font support in GD configure:41761: checking for GNU gettext support configure:42509: checking for GNU MP support configure:43280: checking whether to enable hash support configure:43330: checking whether byte ordering is bigendian configure:43381: checking size of short configure:43400: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:43420: checking size of int configure:43459: checking size of long configure:43498: checking size of long long configure:43853: checking for iconv support configure:43915: checking for iconv configure:43943: gcc -o conftest -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:44528: checking if iconv is glibc's configure:44537: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:44531:30: gnu/libc-version.h: No such file or directory configure: failed program was: #line 44530 "configure" #include "confdefs.h" #include int main() { gnu_get_libc_version(); ; return 0; } configure:44555: checking if using GNU libiconv configure:44572: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:44770: checking if iconv supports errno configure:44805: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:44837: checking if your cpp allows macro usage in include lines configure:44849: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:45193: checking for IMAP support configure:45239: checking for IMAP Kerberos support configure:45264: checking for IMAP SSL support configure:47442: checking for Informix support configure:48055: checking for InterBase support configure:48977: checking whether to enable JavaScript Object Serialization support configure:49026: checking for ANSI C header files configure:49426: checking for LDAP support configure:49472: checking for LDAP Cyrus SASL support configure:52276: checking whether to enable multibyte string support configure:52322: checking whether to enable multibyte regex support configure:52347: checking whether to check multibyte regex backtrack configure:52372: checking for external libmbfl configure:53966: checking for mcrypt support configure:54797: checking for mhash support configure:55271: checking whether to include mime_magic support configure:55628: checking for MING support configure:56560: checking for mSQL support configure:57071: checking for MSSQL support via FreeTDS configure:57721: checking for MySQL support configure:57767: checking for specified location of the MySQL UNIX socket configure:57824: checking for MySQL UNIX socket location configure:58014: checking for mysql_close in -lmysqlclient configure:58033: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:58926: checking for MySQLi support configure:58972: checking whether to enable embedded MySQLi support configure:59743: checking for ncurses support configure:60830: checking for Oracle (OCI8) support configure:60874: checking checking PHP version configure:65074: checking for Adabas support configure:65272: checking for SAP DB support configure:65402: checking for Solid support configure:65546: checking for IBM DB2 support configure:65665: checking for ODBCRouter.com support configure:65725: checking for Empress support configure:65795: checking for Empress local access support configure:65881: checking for Birdstep support configure:65991: checking for a custom ODBC support configure:66025: checking for iODBC support configure:66167: checking for Easysoft ODBC-ODBC Bridge support configure:66227: checking for unixODBC support configure:66292: checking for DBMaker support configure:66887: checking whether to enable pcntl support configure:67454: checking whether to enable PDO support configure:67878: checking for PDO_DBLIB support via FreeTDS configure:68585: checking for Firebird support for PDO configure:69559: checking for MySQL support for PDO configure:70538: checking Oracle OCI support for PDO configure:73025: checking for ODBC v3 support for PDO configure:74139: checking for PostgreSQL support for PDO configure:75396: checking for sqlite 3 support for PDO configure:75444: checking for PDO includes configure:75450: checking for PDO includes configure:76515: checking size of char * configure:76534: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:76581: checking for usleep configure:76581: checking for nanosleep configure:76637: checking for time.h configure:76647: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:76769: checking for fdatasync in -lrt configure:76788: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:76873: checking for PostgreSQL support configure:78453: checking whether to enable POSIX-like functions configure:78787: checking for sys/mkdev.h configure:78797: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:78827: checking for seteuid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for setegid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for setsid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for getsid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for setpgid configure:78827: checking for getpgid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for ctermid configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for mkfifo configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for mknod configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for getrlimit configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for getlogin configure:78827: checking for getgroups configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78827: checking for makedev configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 Undefined first referenced symbol in file makedev /var/tmp//ccaqhVEB.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 78832 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char makedev(); 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 makedev(); 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_makedev) || defined (__stub___makedev) choke me #else makedev(); #endif ; return 0; } configure:78827: checking for initgroups configure:78855: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:78885: checking for PSPELL support configure:79616: checking for libedit readline replacement configure:79663: checking for readline support configure:81302: checking for recode support configure:82112: checking whether to enable reflection support configure:82426: checking whether to enable PHP sessions configure:82472: checking for mm support configure:82497: checking whether pwrite works configure:82530: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:82617: checking whether pread works configure:82650: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:83210: checking whether to enable shmop support configure:83545: checking whether to enable SimpleXML support configure:83623: checking for xml2-config path configure:83780: checking whether libxml build works configure:84183: checking for SNMP support configure:84229: checking OpenSSL dir for SNMP configure:86002: checking whether to enable UCD SNMP hack configure:86028: checking whether to enable SOAP support configure:86628: checking whether to enable sockets support configure:87123: checking for socketpair configure:87151: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:87237: checking for gethostbyname2 configure:87265: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 Undefined first referenced symbol in file gethostbyname2 /var/tmp//cc5Bmu08.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 87242 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname2(); 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 gethostbyname2(); 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_gethostbyname2) || defined (__stub___gethostbyname2) choke me #else gethostbyname2(); #endif ; return 0; } configure:87283: checking for __gethostbyname2 configure:87311: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 Undefined first referenced symbol in file __gethostbyname2 /var/tmp//ccK3wKxV.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 87288 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __gethostbyname2(); 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 __gethostbyname2(); 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___gethostbyname2) || defined (__stub_____gethostbyname2) choke me #else __gethostbyname2(); #endif ; return 0; } configure:87351: checking enable SPL suppport configure:87396: checking whether zend_object_value is packed configure:87415: gcc -o conftest -I/usr/local/include -O3 -I/usr/local/include/libxml2 -I/build/php-5.2.0/ext/date/lib -I/usr/local/mysql//include/mysql -I/build/php-5.2.0 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:87729: checking for sqlite support configure:87775: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1) configure:87806: checking for PDO includes configure:88148: checking for lemon configure:88578: checking size of char * configure:88659: checking for usleep configure:88659: checking for nanosleep configure:88715: checking for time.h configure:88762: checking for getcwd configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88762: checking for getwd configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88762: checking for asinh configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88774: warning: conflicting types for built-in function 'asinh' configure:88762: checking for acosh configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88774: warning: conflicting types for built-in function 'acosh' configure:88762: checking for atanh configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88774: warning: conflicting types for built-in function 'atanh' configure:88762: checking for log1p configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88774: warning: conflicting types for built-in function 'log1p' configure:88762: checking for hypot configure:88790: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88774: warning: conflicting types for built-in function 'hypot' configure:88867: checking for standard DES crypt configure:88897: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:88928: checking for extended DES crypt configure:88958: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: failed program was: #line 88939 "configure" #include "confdefs.h" #if HAVE_UNISTD_H #include #endif #if HAVE_CRYPT_H #include #endif main() { #if HAVE_CRYPT exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); #else exit(0); #endif } configure:88989: checking for MD5 crypt configure:89028: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: failed program was: #line 89000 "configure" #include "confdefs.h" #if HAVE_UNISTD_H #include #endif #if HAVE_CRYPT_H #include #endif main() { #if HAVE_CRYPT char salt[15], answer[40]; salt[0]='$'; salt[1]='1'; salt[2]='$'; salt[3]='r'; salt[4]='a'; salt[5]='s'; salt[6]='m'; salt[7]='u'; salt[8]='s'; salt[9]='l'; salt[10]='e'; salt[11]='$'; salt[12]='\0'; strcpy(answer,salt); strcat(answer,"rISCgZzpwk3UhDidwXvin0"); exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); #else exit(0); #endif } configure:89088: checking for Blowfish crypt configure:89124: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: failed program was: #line 89099 "configure" #include "confdefs.h" #if HAVE_UNISTD_H #include #endif #if HAVE_CRYPT_H #include #endif main() { #if HAVE_CRYPT char salt[30], answer[70]; salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0'; strcat(salt,"rasmuslerd............"); strcpy(answer,salt); strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra"); exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); #else exit(0); #endif } configure:89156: checking whether flush should be called explicitly after a buffered io configure:89205: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: failed program was: #line 89167 "configure" #include "confdefs.h" #include #include int main(int argc, char **argv) { char *filename = tmpnam(NULL); char buffer[64]; int result = 0; FILE *fp = fopen(filename, "wb"); if (NULL == fp) return 0; fputs("line 1\n", fp); fputs("line 2\n", fp); fclose(fp); fp = fopen(filename, "rb+"); if (NULL == fp) return 0; fgets(buffer, sizeof(buffer), fp); fputs("line 3\n", fp); rewind(fp); fgets(buffer, sizeof(buffer), fp); if (0 != strcmp(buffer, "line 1\n")) result = 1; fgets(buffer, sizeof(buffer), fp); if (0 != strcmp(buffer, "line 3\n")) result = 1; fclose(fp); unlink(filename); exit(result); } configure:89363: checking which regex library to use configure:89368: checking for working fnmatch configure:89383: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89409: checking whether rounding works as expected configure:89430: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89462: checking for fork configure:89490: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89524: checking if your OS can spawn processes with inherited handles configure:89541: checking for glob configure:89569: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89541: checking for strfmon configure:89569: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89553: warning: conflicting types for built-in function 'strfmon' configure:89541: checking for nice configure:89569: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:89607: checking for res_nmkquery configure:89635: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:90142: checking for res_nsend configure:90170: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:90677: checking for dn_expand configure:90705: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91212: checking for fpclass configure:91240: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91212: checking for isinf configure:91240: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 Undefined first referenced symbol in file isinf /var/tmp//ccnEn6f6.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 91217 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char isinf(); 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 isinf(); 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_isinf) || defined (__stub___isinf) choke me #else isinf(); #endif ; return 0; } configure:91212: checking for isnan configure:91240: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91266: checking whether atof() accepts NAN configure:91297: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91325: checking whether atof() accepts INF configure:91359: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: In function `main': configure:91354: error: `FP_PINF' undeclared (first use in this function) configure:91354: error: (Each undeclared identifier is reported only once configure:91354: error: for each function it appears in.) configure:91354: error: `FP_NINF' undeclared (first use in this function) configure: failed program was: #line 91336 "configure" #include "confdefs.h" #include #include #ifdef HAVE_ISINF #define zend_isinf(a) isinf(a) #elif defined(INFINITY) /* Might not work, but is required by ISO C99 */ #define zend_isinf(a) (((a)==INFINITY)?1:0) #elif defined(HAVE_FPCLASS) #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) #else #define zend_isinf(a) 0 #endif int main(int argc, char** argv) { return zend_isinf(atof("INF")) && zend_isinf(atof("-INF")) ? 0 : 1; } configure:91387: checking whether HUGE_VAL == INF configure:91421: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure: In function `main': configure:91416: error: `FP_PINF' undeclared (first use in this function) configure:91416: error: (Each undeclared identifier is reported only once configure:91416: error: for each function it appears in.) configure:91416: error: `FP_NINF' undeclared (first use in this function) configure: failed program was: #line 91398 "configure" #include "confdefs.h" #include #include #ifdef HAVE_ISINF #define zend_isinf(a) isinf(a) #elif defined(INFINITY) /* Might not work, but is required by ISO C99 */ #define zend_isinf(a) (((a)==INFINITY)?1:0) #elif defined(HAVE_FPCLASS) #define zend_isinf(a) ((fpclass(a) == FP_PINF) || (fpclass(a) == FP_NINF)) #else #define zend_isinf(a) 0 #endif int main(int argc, char** argv) { return zend_isinf(HUGE_VAL) ? 0 : 1; } configure:91449: checking whether HUGE_VAL + -HUGEVAL == NAN configure:91485: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91513: checking whether strptime() declaration fails configure:91535: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:91529: error: conflicting types for 'strptime' /usr/include/time.h:67: error: previous declaration of 'strptime' was here configure: failed program was: #line 91519 "configure" #include "confdefs.h" #include int main() { #ifndef HAVE_STRPTIME #error no strptime() on this platform #else /* use invalid strptime() declaration to see if it fails to compile */ int strptime(const char *s, const char *format, struct tm *tm); #endif ; return 0; } configure:91565: checking for wchar.h configure:91575: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:91604: checking for mblen configure:91632: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91659: checking for mbrlen configure:91687: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91659: checking for mbsinit configure:91687: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS -liconv -L/usr/local/lib -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -L/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6 -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql//lib/mysql -L/usr/local/mysql//lib/mysql conftest.c -lrt -lmysqlclient -liconv -lresolv -lm -ldl -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5 configure:91712: checking for mbstate_t configure:91731: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:92110: checking for Sybase support configure:92774: checking for Sybase-CT support configure:93848: checking whether to enable System V IPC support configure:94219: checking whether to enable System V semaphore support configure:94600: checking whether to enable System V shared memory support configure:94935: checking for TIDY support configure:95576: checking whether to enable tokenizer support configure:95913: checking whether to enable WDDX support configure:95986: checking libexpat dir for WDDX configure:96755: checking whether to enable XML support configure:96828: checking libexpat install dir configure:96860: checking for xml2-config path configure:97017: checking whether libxml build works configure:97567: checking whether to enable XMLReader support configure:97645: checking for xml2-config path configure:97802: checking whether libxml build works configure:98199: checking for XMLRPC-EPI support configure:98272: checking libexpat dir for XMLRPC-EPI configure:98297: checking iconv dir for XMLRPC-EPI configure:100695: checking whether to enable XMLWriter support configure:100773: checking for xml2-config path configure:100930: checking whether libxml build works configure:101295: checking for XSL support configure:101960: checking for zip archive read/writesupport configure:102586: checking whether to install PEAR configure:102696: checking for bison version configure:102753: checking for inttypes.h configure:102753: checking for stdint.h configure:102753: checking for limits.h configure:102753: checking for malloc.h configure:102763: gcc -E -D_POSIX_PTHREAD_SEMANTICS conftest.c >/dev/null 2>conftest.out configure:102753: checking for string.h configure:102753: checking for unistd.h configure:102753: checking for stdarg.h configure:102753: checking for sys/types.h configure:102753: checking for sys/time.h configure:102753: checking for signal.h configure:102753: checking for unix.h configure:102753: checking for stdlib.h configure:102753: checking for mach-o/dyld.h configure:102753: checking for dlfcn.h configure:102791: checking for size_t configure:102824: checking return type of signal handlers configure:102846: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:102870: checking for uint configure:102903: checking for ulong configure:102938: checking for int32_t configure:102959: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:102978: checking for uint32_t configure:102999: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103018: checking for vprintf configure:103123: checking for 8-bit clean memcmp configure:103141: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103161: checking for working alloca.h configure:103194: checking for alloca configure:103395: checking for memcpy configure:103395: checking for strdup configure:103395: checking for getpid configure:103423: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103395: checking for kill configure:103423: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103395: checking for strtod configure:103423: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103395: checking for strtol configure:103423: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103395: checking for finite configure:103423: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103395: checking for fpclass configure:103449: checking whether sprintf is broken configure:103464: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103498: checking for finite configure:103498: checking for isfinite configure:103526: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 Undefined first referenced symbol in file isfinite /var/tmp//ccki4v7s.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 103503 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char isfinite(); 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 isfinite(); 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_isfinite) || defined (__stub___isfinite) choke me #else isfinite(); #endif ; return 0; } configure:103498: checking for isinf configure:103498: checking for isnan configure:103553: checking whether fp_except is defined configure:103570: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure: In function `main': configure:103565: error: `fp_except' undeclared (first use in this function) configure:103565: error: (Each undeclared identifier is reported only once configure:103565: error: for each function it appears in.) configure:103565: error: syntax error before "x" configure: failed program was: #line 103559 "configure" #include "confdefs.h" #include int main() { fp_except x = (fp_except) 0; ; return 0; } configure:103600: checking for dlfcn.h configure:103638: checking whether dlsym() requires a leading underscore in symbol names configure:103706: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 Undefined first referenced symbol in file dlsym /var/tmp//ccZ5C2oo.o (symbol belongs to implicit dependency /usr/lib/libdl.so.1) dlopen /var/tmp//ccZ5C2oo.o (symbol belongs to implicit dependency /usr/lib/libdl.so.1) ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:103811: checking virtual machine dispatch method configure:103815: checking whether to enable thread-safety configure:103819: checking whether to enable inline optimization for GCC configure:103823: checking whether to enable a memory limit configure:103827: checking whether to enable Zend debugging configure:103831: checking whether to enable Zend multibyte configure:103916: checking for inline configure:103930: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:103959: checking target system is Darwin configure:103971: checking for MM alignment and log values configure:104015: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:104040: checking for memory allocation using mmap(MAP_ANON) configure:104084: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:104106: checking for memory allocation using mmap(/dev/zero) configure:104160: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:104184: checking for mremap configure:104212: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 Undefined first referenced symbol in file mremap /var/tmp//ccw423yB.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 104189 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mremap(); 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 mremap(); 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_mremap) || defined (__stub___mremap) choke me #else mremap(); #endif ; return 0; } configure:104279: checking for stdarg.h configure:105262: checking build system type configure:105291: checking for ld used by gcc configure:105363: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:105383: checking for /usr/ccs/bin/ld option to reload object files configure:105408: checking for BSD-compatible nm configure:105454: checking how to recognise dependent libraries configure:105632: checking for object suffix configure:105638: gcc -c -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:105658: checking for executable suffix configure:105668: gcc -o conftest -I/usr/local/include -O3 -D_POSIX_PTHREAD_SEMANTICS conftest.c 1>&5 configure:105859: checking for c++ configure:105891: checking whether the C++ compiler (which gcc -O3 -felide-constructors -fno-exceptions -fno-rtti ) works configure:105907: which gcc -o conftest -O3 -felide-constructors -fno-exceptions -fno-rtti -D_POSIX_PTHREAD_SEMANTICS conftest.C 1>&5 /usr/local/bin/gcc no -o in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no conftest in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no -O3 in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no -felide-constructors in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no -fno-exceptions in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no -fno-rtti in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no -D_POSIX_PTHREAD_SEMANTICS in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb no conftest.C in /usr/local/bin /usr/local/sbin /usr/ccs/bin /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb configure: failed program was: #line 105902 "configure" #include "confdefs.h" int main(){return(0);}