This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:2151: checking for Cygwin environment configure:2184: checking for mingw32 environment configure:2215: checking for egrep configure:2230: checking for a sed that does not truncate output configure:2380: checking host system type configure:2401: checking target system type configure:2524: checking for gcc configure:2637: checking whether the C compiler (gcc ) works configure:2653: gcc -o conftest conftest.c 1>&5 configure:2679: checking whether the C compiler (gcc ) is a cross-compiler configure:2684: checking whether we are using GNU C configure:2712: checking whether gcc accepts -g configure:2744: checking how to run the C preprocessor configure:2826: checking for icc configure:2850: checking for suncc configure:2875: checking whether gcc and cc understand -c and -o together configure:2926: checking how to run the C preprocessor configure:3006: checking for AIX configure:3030: checking whether ln -s works configure:3055: checking for system library directory configure:3081: checking whether to enable runpaths configure:3105: checking if compiler supports -R configure:3138: checking if compiler supports -Wl,-rpath, configure:3184: checking for gawk configure:3225: checking if nawk is broken configure:3244: checking for bison configure:3244: checking for byacc configure:3284: checking for bison version configure:3322: checking for re2c configure:3389: checking whether to enable computed goto gcc extension with re2c configure:3708: checking whether to force non-PIC code in shared modules configure:3738: checking whether /dev/urandom exists configure:3817: gcc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c 1>&5 configure:3837: checking for pthreads_cflags configure:3907: checking for pthreads_lib configure:4081: checking for AOLserver support configure:4338: checking for Apache 1.x module support via DSO through APXS configure:4661: checking for Apache 1.x module support configure:5494: checking whether to enable Apache charset compatibility option configure:5667: checking for Apache 2.0 filter-module support via DSO through APXS configure:6515: checking for Apache 2.0 handler-module support via DSO through APXS configure:7364: checking for Apache 1.x (hooks) module support via DSO through APXS configure:7687: checking for Apache 1.x (hooks) module support configure:8520: checking whether to enable Apache charset compatibility option configure:8694: checking for Caudium support configure:9045: checking for CLI build configure:9095: checking for Continuity support configure:9372: checking for embedded SAPI library support configure:9589: checking for Zeus ISAPI support configure:9835: checking for LiteSpeed support configure:10089: checking for Milter support configure:10373: checking for NSAPI support configure:10725: checking for PHTTPD support configure:10971: checking for Pi3Web support configure:11338: checking whether Roxen module is build using ZTS configure:11362: checking for Roxen/Pike support configure:11640: checking for thttpd configure:11901: checking for TUX configure:12147: checking for webjames configure:12681: checking for chosen SAPI module configure:12738: checking for sendmail configure:12777: checking whether system uses EBCDIC configure:12824: checking whether byte ordering is bigendian configure:12876: checking whether writing to stdout works configure:12980: checking for socket configure:13008: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:13237: checking for socketpair configure:13265: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:13494: checking for htonl configure:13522: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:13751: checking for gethostname configure:13779: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:14008: checking for gethostbyaddr configure:14036: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:14265: checking for yp_get_default_domain configure:14293: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccsEDLh4.o: In function `main': /root/php-5.3.0/configure:14287: undefined reference to `yp_get_default_domain' collect2: ld returned 1 exit status configure: failed program was: #line 14270 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char yp_get_default_domain(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char yp_get_default_domain(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_yp_get_default_domain) || defined (__stub___yp_get_default_domain) choke me #else yp_get_default_domain(); #endif ; return 0; } configure:14311: checking for __yp_get_default_domain configure:14339: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5 /tmp/ccOGl5if.o: In function `main': /root/php-5.3.0/configure:14333: undefined reference to `__yp_get_default_domain' collect2: ld returned 1 exit status configure: failed program was: #line 14316 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __yp_get_default_domain(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __yp_get_default_domain(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___yp_get_default_domain) || defined (__stub_____yp_get_default_domain) choke me #else __yp_get_default_domain(); #endif ; return 0; } configure:14377: checking for yp_get_default_domain in -lnsl configure:14396: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 configure:14471: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 configure:14523: checking for dlopen configure:14551: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 /tmp/ccUpDTAC.o: In function `main': /root/php-5.3.0/configure:14545: undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 14528 "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:14569: checking for __dlopen configure:14597: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5 /tmp/ccw8nxGQ.o: In function `main': /root/php-5.3.0/configure:14591: undefined reference to `__dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 14574 "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:14635: checking for dlopen in -ldl configure:14654: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldl -lnsl 1>&5 configure:14729: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl -ldl 1>&5 configure:14781: checking for sin in -lm configure:14834: checking for inet_aton configure:14862: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure:15228: checking for ANSI C header files configure:15336: checking for dirent.h that defines DIR configure:15374: checking for opendir in -ldir configure:15515: checking for inttypes.h configure:15515: checking for stdint.h configure:15515: checking for dirent.h configure:15515: checking for ApplicationServices/ApplicationServices.h configure:15515: checking for sys/param.h configure:15515: checking for sys/types.h configure:15515: checking for sys/time.h configure:15515: checking for netinet/in.h configure:15515: checking for alloca.h configure:15515: checking for arpa/inet.h configure:15515: checking for arpa/nameser.h configure:15515: checking for assert.h configure:15515: checking for crypt.h configure:15515: checking for fcntl.h configure:15515: checking for grp.h configure:15515: checking for ieeefp.h configure:15515: checking for langinfo.h configure:15515: checking for limits.h configure:15515: checking for locale.h configure:15515: checking for monetary.h configure:15515: checking for netdb.h configure:15515: checking for pwd.h configure:15515: checking for resolv.h configure:15515: checking for signal.h configure:15515: checking for stdarg.h configure:15515: checking for stdlib.h configure:15515: checking for string.h configure:15515: checking for syslog.h configure:15515: checking for sysexits.h configure:15515: checking for sys/ioctl.h configure:15515: checking for sys/file.h configure:15515: checking for sys/mman.h configure:15515: checking for sys/mount.h configure:15515: checking for sys/poll.h configure:15515: checking for sys/resource.h configure:15515: checking for sys/select.h configure:15515: checking for sys/socket.h configure:15515: checking for sys/stat.h configure:15515: checking for sys/statfs.h configure:15515: checking for sys/statvfs.h configure:15515: checking for sys/vfs.h configure:15515: checking for sys/sysexits.h configure:15515: checking for sys/varargs.h configure:15515: checking for sys/wait.h configure:15515: checking for sys/loadavg.h configure:15515: checking for termios.h configure:15515: checking for unistd.h configure:15515: checking for unix.h configure:15515: checking for utime.h configure:15515: checking for sys/utsname.h configure:15515: checking for sys/ipc.h configure:15515: checking for dlfcn.h configure:15515: checking for assert.h configure:15560: checking for mach-o/dyld.h configure:15601: checking for fopencookie configure:15661: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:15712: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:15705: warning: incompatible implicit declaration of built-in function 'exit' configure:15776: checking for broken getcwd configure:15791: checking for broken libc stdio configure:15852: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5 configure: In function 'main': configure:15836: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 15824 "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:15880: checking whether struct tm is in sys/time.h or time.h configure:15914: checking for tm_zone in struct tm configure:15986: checking for missing declarations of reentrant functions configure:15995: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16020: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16045: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16070: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16095: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16116: checking for fclose declaration configure:16125: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:16151: checking for tm_gmtoff in struct tm configure:16187: checking for struct flock configure:16229: checking for socklen_t configure:16272: checking size of size_t configure:16311: checking size of long long configure:16350: checking size of long long int configure:16389: checking size of long configure:16428: checking size of int configure:16469: checking size of intmax_t configure:16549: checking size of ssize_t configure:16629: checking size of ptrdiff_t configure:16709: checking for st_blksize in struct stat configure:16744: checking for st_blocks in struct stat configure:16784: checking for st_rdev in struct stat configure:16819: checking for size_t configure:16852: checking for uid_t in sys/types.h configure:16888: checking for struct sockaddr_storage configure:16922: checking for field sa_len in struct sockaddr configure:16959: checking for IPv6 support configure:16989: checking for vprintf configure:17179: checking for alphasort configure:17179: checking for asctime_r configure:17179: checking for chroot configure:17179: checking for ctime_r configure:17179: checking for cuserid configure:17179: checking for crypt configure:17179: checking for flock configure:17179: checking for ftok configure:17179: checking for funopen configure:17179: checking for gai_strerror configure:17179: checking for gcvt configure:17179: checking for getloadavg configure:17179: checking for getlogin configure:17179: checking for getprotobyname configure:17179: checking for getprotobynumber configure:17179: checking for getservbyname configure:17179: checking for getservbyport configure:17179: checking for gethostname configure:17179: checking for getrusage configure:17179: checking for gettimeofday configure:17179: checking for gmtime_r configure:17179: checking for getpwnam_r configure:17179: checking for getgrnam_r configure:17179: checking for getpwuid_r configure:17179: checking for grantpt configure:17179: checking for inet_ntoa configure:17179: checking for inet_ntop configure:17179: checking for inet_pton configure:17179: checking for isascii configure:17179: checking for link configure:17179: checking for localtime_r configure:17179: checking for lockf configure:17179: checking for lchown configure:17179: checking for lrand48 configure:17179: checking for memcpy configure:17179: checking for memmove configure:17179: checking for mkstemp configure:17179: checking for mmap configure:17179: checking for nl_langinfo configure:17179: checking for perror configure:17179: checking for poll configure:17179: checking for ptsname configure:17179: checking for putenv configure:17179: checking for realpath configure:17179: checking for random configure:17179: checking for rand_r configure:17179: checking for res_search configure:17179: checking for scandir configure:17179: checking for setitimer configure:17179: checking for setlocale configure:17179: checking for localeconv configure:17179: checking for setenv configure:17179: checking for setpgid configure:17179: checking for setsockopt configure:17179: checking for setvbuf configure:17179: checking for shutdown configure:17179: checking for sin configure:17179: checking for snprintf configure:17179: checking for srand48 configure:17179: checking for srandom configure:17179: checking for statfs configure:17179: checking for statvfs configure:17179: checking for std_syslog configure:17179: checking for strcasecmp configure:17179: checking for strcoll configure:17179: checking for strdup configure:17179: checking for strerror configure:17179: checking for strftime configure:17179: checking for strnlen configure:17179: checking for strptime configure:17179: checking for strstr configure:17179: checking for strtok_r configure:17179: checking for symlink configure:17179: checking for tempnam configure:17179: checking for tzset configure:17179: checking for unlockpt configure:17179: checking for unsetenv configure:17179: checking for usleep configure:17179: checking for nanosleep configure:17179: checking for utime configure:17179: checking for vsnprintf configure:17179: checking for vasprintf configure:17179: checking for asprintf configure:17233: checking for getaddrinfo configure:17323: checking for strlcat configure:17323: checking for strlcpy configure:17323: checking for getopt configure:17378: checking whether utime accepts a null argument configure:17425: checking for working alloca.h configure:17458: checking for alloca configure:17658: checking for declared timezone configure:17705: checking for type of reentrant time-related functions configure:17804: checking for readdir_r configure:17854: checking for type of readdir_r configure:17953: checking for in_addr_t configure:17992: checking for crypt_r configure:18177: checking whether to include gcov symbols configure:18340: checking whether to include debugging symbols configure:18391: checking layout of installed files configure:18426: checking path to configuration file configure:18460: checking where to scan for configuration files configure:18496: checking whether to enable safe mode by default configure:18531: checking for safe mode exec dir configure:18575: checking whether to enable PHP's own SIGCHLD handler configure:18613: checking whether to enable magic quotes by default configure:18651: checking whether to explicitly link against libgcc configure:18731: checking whether to enable short tags by default configure:18769: checking whether to enable dmalloc configure:18857: checking whether to enable IPv6 support configure:18887: checking how big to make fd sets configure:18958: checking size of long configure:18997: checking size of int configure:19037: checking for int32_t configure:19085: checking for uint32_t configure:19142: checking for sys/types.h configure:19142: checking for inttypes.h configure:19142: checking for stdint.h configure:19142: checking for string.h configure:19142: checking for stdlib.h configure:19182: checking for strtoll configure:19182: checking for atoll configure:19182: checking for strftime configure:19675: checking which regex library to use configure:20092: checking whether to enable LIBXML support configure:20140: checking libxml2 install dir configure:20169: checking for xml2-config path configure:20327: checking whether libxml build works configure:20719: checking for OpenSSL support configure:20766: checking for Kerberos support configure:22651: checking for PCRE library to use configure:22988: checking whether to enable the SQLite3 extension configure:23646: checking bundled sqlite3 library configure:23984: checking for ZLIB support configure:24031: checking if the location of ZLIB install directory is defined configure:24636: checking whether to enable bc style precision math functions configure:25004: checking for BZip2 support configure:25652: checking whether to enable calendar conversion support configure:25999: checking whether to enable ctype functions configure:26346: checking for cURL support configure:26393: checking if we should use cURL for url streams configure:28423: checking for QDBM support configure:28754: checking for GDBM support configure:29071: checking for NDBM support configure:29382: checking for Berkeley DB4 support configure:29705: checking for Berkeley DB3 support configure:30028: checking for Berkeley DB2 support configure:30267: checking for DB1 support configure:30622: checking for DBM support configure:31031: checking for CDB support configure:31062: checking for INI File support configure:31093: checking for FlatFile support configure:31108: checking whether to enable DBA interface configure:31438: checking whether to enable DOM support configure:31517: checking for xml2-config path configure:31675: checking whether libxml build works configure:32125: checking for ENCHANT support configure:32624: checking whether to enable EXIF (metadata from images) support configure:32971: checking for fileinfo support configure:33324: checking for utimes configure:33324: checking for strndup configure:33390: checking whether to enable input filter support configure:33437: checking pcre install prefix configure:33856: checking whether to enable FTP support configure:33903: checking OpenSSL dir for FTP configure:34920: checking for GD support configure:34968: checking for the location of libjpeg configure:34996: checking for the location of libpng configure:35051: checking for the location of libXpm configure:35077: checking for FreeType 2 configure:35103: checking for T1lib support configure:35129: checking whether to enable truetype string function in GD configure:35155: checking whether to enable JIS-mapped Japanese font support in GD configure:43195: checking for GNU gettext support configure:43956: checking for GNU MP support configure:44742: checking for mhash support configure:44789: checking whether to enable hash support configure:44850: checking whether byte ordering is bigendian configure:44901: checking size of short configure:44940: checking size of int configure:44979: checking size of long configure:45018: checking size of long long configure:45386: checking for iconv support configure:45449: checking for iconv configure:46065: checking if iconv is glibc's configure:46074: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib conftest.c -lm -ldl -lnsl -lxml2 -lxml2 1>&5 configure:46359: checking if iconv supports errno configure:46394: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib conftest.c -lm -ldl -lnsl -lxml2 -lxml2 1>&5 configure:46426: checking if your cpp allows macro usage in include lines configure:46438: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:46794: checking for IMAP support configure:46841: checking for IMAP Kerberos support configure:46867: checking for IMAP SSL support configure:49302: checking for InterBase support configure:50240: checking whether to enable internationalization support configure:51271: checking whether to enable JavaScript Object Serialization support configure:51320: checking for ANSI C header files configure:51750: checking for LDAP support configure:51797: checking for LDAP Cyrus SASL support configure:54636: checking whether to enable multibyte string support configure:54683: checking whether to enable multibyte regex support configure:54709: checking whether to check multibyte regex backtrack configure:54735: checking for external libmbfl configure:54761: checking for external oniguruma configure:56843: checking for mcrypt support configure:57689: checking for MSSQL support via FreeTDS configure:58353: checking for MySQL support configure:58400: checking for specified location of the MySQL UNIX socket configure:58456: checking for MySQL UNIX socket location configure:58647: checking for mysql_close in -lmysqlclient configure:58666: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql -L/usr/lib conftest.c -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 1>&5 configure:59607: checking for MySQLi support configure:59654: checking whether to enable embedded MySQLi support configure:60643: checking for Oracle (OCI8) support configure:64339: checking whether to enable pcntl support configure:64916: checking whether to enable PDO support configure:65353: checking for PDO_DBLIB support via FreeTDS configure:66073: checking for Firebird support for PDO configure:67064: checking for MySQL support for PDO configure:68572: checking Oracle OCI support for PDO configure:70611: checking for ODBC v3 support for PDO configure:71743: checking for PostgreSQL support for PDO configure:72626: checking for sqlite 3 support for PDO configure:72678: checking for PDO includes configure:72684: checking for PDO includes configure:73868: checking for usleep configure:73868: checking for nanosleep configure:73924: checking for time.h configure:74058: checking for fdatasync in -lrt configure:74158: checking for PostgreSQL support configure:75880: checking for phar archive support configure:76217: checking for phar openssl support configure:76292: checking whether to enable POSIX-like functions configure:76637: checking for sys/mkdev.h configure:76677: checking for seteuid configure:76677: checking for setegid configure:76677: checking for setsid configure:76677: checking for getsid configure:76677: checking for setpgid configure:76677: checking for getpgid configure:76677: checking for ctermid configure:76677: checking for mkfifo configure:76677: checking for mknod configure:76677: checking for getrlimit configure:76677: checking for getlogin configure:76677: checking for getgroups configure:76677: checking for makedev configure:76677: checking for initgroups configure:76677: checking for getpwuid_r configure:76677: checking for getgrgid_r configure:76731: checking for working ttyname_r() implementation configure:76751: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 1>&5 configure:76773: checking for utsname.domainname configure:76822: checking for PSPELL support configure:77568: checking for libedit readline replacement configure:77616: checking for readline support configure:79026: checking for recode support configure:80149: checking whether to enable PHP sessions configure:80196: checking for mm support configure:80221: checking whether pwrite works configure:80341: checking whether pread works configure:80947: checking whether to enable shmop support configure:81294: checking whether to enable SimpleXML support configure:81373: checking for xml2-config path configure:81531: checking whether libxml build works configure:81946: checking for SNMP support configure:81993: checking OpenSSL dir for SNMP configure:82019: checking whether to enable UCD SNMP hack configure:83822: checking whether to enable SOAP support configure:84436: checking whether to enable sockets support configure:84938: checking whether zend_object_value is packed configure:84957: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/root/php-5.3.0/ext/date/lib -I/root/php-5.3.0/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/include/mysql -I/root/php-5.3.0/ext/sqlite3/libsqlite -I/root/php-5.3.0 -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 1>&5 configure: failed program was: #line 84948 "configure" #include "confdefs.h" #include "Zend/zend_types.h" int main(int argc, char **argv) { return ((sizeof(zend_object_handle) + sizeof(zend_object_handlers*)) == sizeof(zend_object_value)) ? 0 : 1; } configure:85321: checking for sqlite support configure:85368: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1) configure:85399: checking for PDO includes configure:85743: checking for lemon configure:86184: checking size of char * configure:86265: checking for usleep configure:86265: checking for nanosleep configure:86321: checking for time.h configure:86362: checking whether flush should be called explicitly after a buffered io configure:86439: checking for crypt in -lcrypt configure:86487: checking for standard DES crypt configure:86538: checking for extended DES crypt configure:86589: checking for MD5 crypt configure:86649: checking for Blowfish crypt configure:86816: checking for getcwd configure:86816: checking for getwd configure:86816: checking for asinh configure:86816: checking for acosh configure:86816: checking for atanh configure:86816: checking for log1p configure:86816: checking for hypot configure:86816: checking for glob configure:86816: checking for strfmon configure:86816: checking for nice configure:86816: checking for fpclass configure:86816: checking for isinf configure:86816: checking for isnan configure:86869: checking for working fnmatch configure:86915: checking for fork configure:86975: checking if your OS can spawn processes with inherited handles configure:86999: checking for res_nmkquery configure:87027: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccOZpUgD.o: In function `main': /root/php-5.3.0/configure:87021: undefined reference to `res_nmkquery' collect2: ld returned 1 exit status configure: failed program was: #line 87004 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_nmkquery(); 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_nmkquery(); 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_nmkquery) || defined (__stub___res_nmkquery) choke me #else res_nmkquery(); #endif ; return 0; } configure:87045: checking for __res_nmkquery configure:87073: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccAVpt9V.o: In function `main': /root/php-5.3.0/configure:87067: undefined reference to `__res_nmkquery' collect2: ld returned 1 exit status configure: failed program was: #line 87050 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_nmkquery(); 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_nmkquery(); 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_nmkquery) || defined (__stub_____res_nmkquery) choke me #else __res_nmkquery(); #endif ; return 0; } configure:87111: checking for res_nmkquery in -lresolv configure:87130: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccCkUwse.o: In function `main': /root/php-5.3.0/configure:87126: undefined reference to `res_nmkquery' collect2: ld returned 1 exit status configure: failed program was: #line 87119 "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 res_nmkquery(); int main() { res_nmkquery() ; return 0; } configure:87150: checking for __res_nmkquery in -lresolv configure:87169: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:87205: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt -lresolv 1>&5 configure:87534: checking for res_nsend configure:87562: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccECtKhe.o: In function `main': /root/php-5.3.0/configure:87556: undefined reference to `res_nsend' collect2: ld returned 1 exit status configure: failed program was: #line 87539 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_nsend(); 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_nsend(); 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_nsend) || defined (__stub___res_nsend) choke me #else res_nsend(); #endif ; return 0; } configure:87580: checking for __res_nsend configure:87608: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:88069: checking for res_search configure:88097: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccYDvSuv.o: In function `main': /root/php-5.3.0/configure:88091: undefined reference to `res_search' collect2: ld returned 1 exit status configure: failed program was: #line 88074 "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:88115: checking for __res_search configure:88143: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:88604: checking for dn_expand configure:88632: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccM5rWG8.o: In function `main': /root/php-5.3.0/configure:88626: undefined reference to `dn_expand' collect2: ld returned 1 exit status configure: failed program was: #line 88609 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dn_expand(); 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 dn_expand(); 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_dn_expand) || defined (__stub___dn_expand) choke me #else dn_expand(); #endif ; return 0; } configure:88650: checking for __dn_expand configure:88678: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:89139: checking for dn_skipname configure:89167: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccojwWfQ.o: In function `main': /root/php-5.3.0/configure:89161: undefined reference to `dn_skipname' collect2: ld returned 1 exit status configure: failed program was: #line 89144 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dn_skipname(); 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 dn_skipname(); 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_dn_skipname) || defined (__stub___dn_skipname) choke me #else dn_skipname(); #endif ; return 0; } configure:89185: checking for __dn_skipname configure:89213: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:89676: checking for res_mkquery configure:89704: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccyUHmxq.o: In function `main': /root/php-5.3.0/configure:89698: undefined reference to `res_mkquery' collect2: ld returned 1 exit status configure: failed program was: #line 89681 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_mkquery(); 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_mkquery(); 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_mkquery) || defined (__stub___res_mkquery) choke me #else res_mkquery(); #endif ; return 0; } configure:89722: checking for __res_mkquery configure:89750: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:90211: checking for res_send configure:90239: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 /tmp/ccqlceKJ.o: In function `main': /root/php-5.3.0/configure:90233: undefined reference to `res_send' collect2: ld returned 1 exit status configure: failed program was: #line 90216 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_send(); 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_send(); 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_send) || defined (__stub___res_send) choke me #else res_send(); #endif ; return 0; } configure:90257: checking for __res_send configure:90285: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/local/lib/mysql -L/usr/local/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lm -ldl -lnsl -lxml2 -lxml2 -lxml2 -lcrypt 1>&5 configure:90742: checking whether atof() accepts NAN configure:90800: checking whether atof() accepts INF configure:90861: checking whether HUGE_VAL == INF configure:90922: checking whether HUGE_VAL + -HUGEVAL == NAN configure:90985: checking whether strptime() declaration fails configure:91035: checking for wchar.h configure:91074: checking for mblen configure:91129: checking for mbrlen configure:91129: checking for mbsinit configure:91182: checking for mbstate_t configure:91588: checking for Sybase-CT support configure:92678: checking whether to enable System V IPC support configure:93061: checking whether to enable System V semaphore support configure:93454: checking whether to enable System V shared memory support configure:93801: checking for TIDY support configure:94456: checking whether to enable tokenizer support configure:94805: checking whether to enable WDDX support configure:94880: checking libexpat dir for WDDX configure:95663: checking whether to enable XML support configure:95738: checking libexpat install dir configure:95770: checking for xml2-config path configure:95928: checking whether libxml build works configure:96491: checking whether to enable XMLReader support configure:96570: checking for xml2-config path configure:96728: checking whether libxml build works configure:97137: checking for XMLRPC-EPI support configure:97212: checking libexpat dir for XMLRPC-EPI configure:97238: checking iconv dir for XMLRPC-EPI configure:99669: checking whether to enable XMLWriter support configure:99748: checking for xml2-config path configure:99906: checking whether libxml build works configure:100283: checking for XSL support configure:100962: checking for zip archive read/writesupport configure:101037: checking pcre install prefix configure:101609: checking whether to enable threaded fetch in mysqlnd configure:102296: checking whether to install PEAR configure:102401: checking for bison version configure:102457: checking for inttypes.h configure:102457: checking for stdint.h configure:102457: checking for limits.h configure:102457: checking for malloc.h configure:102457: checking for string.h configure:102457: checking for unistd.h configure:102457: checking for stdarg.h configure:102457: checking for sys/types.h configure:102457: checking for sys/time.h configure:102457: checking for signal.h configure:102457: checking for unix.h configure:102457: checking for stdlib.h configure:102457: checking for dlfcn.h configure:102504: checking for mach-o/dyld.h configure:102544: checking for size_t configure:102577: checking return type of signal handlers configure:102623: checking for uint configure:102656: checking for ulong configure:102691: checking for int32_t configure:102712: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:102731: checking for uint32_t configure:102752: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:102771: checking for vprintf configure:102876: checking for 8-bit clean memcmp configure:102914: checking for working alloca.h configure:102947: checking for alloca configure:103148: checking for memcpy configure:103148: checking for strdup configure:103148: checking for getpid configure:103148: checking for kill configure:103148: checking for strtod configure:103148: checking for strtol configure:103148: checking for finite configure:103148: checking for fpclass configure:103148: checking for sigsetjmp configure:103202: checking whether sprintf is broken configure:103251: checking for finite configure:103251: checking for isfinite configure:103251: checking for isinf configure:103251: checking for isnan configure:103306: checking whether fp_except is defined configure:103350: checking for usable _FPU_SETCW configure:103372: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:103393: checking for usable fpsetprec configure:103414: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:103397:32: error: machine/ieeefp.h: No such file or directory configure: In function 'main': configure:103401: error: 'fp_prec_t' undeclared (first use in this function) configure:103401: error: (Each undeclared identifier is reported only once configure:103401: error: for each function it appears in.) configure:103401: error: expected ';' before 'fpu_oldprec' configure:103406: error: 'fpu_oldprec' undeclared (first use in this function) configure:103407: error: 'FP_PD' undeclared (first use in this function) configure: failed program was: #line 103395 "configure" #include "confdefs.h" #include int main() { fp_prec_t fpu_oldprec; volatile double result; double a = 2877.0; volatile double b = 1000000.0; fpu_oldprec = fpgetprec(); fpsetprec(FP_PD); result = a / b; fpsetprec(fpu_oldprec); ; return 0; } configure:103435: checking for usable _controlfp configure:103456: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:103449: error: '_PC_53' undeclared (first use in this function) configure:103449: error: (Each undeclared identifier is reported only once configure:103449: error: for each function it appears in.) configure:103449: error: '_MCW_PC' undeclared (first use in this function) configure: failed program was: #line 103437 "configure" #include "confdefs.h" #include int main() { unsigned int fpu_oldcw; volatile double result; double a = 2877.0; volatile double b = 1000000.0; fpu_oldcw = _controlfp(0, 0); _controlfp(_PC_53, _MCW_PC); result = a / b; _controlfp(fpu_oldcw, _MCW_PC); ; return 0; } configure:103477: checking for usable _controlfp_s configure:103499: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:103492: error: '_PC_53' undeclared (first use in this function) configure:103492: error: (Each undeclared identifier is reported only once configure:103492: error: for each function it appears in.) configure:103492: error: '_MCW_PC' undeclared (first use in this function) configure: failed program was: #line 103479 "configure" #include "confdefs.h" #include int main() { unsigned int fpu_oldcw, fpu_cw; volatile double result; double a = 2877.0; volatile double b = 1000000.0; _controlfp_s(&fpu_cw, 0, 0); fpu_oldcw = fpu_cw; _controlfp_s(&fpu_cw, _PC_53, _MCW_PC); result = a / b; _controlfp_s(&fpu_cw, fpu_oldcw, _MCW_PC); ; return 0; } configure:103520: checking whether FPU control word can be manipulated by inline assembler configure:103544: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:103566: checking whether double cast to long preserves least significant bits configure:103598: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:103584: warning: incompatible implicit declaration of built-in function 'exit' configure:103590: warning: incompatible implicit declaration of built-in function 'exit' configure:103593: warning: incompatible implicit declaration of built-in function 'exit' configure: failed program was: #line 103574 "configure" #include "confdefs.h" #include int main() { if (sizeof(long) == 4) { double d = (double) LONG_MIN * LONG_MIN + 2e9; if ((long) d == 2e9 && (long) -d == -2e9) { exit(0); } } else if (sizeof(long) == 8) { double correct = 18e18 - ((double) LONG_MIN * -2); /* Subtract ULONG_MAX + 1 */ if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */ exit(0); } } exit(1); } configure:103624: checking for dlfcn.h configure:103662: checking whether dlsym() requires a leading underscore in symbol names configure:103730: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:103726: warning: incompatible implicit declaration of built-in function 'exit' /tmp/ccyCHX4N.o: In function `main': /root/php-5.3.0/configure:103716: undefined reference to `dlopen' /root/php-5.3.0/configure:103721: undefined reference to `dlsym' /root/php-5.3.0/configure:103722: undefined reference to `dlsym' collect2: ld returned 1 exit status configure:103813: checking virtual machine dispatch method configure:103817: checking whether to enable thread-safety configure:103821: checking whether to enable inline optimization for GCC configure:103825: checking whether to enable Zend debugging configure:103829: checking whether to enable Zend multibyte configure:103902: checking for inline configure:103945: checking target system is Darwin configure:103957: checking for MM alignment and log values configure:104001: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure: In function 'main': configure:103996: warning: incompatible implicit declaration of built-in function 'exit' configure:104026: checking for memory allocation using mmap(MAP_ANON) configure:104070: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:104092: checking for memory allocation using mmap(/dev/zero) configure:104146: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:104170: checking for mremap configure:104265: checking for stdarg.h configure:105279: checking build system type configure:105308: checking for ld used by gcc configure:105380: checking if the linker (/usr/bin/ld) is GNU ld configure:105400: checking for /usr/bin/ld option to reload object files configure:105425: checking for BSD-compatible nm configure:105471: checking how to recognise dependent libraries configure:105649: checking for object suffix configure:105675: checking for executable suffix configure:105776: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:105926: checking the maximum length of command line arguments configure:106027: checking command to parse /usr/bin/nm -B output from gcc object configure:106216: checking for objdir configure:106282: checking for ar configure:106349: checking for ranlib configure:106416: checking for strip configure:106753: checking if gcc static flag works configure:106803: checking if gcc supports -fno-rtti -fno-exceptions configure:106853: checking for gcc option to produce PIC configure:107072: checking if gcc PIC flag -fPIC works configure:107089: gcc -c -I/usr/include -g -O2 -fvisibility=hidden -fPIC -DPIC conftest.c 1>&5 configure:107093: $? = 0 configure:107131: checking if gcc supports -c -o file.o configure:107202: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:108063: checking whether -lc should be explicitly linked in configure:108067: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:108080: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:108099: checking dynamic linker characteristics configure:108474: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5 configure:108673: checking how to hardcode library paths into programs configure:108711: checking whether stripping libraries is possible configure:109296: checking if libtool supports shared libraries configure:109300: checking whether to build shared libraries configure:109323: checking whether to build static libraries