This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:1656: checking host system type
configure:1756: checking for gcc
configure:1869: checking whether the C compiler (gcc  ) works
configure:1885: gcc -o conftest    conftest.c  1>&5
configure:1911: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1916: checking whether we are using GNU C
configure:1944: checking whether gcc accepts -g
configure:1977: checking whether gcc and cc understand -c and -o together
configure:2028: checking how to run the C preprocessor
configure:2109: checking for AIX
configure:2136: checking if compiler supports -R
configure:2169: checking if compiler supports -Wl,-rpath,
configure:2210: checking for re2c
configure:2239: checking whether ln -s works
configure:2264: checking for gawk
configure:2298: checking for bison
configure:2332: checking bison version
configure:2342: checking for flex
configure:2376: checking for yywrap in -lfl
configure:2419: checking lex output file root
configure:2440: checking whether yytext is a pointer
configure:2483: checking for working const
configure:2562: checking flex version
configure:2578: checking whether byte ordering is bigendian
configure:2671: checking whether to force non-PIC code in shared modules
configure:2788: gcc -o conftest -g -O2 -pthread   conftest.c  1>&5
configure:2808: checking for pthreads_cflags
configure:2871: checking for pthreads_lib
configure:3002: checking for AOLserver support
configure:3243: checking for Apache 1.x module support via DSO through APXS
configure:3546: checking for Apache 1.x module support
configure:4381: checking for mod_charset compatibility option
configure:4518: checking for Apache 2.0 filter-module support via DSO through APXS
configure:5340: checking for Apache 2.0 handler-module support via DSO through APXS
configure:6163: checking for Caudium support
configure:6493: checking for CLI build
configure:6553: checking for embedded SAPI library support
configure:6756: checking for Zeus ISAPI support
configure:6986: checking for NSAPI support
configure:7327: checking for PHTTPD support
configure:7556: checking for Pi3Web support
configure:7885: checking for Roxen/Pike support
configure:8154: checking for Servlet support
configure:8672: checking for thttpd
configure:8898: checking for TUX
configure:9132: checking for webjames
configure:9206: checking for CGI build
configure:9230: checking whether writing to stdout works
configure:9259: gcc -o conftest -g -O2   conftest.c  1>&5
configure:9288: checking whether to force Apache CGI redirect
configure:9302: checking whether to discard path_info + path_translated
configure:9315: checking whether to enable path info checking
configure:9328: checking whether to enable fastcgi support
configure:9553: checking for chosen SAPI module
configure:10458: checking for missing declarations of reentrant functions
configure:10467: gcc -c -g -O2  conftest.c 1>&5
configure:10492: gcc -c -g -O2  conftest.c 1>&5
configure:10517: gcc -c -g -O2  conftest.c 1>&5
configure:10542: gcc -c -g -O2  conftest.c 1>&5
configure:10567: gcc -c -g -O2  conftest.c 1>&5
configure:10591: checking for sendmail
configure:10632: checking whether system uses EBCDIC
configure:10724: checking for socket
configure:10752: gcc -o conftest -g -O2   conftest.c  1>&5
configure:10981: checking for htonl
configure:11009: gcc -o conftest -g -O2   conftest.c  1>&5
configure:11238: checking for gethostname
configure:11266: gcc -o conftest -g -O2   conftest.c  1>&5
configure:11495: checking for gethostbyaddr
configure:11523: gcc -o conftest -g -O2   conftest.c  1>&5
configure:11752: checking for yp_get_default_domain
configure:11780: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccX7sP8D.o: In function `main':
/home/ovh/src/php-4.4.0/configure:11774: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11757 "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 <assert.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 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:11798: checking for __yp_get_default_domain
configure:11826: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccqTJHFV.o: In function `main':
/home/ovh/src/php-4.4.0/configure:11820: undefined reference to `__yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11803 "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 <assert.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 __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:11864: checking for yp_get_default_domain in -lnsl
configure:11883: gcc -o conftest -g -O2   conftest.c -lnsl   1>&5
configure:11958: gcc -o conftest -g -O2   conftest.c  -lnsl 1>&5
configure:12010: checking for dlopen
configure:12038: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccyCR7fk.o: In function `main':
/home/ovh/src/php-4.4.0/configure:12032: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12015 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen(); below.  */
#include <assert.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 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:12056: checking for __dlopen
configure:12084: gcc -o conftest -g -O2   conftest.c -lnsl  1>&5
/tmp/ccFEbk5B.o: In function `main':
/home/ovh/src/php-4.4.0/configure:12078: undefined reference to `__dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12061 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __dlopen(); below.  */
#include <assert.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 __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:12122: checking for dlopen in -ldl
configure:12141: gcc -o conftest -g -O2   conftest.c -ldl  -lnsl  1>&5
configure:12216: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl 1>&5
configure:12268: checking for sin in -lm
configure:12321: checking for res_search
configure:12349: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/ccNAfSNa.o: In function `main':
/home/ovh/src/php-4.4.0/configure:12343: undefined reference to `res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12326 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_search(); below.  */
#include <assert.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_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:12367: checking for __res_search
configure:12395: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  1>&5
/tmp/cccCgGof.o: In function `main':
/home/ovh/src/php-4.4.0/configure:12389: undefined reference to `__res_search'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12372 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __res_search(); below.  */
#include <assert.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_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:12433: checking for res_search in -lresolv
configure:12452: gcc -o conftest -g -O2   conftest.c -lresolv  -lm -ldl -lnsl  1>&5
configure:12527: gcc -o conftest -g -O2   conftest.c -lm -ldl -lnsl  -lresolv 1>&5
configure:12857: checking for inet_aton
configure:12885: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:13253: checking for dn_skipname
configure:13281: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
/tmp/ccHjibG4.o: In function `main':
/home/ovh/src/php-4.4.0/configure:13275: undefined reference to `dn_skipname'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13258 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dn_skipname(); below.  */
#include <assert.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 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:13299: checking for __dn_skipname
configure:13327: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:13647: checking for ANSI C header files
configure:13755: checking for dirent.h that defines DIR
configure:13793: checking for opendir in -ldir
configure:13878: checking for fclose declaration
configure:13887: gcc -c -g -O2  conftest.c 1>&5
configure:13964: checking for inttypes.h
configure:13964: checking for stdint.h
configure:13964: checking for dirent.h
configure:13964: checking for ApplicationServices/ApplicationServices.h
configure:13964: checking for sys/param.h
configure:13964: checking for sys/types.h
configure:13964: checking for sys/time.h
configure:13964: checking for netinet/in.h
configure:13964: checking for alloca.h
configure:13964: checking for arpa/inet.h
configure:13964: checking for arpa/nameser.h
configure:13964: checking for assert.h
configure:13964: checking for crypt.h
configure:13964: checking for fcntl.h
configure:13964: checking for grp.h
configure:13964: checking for ieeefp.h
configure:13964: checking for langinfo.h
configure:13964: checking for limits.h
configure:13964: checking for locale.h
configure:13964: checking for monetary.h
configure:13964: checking for mach-o/dyld.h
configure:13964: checking for netdb.h
configure:13964: checking for pwd.h
configure:13964: checking for resolv.h
configure:13964: checking for signal.h
configure:13964: checking for stdarg.h
configure:13964: checking for stdlib.h
configure:13964: checking for string.h
configure:13964: checking for syslog.h
configure:13964: checking for sysexits.h
configure:13964: checking for sys/file.h
configure:13964: checking for sys/mman.h
configure:13964: checking for sys/mount.h
configure:13964: checking for sys/poll.h
configure:13964: checking for sys/resource.h
configure:13964: checking for sys/select.h
configure:13964: checking for sys/socket.h
configure:13964: checking for sys/statfs.h
configure:13964: checking for sys/statvfs.h
configure:13964: checking for sys/vfs.h
configure:13964: checking for sys/sysexits.h
configure:13964: checking for sys/varargs.h
configure:13964: checking for sys/wait.h
configure:13964: checking for unistd.h
configure:13964: checking for unix.h
configure:13964: checking for utime.h
configure:13964: checking for sys/utsname.h
configure:13964: checking for sys/ipc.h
configure:13964: checking for dlfcn.h
configure:14003: checking for fopencookie
configure:14062: gcc -c -g -O2  conftest.c 1>&5
configure:14114: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:14175: checking for broken getcwd
configure:14190: checking for broken libc stdio
configure:14251: gcc -o conftest -g -O2   conftest.c -lresolv -lm -ldl -lnsl  1>&5
configure:14279: checking whether struct tm is in sys/time.h or time.h
configure:14313: checking for tm_zone in struct tm
configure:14385: checking for tm_gmtoff in struct tm
configure:14421: checking for struct flock
configure:14463: checking for socklen_t
configure:14506: checking size of intmax_t
configure:14545: checking size of size_t
configure:14584: checking size of ssize_t
configure:14623: checking size of ptrdiff_t
configure:14662: checking size of long long
configure:14701: checking size of long long int
configure:14740: checking size of long
configure:14779: checking size of int
configure:14819: checking for st_blksize in struct stat
configure:14854: checking for st_blocks in struct stat
configure:14894: checking for st_rdev in struct stat
configure:14929: checking for size_t
configure:14962: checking for uid_t in sys/types.h
configure:14997: checking for struct sockaddr_storage
configure:15042: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:15038: structure has no member named `sa_len'
configure: failed program was:
#line 15032 "configure"
#include "confdefs.h"

#include <sys/types.h>
#include <sys/socket.h>

int main() {
static struct sockaddr sa; int n = (int) sa.sa_len; return n
; return 0; }
configure:15055: checking for IPv6 support
configure:15087: checking for vprintf
configure:15259: checking for alphasort
configure:15259: checking for asctime_r
configure:15259: checking for chroot
configure:15259: checking for ctime_r
configure:15259: checking for cuserid
configure:15259: checking for crypt
configure:15259: checking for flock
configure:15259: checking for ftok
configure:15259: checking for funopen
configure:15259: checking for gai_strerror
configure:15259: checking for gcvt
configure:15259: checking for getlogin
configure:15259: checking for getprotobyname
configure:15259: checking for getprotobynumber
configure:15259: checking for getservbyname
configure:15259: checking for getservbyport
configure:15259: checking for getrusage
configure:15259: checking for gettimeofday
configure:15259: checking for gmtime_r
configure:15259: checking for isascii
configure:15259: checking for link
configure:15259: checking for localtime_r
configure:15259: checking for lockf
configure:15259: checking for lrand48
configure:15259: checking for memcpy
configure:15259: checking for memmove
configure:15259: checking for mkstemp
configure:15259: checking for mmap
configure:15259: checking for nl_langinfo
configure:15259: checking for perror
configure:15259: checking for poll
configure:15259: checking for putenv
configure:15259: checking for realpath
configure:15259: checking for random
configure:15259: checking for rand_r
configure:15259: checking for regcomp
configure:15259: checking for res_search
configure:15259: checking for scandir
configure:15259: checking for setitimer
configure:15259: checking for setlocale
configure:15259: checking for localeconv
configure:15259: checking for setsockopt
configure:15259: checking for setvbuf
configure:15259: checking for shutdown
configure:15259: checking for sin
configure:15259: checking for snprintf
configure:15259: checking for srand48
configure:15259: checking for srandom
configure:15259: checking for statfs
configure:15259: checking for statvfs
configure:15259: checking for std_syslog
configure:15259: checking for strcasecmp
configure:15259: checking for strcoll
configure:15259: checking for strdup
configure:15259: checking for strerror
configure:15259: checking for strftime
configure:15259: checking for strstr
configure:15259: checking for strtok_r
configure:15259: checking for symlink
configure:15259: checking for tempnam
configure:15259: checking for tzset
configure:15259: checking for unsetenv
configure:15259: checking for usleep
configure:15259: checking for utime
configure:15259: checking for vsnprintf
configure:15313: checking for getaddrinfo
configure:15403: checking for strlcat
configure:15403: checking for strlcpy
configure:15403: checking for getopt
configure:15458: checking whether utime accepts a null argument
configure:15505: checking for working alloca.h
configure:15538: checking for alloca
configure:15738: checking for declared timezone
configure:15785: checking for type of reentrant time-related functions
configure:15882: checking for readdir_r
configure:15932: checking for type of readdir_r
configure:16086: checking whether to include debugging symbols
configure:16119: checking layout of installed files
configure:16153: checking path to configuration file
configure:16189: checking directory to be scanned for configuration files
configure:16219: checking whether to enable safe mode by default
configure:16254: checking for safe mode exec dir
configure:16295: checking whether to enable PHP's own SIGCHLD handler
configure:16332: checking whether to enable magic quotes by default
configure:16369: checking whether to enable runpaths
configure:16394: checking whether to explicitly link against libgcc
configure:16473: checking whether to enable short tags by default
configure:16510: checking whether to enable dmalloc
configure:16598: checking whether to enable IPv6 support
configure:16628: checking whether to enable versioning
configure:16680: checking for OpenSSL support
configure:16726: checking for Kerberos support
configure:16984: checking for krb5-config
configure:17343: checking for pkg-config
configure:17531: checking for OpenSSL version
configure:17671: checking for CRYPTO_free in -lcrypto
configure:17830: checking for SSL_CTX_set_ssl_version in -lssl
configure:17975: checking for ZLIB support
configure:18021: checking if the location of ZLIB install directory is defined
configure:18374: checking for gzgets in -lz
configure:18531: checking whether to enable bc style precision math functions
configure:18825: checking for BZip2 support
configure:19383: checking whether to enable calendar conversion support
configure:19662: checking for cpdflib support
configure:20841: checking for CRACKlib support
configure:21265: checking whether to enable ctype functions
configure:21540: checking for CURL support
configure:22331: checking for cyrus imap support
configure:23256: checking for xDBM support
configure:23303: checking for gdbm_open in -lgdbm
configure:23479: checking preferred dbm library
configure:23497: checking for gdbm.h
configure:23887: checking whether to enable DBA
configure:24212: checking for GDBM support
configure:24517: checking for NDBM support
configure:24819: checking for Berkeley DB4 support
configure:25142: checking for Berkeley DB3 support
configure:25465: checking for Berkeley DB2 support
configure:25785: checking for DBM support
configure:26126: checking for CDB support
configure:26180: checking for INI File support
configure:26234: checking for FlatFile support
configure:26249: checking whether to enable DBA interface
configure:26504: checking whether to enable dbase support
configure:26779: checking whether to enable dbx support
configure:27050: checking whether to enable direct I/O support
configure:27323: checking for DOM support
configure:27996: checking for DOM XSLT support
configure:28021: checking for DOM EXSLT support
configure:28664: checking whether to enable EXIF (metadata from images) support
configure:28939: checking for FrontBase SQL92 (fbsql) support
configure:29373: checking for FDF support
configure:30097: checking whether to enable the bundled filePro support
configure:30372: checking for FriBidi support
configure:30827: checking whether to enable FTP support
configure:31103: checking for GD support
configure:31150: checking for the location of libjpeg
configure:31177: checking for the location of libpng
configure:31230: checking for the location of libXpm
configure:31255: checking for FreeType 1.x support
configure:31280: checking for FreeType 2
configure:31305: checking for T1lib support
configure:31330: checking whether to enable truetype string function in GD
configure:31355: checking whether to enable JIS-mapped Japanese font support in GD
configure:31409: checking for fabsf
configure:31409: checking for floorf
configure:31569: checking for jpeg_read_header in -ljpeg
configure:31852: checking for png_write_image in -lpng
configure:38514: checking for GNU gettext support
configure:38572: checking for bindtextdomain in -lintl
configure:38613: checking for bindtextdomain in -lc
configure:39024: checking for ngettext in -lc
configure:39067: checking for dngettext in -lc
configure:39110: checking for dcngettext in -lc
configure:39153: checking for bind_textdomain_codeset in -lc
configure:39202: checking for GNU MP support
configure:39881: checking for hwapi support
configure:40606: checking for Hyperwave support
configure:40861: checking for iconv support
configure:41950: checking for IMAP support
configure:41996: checking for IMAP Kerberos support
configure:42021: checking for IMAP SSL support
configure:42479: checking for pam_start in -lpam
configure:42636: checking for crypt in -lcrypt
configure:43435: checking for OpenSSL version
configure:43575: checking for CRYPTO_free in -lcrypto
configure:43734: checking for SSL_CTX_set_ssl_version in -lssl
configure:43924: gcc -o conftest -g -O2   -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib conftest.c -lc-client   -lssl -lcrypto -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc-client.a(osdep.o): In function `ssl_onceonlyinit':
/usr/src/build/41512-i386/BUILD/imap-2000c/c-client/auth_ssl.c:153: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:43950: checking whether IMAP works
configure:43983: gcc -o conftest -g -O2   -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib conftest.c -lc-client   -lssl -lcrypto -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libc-client.a(osdep.o): In function `ssl_onceonlyinit':
/usr/src/build/41512-i386/BUILD/imap-2000c/c-client/auth_ssl.c:153: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:44013: checking for Informix support
configure:44613: checking for Ingres II support
configure:45325: checking for InterBase support
configure:46006: checking for IRCG support
configure:46499: checking for Java support
configure:47295: checking for LDAP support
configure:49736: checking whether to enable multibyte string support
configure:49782: checking whether to enable multibyte regex support
configure:49807: checking for external libmbfl
configure:50528: checking for MCAL support
configure:50937: checking for mcrypt support
configure:52057: checking for MCVE support
configure:52103: checking OpenSSL dir for MCVE
configure:53515: checking for mhash support
configure:53929: checking whether to include mime_magic support
configure:54226: checking for MING support
configure:54905: checking for mnoGoSearch support
configure:55323: checking for msession support
configure:55721: checking for mSQL support
configure:56172: checking for MSSQL support via FreeTDS
configure:56798: checking for MySQL support
configure:56844: checking for specified location of the MySQL UNIX socket
configure:56901: checking for MySQL UNIX socket location
configure:56948: checking for ranlib
configure:56976: checking for inline
configure:57016: checking return type of signal handlers
configure:57069: checking for ANSI C header files
configure:57182: checking for sgtty.h
configure:57182: checking for sys/ioctl.h
configure:57182: checking for fcntl.h
configure:57182: checking for float.h
configure:57182: checking for floatingpoint.h
configure:57182: checking for ieeefp.h
configure:57182: checking for limits.h
configure:57182: checking for memory.h
configure:57182: checking for pwd.h
configure:57182: checking for select.h
configure:57182: checking for stdlib.h
configure:57182: checking for stddef.h
configure:57182: checking for strings.h
configure:57182: checking for string.h
configure:57182: checking for synch.h
configure:57182: checking for sys/mman.h
configure:57182: checking for sys/socket.h
configure:57182: checking for sys/timeb.h
configure:57182: checking for sys/types.h
configure:57182: checking for sys/un.h
configure:57182: checking for sys/vadvise.h
configure:57182: checking for sys/wait.h
configure:57182: checking for term.h
configure:57182: checking for unistd.h
configure:57182: checking for utime.h
configure:57182: checking for sys/utime.h
configure:57182: checking for termio.h
configure:57182: checking for termios.h
configure:57182: checking for sched.h
configure:57182: checking for crypt.h
configure:57182: checking for alloca.h
configure:57224: checking size of char
configure:57264: checking size of int
configure:57303: checking size of long
configure:57342: checking size of long long
configure:57381: checking for size_t
configure:57414: checking whether time.h and sys/time.h may both be included
configure:57449: checking for uid_t in sys/types.h
configure:57484: checking for type ulong
configure:57527: checking for type uchar
configure:57570: checking for type uint
configure:57613: checking for type ushort
configure:57656: checking for int8
configure:57712: checking base type of last arg to accept
configure:57789: checking return type of qsort
configure:57857: checking for alarm
configure:57857: checking for bmove
configure:57857: checking for chsize
configure:57857: checking for ftruncate
configure:57857: checking for rint
configure:57857: checking for finite
configure:57857: checking for fpsetmask
configure:57857: checking for fpresetsticky
configure:57857: checking for cuserid
configure:57857: checking for fcntl
configure:57857: checking for fconvert
configure:57857: checking for getrusage
configure:57857: checking for getpwuid
configure:57857: checking for getcwd
configure:57857: checking for getrlimit
configure:57857: checking for getwd
configure:57857: checking for index
configure:57857: checking for locking
configure:57857: checking for longjmp
configure:57857: checking for perror
configure:57857: checking for pread
configure:57857: checking for realpath
configure:57857: checking for rename
configure:57857: checking for socket
configure:57857: checking for strnlen
configure:57857: checking for madvise
configure:57857: checking for strtoll
configure:57857: checking for strtoul
configure:57857: checking for strtoull
configure:57857: checking for snprintf
configure:57857: checking for tempnam
configure:57857: checking for thr_setconcurrency
configure:57857: checking for gethostbyaddr_r
configure:57857: checking for gethostbyname_r
configure:57857: checking for getpwnam
configure:57857: checking for bfill
configure:57857: checking for bzero
configure:57857: checking for bcmp
configure:57857: checking for strstr
configure:57857: checking for strpbrk
configure:57857: checking for strerror
configure:57857: checking for tell
configure:57857: checking for atod
configure:57857: checking for memcpy
configure:57857: checking for memmove
configure:57857: checking for setupterm
configure:57857: checking for strcasecmp
configure:57857: checking for sighold
configure:57857: checking for vidattr
configure:57857: checking for setupterm
configure:57857: checking for lrand48
configure:57857: checking for localtime_r
configure:57857: checking for sigset
configure:57857: checking for sigthreadmask
configure:57857: checking for pthread_sigmask
configure:57857: checking for pthread_setprio
configure:57857: checking for pthread_setprio_np
configure:57857: checking for pthread_setschedparam
configure:57857: checking for pthread_attr_setprio
configure:57857: checking for pthread_attr_setschedparam
configure:57857: checking for pthread_attr_create
configure:57857: checking for pthread_getsequence_np
configure:57857: checking for pthread_attr_setstacksize
configure:57857: checking for pthread_condattr_create
configure:57857: checking for rwlock_init
configure:57857: checking for crypt
configure:57857: checking for dlopen
configure:57857: checking for dlerror
configure:57857: checking for fchmod
configure:57857: checking for getpass
configure:57857: checking for getpassphrase
configure:57914: checking for strtok_r
configure:57971: checking style of gethostname_r routines
configure:58038: checking 3 argument to gethostname_r routines
configure:58105: checking args to pthread_getspecific
configure:58146: checking args to pthread_mutex_init
configure:58189: checking args to readdir_r
configure:58231: checking style of sigwait
configure:60112: checking for ncurses support
configure:61097: checking for Oracle (OCI8) support using ORACLE_HOME installation
configure:61144: checking for Oracle (OCI8) support using Oracle Instant Client
configure:63628: checking for Adabas support
configure:63821: checking for SAP DB support
configure:63951: checking for Solid support
configure:64095: checking for IBM DB2 support
configure:64167: checking for Empress support
configure:64237: checking for Empress local access support
configure:64323: checking for Birdstep support
configure:64433: checking for a custom ODBC support
configure:64467: checking for iODBC support
configure:64609: checking for Easysoft ODBC-ODBC Bridge support
configure:64669: checking for unixODBC support
configure:64729: checking for DBMaker support
configure:65249: checking for Oracle-ORACLE support
configure:70282: checking whether to enable user-space object overloading support
configure:70557: checking for Ovrimos SQL Server support
configure:71016: checking whether to enable pcntl support
configure:71467: checking for PCRE support
configure:72133: checking for PDFlib support
configure:72260: checking for the location of libtiff
configure:73718: checking for Verisign Payflow Pro support
configure:74433: checking for PostgreSQL support
configure:75822: checking whether to enable POSIX-like functions
configure:76095: checking for seteuid
configure:76095: checking for setegid
configure:76095: checking for setsid
configure:76095: checking for getsid
configure:76095: checking for setpgid
configure:76095: checking for getpgid
configure:76095: checking for ctermid
configure:76095: checking for mkfifo
configure:76095: checking for getrlimit
configure:76095: checking for getlogin
configure:76095: checking for getgroups
configure:76153: checking for PSPELL support
configure:76808: checking for QtDOM support
configure:77477: checking for libedit readline replacement
configure:77523: checking for readline support
configure:79064: checking for recode support
configure:79798: checking whether to enable PHP sessions
configure:79844: checking for mm support
configure:79869: checking whether pwrite works
configure:79989: checking whether pread works
configure:80484: checking whether to enable shmop support
configure:80759: checking for SNMP support
configure:80805: checking OpenSSL dir for SNMP
configure:82423: checking whether to enable UCD SNMP hack
configure:82449: checking whether to enable sockets support
configure:82887: checking for getcwd
configure:82887: checking for getwd
configure:82887: checking for asinh
configure:82887: checking for acosh
configure:82887: checking for atanh
configure:82887: checking for log1p
configure:82887: checking for hypot
configure:82944: checking for crypt in -lcrypt
configure:82992: checking for standard DES crypt
configure:83053: checking for extended DES crypt
configure:83114: checking for MD5 crypt
configure:83213: checking for Blowfish crypt
configure:83281: checking whether flush should be called explicitly after a buffered io
configure:83449: checking which regex library to use
configure:83454: checking whether rounding works as expected
configure:83471: gcc -o conftest -g -O2   -Wl,-rpath,/usr/kerberos/lib -L/usr/kerberos/lib conftest.c -lcrypt -lssl -lcrypto -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl  -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcrypt 1>&5
configure: failed program was:
#line 83462 "configure"
#include "confdefs.h"

#include <math.h>
  int main() {
    return floor(0.045*pow(10,2) + 0.5)/10.0 != 0.5;
  }

configure:83495: checking for working fnmatch
configure:83537: checking for glob
configure:83537: checking for strfmon
configure:83600: checking for fpclass
configure:83600: checking for isinf
configure:83600: checking for isnan
configure:83654: checking whether atof() accepts NAN
configure:83713: checking whether atof() accepts INF
configure:83775: checking whether HUGE_VAL == INF
configure:83837: checking whether HUGE_VAL + -HUGEVAL == NAN
configure:84169: checking for libswf support
configure:84596: checking for Sybase support
configure:85197: checking for Sybase-CT support
configure:86163: checking whether to enable System V IPC support
configure:86438: checking whether to enable System V semaphore support
configure:86708: checking for union semun
configure:86759: checking whether to enable System V shared memory support
configure:87035: checking whether to enable tokenizer support
configure:87312: checking whether to enable WDDX support
configure:87589: checking whether byte ordering is bigendian
configure:87648: checking whether to enable XML support
configure:87694: checking external libexpat install dir
configure:88377: checking for XMLRPC-EPI support
configure:88423: checking libexpat dir for XMLRPC-EPI
configure:88448: checking iconv dir for XMLRPC-EPI
configure:90090: checking whether to enable xslt support
configure:90136: checking for XSLT Sablotron backend
configure:90161: checking for libexpat dir for Sablotron XSL support
configure:90186: checking for iconv dir for Sablotron XSL support
configure:90211: checking for JavaScript for Sablotron XSL support
configure:91930: checking for YAZ support
configure:92454: checking whether to include YP support
configure:92935: checking for ZIP support
configure:93560: checking whether to install PEAR
configure:93666: checking bison version
configure:93701: checking for inttypes.h
configure:93701: checking for stdint.h
configure:93701: checking for limits.h
configure:93701: checking for malloc.h
configure:93701: checking for string.h
configure:93701: checking for unistd.h
configure:93701: checking for stdarg.h
configure:93701: checking for sys/types.h
configure:93701: checking for sys/time.h
configure:93701: checking for signal.h
configure:93701: checking for unix.h
configure:93701: checking for mach-o/dyld.h
configure:93701: checking for dlfcn.h
configure:93739: checking for size_t
configure:93772: checking return type of signal handlers
configure:93814: checking for uint
configure:93847: checking for ulong
configure:93882: checking for int32_t
configure:93903: gcc -c -g -O2  conftest.c 1>&5
configure:93922: checking for uint32_t
configure:93943: gcc -c -g -O2  conftest.c 1>&5
configure:93962: checking for vprintf
configure:94067: checking for 8-bit clean memcmp
configure:94105: checking for working alloca.h
configure:94138: checking for alloca
configure:94339: checking for memcpy
configure:94339: checking for strdup
configure:94339: checking for getpid
configure:94339: checking for kill
configure:94339: checking for strtod
configure:94339: checking for strtol
configure:94339: checking for finite
configure:94339: checking for fpclass
configure:94395: checking for finite
configure:94395: checking for isfinite
configure:94395: checking for isinf
configure:94395: checking for isnan
configure:94450: checking whether fp_except is defined
configure:94497: checking for dlfcn.h
configure:94536: checking whether dlsym() requires a leading underscore in symbol names
configure:94604: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccS5kPaJ.o: In function `main':
/home/ovh/src/php-4.4.0/configure:29054: undefined reference to `dlopen'
/home/ovh/src/php-4.4.0/configure:29059: undefined reference to `dlsym'
/home/ovh/src/php-4.4.0/configure:29060: undefined reference to `dlsym'
collect2: ld returned 1 exit status
configure:94700: checking whether to enable the Zend memory manager
configure:94704: checking whether to enable thread-safety
configure:94708: checking whether to enable inline optimization for GCC
configure:94712: checking whether to enable a memory limit
configure:94716: checking whether to enable Zend debugging
configure:94720: checking whether to enable Zend multibyte
configure:94792: checking for inline
configure:94876: checking for stdarg.h
configure:95775: checking for Cygwin environment
configure:95808: checking for mingw32 environment
configure:95906: checking build system type
configure:95935: checking for ld used by GCC
configure:96003: checking if the linker (/usr/bin/ld) is GNU ld
configure:96020: checking for /usr/bin/ld option to reload object files
configure:96032: checking for BSD-compatible nm
configure:96070: checking for a sed that does not truncate output
configure:96154: checking how to recognise dependent libraries
configure:96341: checking for object suffix
configure:96367: checking for executable suffix
configure:96408: checking command to parse /usr/bin/nm -B output
configure:96732: checking for ranlib
configure:96799: checking for strip
configure:97044: checking for objdir
configure:97075: checking for gcc option to produce PIC
configure:97223: checking if gcc PIC flag  -fPIC works
configure:97293: checking if gcc static flag -static works
configure:97339: checking if gcc supports -c -o file.o
configure:97387: checking if gcc supports -c -o file.lo
configure:97463: checking if gcc supports -fno-rtti -fno-exceptions
configure:97476: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:97507: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:98198: checking how to hardcode library paths into programs
configure:98230: checking whether stripping libraries is possible
configure:98248: checking dynamic linker characteristics
configure:98683: checking if libtool supports shared libraries
configure:98691: checking whether to build shared libraries
configure:98718: checking whether to build static libraries
