File: //usr/src/php-5.3.29/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1897: checking for Cygwin environment
configure:1913: cc -c conftest.c 1>&5
configure: In function 'main':
configure:1907:20: error: '__CYGWIN32__' undeclared (first use in this function)
#define __CYGWIN__ __CYGWIN32__
^
configure:1909:8: note: in expansion of macro '__CYGWIN__'
return __CYGWIN__;
^
configure:1907:20: note: each undeclared identifier is reported only once for each function it appears in
#define __CYGWIN__ __CYGWIN32__
^
configure:1909:8: note: in expansion of macro '__CYGWIN__'
return __CYGWIN__;
^
configure: failed program was:
#line 1902 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1930: checking for mingw32 environment
configure:1942: cc -c conftest.c 1>&5
configure: In function 'main':
configure:1938:8: error: '__MINGW32__' undeclared (first use in this function)
return __MINGW32__;
^
configure:1938:8: note: each undeclared identifier is reported only once for each function it appears in
configure: failed program was:
#line 1935 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:1961: checking for egrep
configure:1976: checking for a sed that does not truncate output
configure:2126: checking host system type
configure:2147: checking target system type
configure:2259: checking for gcc
configure:2372: checking whether the C compiler (gcc ) works
configure:2388: gcc -o conftest conftest.c 1>&5
configure:2414: checking whether the C compiler (gcc ) is a cross-compiler
configure:2419: checking whether we are using GNU C
configure:2428: gcc -E conftest.c
configure:2447: checking whether gcc accepts -g
configure:2479: checking how to run the C preprocessor
configure:2500: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2561: checking for icc
configure:2585: checking for suncc
configure:2610: checking whether gcc and cc understand -c and -o together
configure:2625: gcc -c conftest.c -o conftest.o 1>&5
configure:2626: gcc -c conftest.c -o conftest.o 1>&5
configure:2631: cc -c conftest.c 1>&5
configure:2633: cc -c conftest.c -o conftest.o 1>&5
configure:2634: cc -c conftest.c -o conftest.o 1>&5
configure:2661: checking how to run the C preprocessor
configure:2741: checking for AIX
configure:2765: checking whether ln -s works
configure:2790: checking for system library directory
configure:2813: checking whether to enable runpaths
configure:2834: checking if compiler supports -R
configure:2849: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5
gcc: error: unrecognized command line option '-R'
configure: failed program was:
#line 2842 "configure"
#include "confdefs.h"
int main() {
; return 0; }
configure:2867: checking if compiler supports -Wl,-rpath,
configure:2882: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
configure:2913: checking for gawk
configure:2973: checking for bison
configure:3013: checking for bison version
configure:3051: checking for re2c
configure:3118: checking whether to enable computed goto gcc extension with re2c
configure:3428: checking whether to force non-PIC code in shared modules
configure:3458: checking whether /dev/urandom exists
configure:3537: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
/tmp/ccoaTM1m.o: In function `main':
/usr/src/php-5.3.29/configure:3532: undefined reference to `pthread_mutexattr_init'
/usr/src/php-5.3.29/configure:3533: undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 3519 "configure"
#include "confdefs.h"
#include <pthread.h>
#include <stddef.h>
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:3557: checking for pthreads_cflags
configure:3597: gcc -o conftest -g -O2 -fvisibility=hidden -kthread conftest.c 1>&5
gcc: error: unrecognized command line option '-kthread'
configure: failed program was:
#line 3579 "configure"
#include "confdefs.h"
#include <pthread.h>
#include <stddef.h>
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:3597: gcc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c 1>&5
configure:3627: checking for pthreads_lib
configure:3798: checking for AOLserver support
configure:4063: checking for Apache 1.x module support via DSO through APXS
configure:4394: checking for Apache 1.x module support
configure:5271: checking whether to enable Apache charset compatibility option
configure:5438: checking for Apache 2.0 filter-module support via DSO through APXS
configure:6339: checking for Apache 2.0 handler-module support via DSO through APXS
configure:7241: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:7572: checking for Apache 1.x (hooks) module support
configure:8449: checking whether to enable Apache charset compatibility option
configure:8617: checking for Caudium support
configure:8976: checking for CLI build
configure:9026: checking for Continuity support
configure:9308: checking for embedded SAPI library support
configure:9584: checking for FPM build
configure:11158: checking for Zeus ISAPI support
configure:11412: checking for LiteSpeed support
configure:11675: checking for Milter support
configure:11967: checking for NSAPI support
configure:12327: checking for PHTTPD support
configure:12581: checking for Pi3Web support
configure:12953: checking whether Roxen module is build using ZTS
configure:12974: checking for Roxen/Pike support
configure:13260: checking for thttpd
configure:13529: checking for TUX
configure:13783: checking for webjames
configure:14336: checking for chosen SAPI module
configure:14393: checking for sendmail
configure:14432: checking whether system uses EBCDIC
configure:14451: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: failed program was:
#line 14443 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
configure:14479: checking whether byte ordering is bigendian
configure:14505: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: failed program was:
#line 14489 "configure"
#include "confdefs.h"
int main(void)
{
short one = 1;
char *cp = (char *)&one;
if (*cp == 0) {
return(0);
} else {
return(1);
}
}
configure:14531: checking whether writing to stdout works
configure:14560: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:14635: checking for socket
configure:14663: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:14892: checking for socketpair
configure:14920: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:15149: checking for htonl
configure:15177: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:15406: checking for gethostname
configure:15434: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:15663: checking for gethostbyaddr
configure:15691: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:15920: checking for yp_get_default_domain
configure:15948: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
/tmp/ccF0dI3K.o: In function `main':
/usr/src/php-5.3.29/configure:15942: undefined reference to `yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 15925 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yp_get_default_domain(); below. */
#include <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:15966: checking for __yp_get_default_domain
configure:15994: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
/tmp/cc9NBvIM.o: In function `main':
/usr/src/php-5.3.29/configure:15988: undefined reference to `__yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 15971 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __yp_get_default_domain(); below. */
#include <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:16032: checking for yp_get_default_domain in -lnsl
configure:16051: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
configure:16126: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
configure:16178: checking for dlopen
configure:16206: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
/tmp/ccgjroYT.o: In function `main':
/usr/src/php-5.3.29/configure:16200: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 16183 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen(); below. */
#include <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:16224: checking for __dlopen
configure:16252: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
/tmp/cc4zEPIW.o: In function `main':
/usr/src/php-5.3.29/configure:16246: undefined reference to `__dlopen'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 16229 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __dlopen(); below. */
#include <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:16290: checking for dlopen in -ldl
configure:16309: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldl -lnsl 1>&5
configure:16384: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl -ldl 1>&5
configure:16436: checking for sin in -lm
configure:16455: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:16448:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char sin();
^
configure:16489: checking for inet_aton
configure:16517: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:16882: checking for ANSI C header files
configure:16895: gcc -E conftest.c >/dev/null 2>conftest.out
configure:16962: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:16957:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
^
configure:16990: checking for dirent.h that defines DIR
configure:17003: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17028: checking for opendir in -ldir
configure:17047: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldir -lm -ldl -lnsl 1>&5
/bin/ld: cannot find -ldir
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 17036 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:17170: checking for inttypes.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for stdint.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for dirent.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for ApplicationServices/ApplicationServices.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:17170: checking for sys/param.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/types.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/time.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for netinet/in.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for alloca.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for arpa/inet.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for arpa/nameser.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for assert.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for crypt.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for dns.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:17: fatal error: dns.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <dns.h>
configure:17170: checking for fcntl.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for grp.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for ieeefp.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:20: fatal error: ieeefp.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:17170: checking for langinfo.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for limits.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for locale.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for monetary.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for netdb.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for pwd.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for resolv.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for signal.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for stdarg.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for stdlib.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for string.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for syslog.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sysexits.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/ioctl.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/file.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/mman.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/mount.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/poll.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/resource.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/select.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/socket.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/stat.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/statfs.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/statvfs.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/vfs.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/sysexits.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:26: fatal error: sys/sysexits.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:17170: checking for sys/varargs.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:25: fatal error: sys/varargs.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:17170: checking for sys/wait.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/loadavg.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:25: fatal error: sys/loadavg.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <sys/loadavg.h>
configure:17170: checking for termios.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for unistd.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for unix.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17176:18: fatal error: unix.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 17175 "configure"
#include "confdefs.h"
#include <unix.h>
configure:17170: checking for utime.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/utsname.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for sys/ipc.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for dlfcn.h
configure:17180: gcc -E conftest.c >/dev/null 2>conftest.out
configure:17170: checking for assert.h
configure:17209: checking for fopencookie
configure:17237: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:17269: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17320: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:17313:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(0);
^
configure:17384: checking for broken getcwd
configure:17399: checking for broken libc stdio
configure:17460: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:17444:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(2);
^
/tmp/cc35inGE.o: In function `main':
/usr/src/php-5.3.29/configure:17439: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure: failed program was:
#line 17432 "configure"
#include "confdefs.h"
#include <stdio.h>
int main(int argc, char *argv[])
{
FILE *fp;
long position;
char *filename = tmpnam(NULL);
fp = fopen(filename, "w");
if (fp == NULL) {
perror("fopen");
exit(2);
}
fputs("foobar", fp);
fclose(fp);
fp = fopen(filename, "a+");
position = ftell(fp);
fclose(fp);
unlink(filename);
if (position == 0)
return 1;
return 0;
}
configure:17488: checking whether struct tm is in sys/time.h or time.h
configure:17501: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17522: checking for tm_zone in struct tm
configure:17535: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17594: checking for missing declarations of reentrant functions
configure:17603: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17628: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17653: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17678: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17703: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17724: checking for fclose declaration
configure:17733: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17759: checking for tm_gmtoff in struct tm
configure:17772: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17795: checking for struct flock
configure:17810: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17837: checking for socklen_t
configure:17854: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:17880: checking size of size_t
configure:17899: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:17893:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:17919: checking size of long long
configure:17938: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:17932:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:17958: checking size of long long int
configure:17977: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:17971:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:17997: checking size of long
configure:18016: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:18010:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:18036: checking size of int
configure:18055: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:18049:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:18077: checking size of intmax_t
configure:18118: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18157: checking size of ssize_t
configure:18198: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18237: checking size of ptrdiff_t
configure:18278: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18317: checking for st_blksize in struct stat
configure:18330: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18352: checking for st_blocks in struct stat
configure:18365: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18392: checking for st_rdev in struct stat
configure:18405: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18427: checking for size_t
configure:18460: checking for uid_t in sys/types.h
configure:18496: checking for struct sockaddr_storage
configure:18509: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:18530: checking for field sa_len in struct sockaddr
configure:18544: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:18540:44: error: 'struct sockaddr' has no member named 'sa_len'
static struct sockaddr sa; int n = (int) sa.sa_len; return n;
^
configure: failed program was:
#line 18536 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
int main() {
static struct sockaddr sa; int n = (int) sa.sa_len; return n;
; return 0; }
configure:18567: checking for IPv6 support
configure:18581: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18597: checking for vprintf
configure:18625: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18609:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
char vprintf();
^
configure:18786: checking for alphasort
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for asctime_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for chroot
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for ctime_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for cuserid
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for crypt
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccQlapIQ.o: In function `main':
/usr/src/php-5.3.29/configure:18808: undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 18791 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char crypt(); below. */
#include <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 crypt();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif
; return 0; }
configure:18786: checking for flock
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for ftok
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for funopen
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccEEFR6Q.o: In function `main':
/usr/src/php-5.3.29/configure:18808: undefined reference to `funopen'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 18791 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char funopen(); below. */
#include <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 funopen();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_funopen) || defined (__stub___funopen)
choke me
#else
funopen();
#endif
; return 0; }
configure:18786: checking for gai_strerror
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for gcvt
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getloadavg
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getlogin
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getprotobyname
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getprotobynumber
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getservbyname
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getservbyport
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for gethostname
configure:18786: checking for getrusage
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for gettimeofday
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for gmtime_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getpwnam_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getgrnam_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for getpwuid_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for grantpt
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for inet_ntoa
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for inet_ntop
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for inet_pton
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for isascii
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'isascii' [enabled by default]
char $ac_func();
^
configure:18786: checking for link
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for localtime_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for lockf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for lchown
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for lrand48
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for memcpy
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
char $ac_func();
^
configure:18786: checking for memmove
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char $ac_func();
^
configure:18786: checking for mkstemp
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for mmap
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for nl_langinfo
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for perror
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for poll
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for ptsname
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for putenv
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for realpath
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for random
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for rand_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for scandir
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setitimer
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setlocale
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for localeconv
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setenv
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setpgid
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setsockopt
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for setvbuf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for shutdown
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for sin
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'sin' [enabled by default]
char $ac_func();
^
configure:18786: checking for snprintf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
char $ac_func();
^
configure:18786: checking for srand48
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for srandom
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for statfs
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for statvfs
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for std_syslog
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccnN3Ti5.o: In function `main':
/usr/src/php-5.3.29/configure:18808: undefined reference to `std_syslog'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 18791 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char std_syslog(); below. */
#include <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 std_syslog();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_std_syslog) || defined (__stub___std_syslog)
choke me
#else
std_syslog();
#endif
; return 0; }
configure:18786: checking for strcasecmp
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
char $ac_func();
^
configure:18786: checking for strcoll
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for strdup
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char $ac_func();
^
configure:18786: checking for strerror
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for strftime
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
char $ac_func();
^
configure:18786: checking for strnlen
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for strptime
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for strstr
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char $ac_func();
^
configure:18786: checking for strtok_r
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for symlink
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for tempnam
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
/tmp/ccWeh1ID.o: In function `main':
/usr/src/php-5.3.29/configure:18808: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:18786: checking for tzset
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for unlockpt
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for unsetenv
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for usleep
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for utime
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for vsnprintf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18798:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
char $ac_func();
^
configure:18786: checking for vasprintf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for asprintf
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18786: checking for nanosleep
configure:18814: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
configure:18845: checking for nanosleep in -lrt
configure:18864: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:18939: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl -lrt 1>&5
configure:18983: checking for getaddrinfo
configure:18995: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:19041: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:19011:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default]
memset(&hints, 0, sizeof(hints));
^
configure:19015:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure:19019:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure:19027:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure:19031:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure:19036:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(0);
^
configure:19071: checking for __sync_fetch_and_add
configure:19083: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:19106: checking for strlcat
configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
/tmp/ccx5ITQk.o: In function `main':
/usr/src/php-5.3.29/configure:19128: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 19111 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcat(); below. */
#include <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 strlcat();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif
; return 0; }
configure:19106: checking for strlcpy
configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
/tmp/ccB0XFYn.o: In function `main':
/usr/src/php-5.3.29/configure:19128: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 19111 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcpy(); below. */
#include <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 strlcpy();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif
; return 0; }
configure:19106: checking for getopt
configure:19134: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:19161: checking whether utime accepts a null argument
configure:19182: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:19176:1: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(!(stat ("conftestdata", &s) == 0 && utime("conftestdata", (long *)0) == 0
^
configure:19208: checking for working alloca.h
configure:19241: checking for alloca
configure:19274: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:19441: checking for declared timezone
configure:19462: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:19488: checking for type of reentrant time-related functions
configure:19517: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:19509:3: warning: assignment makes integer from pointer without a cast [enabled by default]
s = gmtime_r(&old, &t);
^
configure:19510:1: error: too many arguments to function 'asctime_r'
r = (int) asctime_r(&t, buf, 26);
^
In file included from configure:19501:0:
/usr/include/time.h:272:14: note: declared here
extern char *asctime_r (const struct tm *__restrict __tp,
^
configure:19510:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
r = (int) asctime_r(&t, buf, 26);
^
configure: failed program was:
#line 19499 "configure"
#include "confdefs.h"
#include <time.h>
main() {
char buf[27];
struct tm t;
time_t old = 0;
int r, s;
s = gmtime_r(&old, &t);
r = (int) asctime_r(&t, buf, 26);
if (r == s && s == 0) return (0);
return (1);
}
configure:19549: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:19542:3: error: too many arguments to function 'asctime_r'
p = asctime_r(&t, buf, 26);
^
In file included from configure:19535:0:
/usr/include/time.h:272:14: note: declared here
extern char *asctime_r (const struct tm *__restrict __tp,
^
configure: failed program was:
#line 19533 "configure"
#include "confdefs.h"
#include <time.h>
main() {
struct tm t, *s;
time_t old = 0;
char buf[27], *p;
s = gmtime_r(&old, &t);
p = asctime_r(&t, buf, 26);
if (p == buf && s == &t) return (0);
return (1);
}
configure:19587: checking for readdir_r
configure:19615: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:19637: checking for type of readdir_r
configure:19673: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure: In function 'main':
configure:19665:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure:19736: checking for in_addr_t
configure:19775: checking for crypt_r
configure:19803: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
/tmp/cceYuhEM.o: In function `main':
/usr/src/php-5.3.29/configure:19797: undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 19780 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char crypt_r(); below. */
#include <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 crypt_r();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_crypt_r) || defined (__stub___crypt_r)
choke me
#else
crypt_r();
#endif
; return 0; }
configure:19960: checking whether to include gcov symbols
configure:20120: checking whether to include debugging symbols
configure:20168: checking layout of installed files
configure:20200: checking path to configuration file
configure:20231: checking where to scan for configuration files
configure:20264: checking whether to enable safe mode by default
configure:20296: checking for safe mode exec dir
configure:20337: checking whether to enable PHP's own SIGCHLD handler
configure:20372: checking whether to enable magic quotes by default
configure:20407: checking whether to explicitly link against libgcc
configure:20484: checking whether to enable short tags by default
configure:20519: checking whether to enable dmalloc
configure:20604: checking whether to enable IPv6 support
configure:20631: checking how big to make fd sets
configure:20699: checking size of long
configure:20738: checking size of int
configure:20778: checking for int32_t
configure:20803: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:20826: checking for uint32_t
configure:20851: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:20883: checking for sys/types.h
configure:20883: checking for inttypes.h
configure:20883: checking for stdint.h
configure:20883: checking for string.h
configure:20883: checking for stdlib.h
configure:20923: checking for strtoll
configure:20951: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:20923: checking for atoll
configure:20951: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
configure:20923: checking for strftime
configure:21413: checking which regex library to use
configure:21830: checking whether to enable LIBXML support
configure:21875: checking libxml2 install dir
configure:21901: checking for xml2-config path
configure:22059: checking whether libxml build works
configure:22086: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c
-lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl 1>&5
configure:22451: checking for OpenSSL support
configure:22495: checking for Kerberos support
configure:23181: checking for DSA_get_default_method in -lssl
configure:23200: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lssl -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl 1>&5
/bin/ld: /tmp/ccBLvcPm.o: undefined reference to symbol 'DSA_get_default_method@@libcrypto.so.10'
//usr/lib64/libcrypto.so.10: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 23189 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char DSA_get_default_method();
int main() {
DSA_get_default_method()
; return 0; }
configure:23224: checking for X509_free in -lcrypto
configure:23243: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcrypto -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl 1>&5
configure:23285: checking for pkg-config
configure:24440: checking for PCRE library to use
configure:24778: checking whether to enable the SQLite3 extension
configure:25433: checking bundled sqlite3 library
configure:25789: checking for ZLIB support
configure:25833: checking if the location of ZLIB install directory is defined
configure:26276: checking for gzgets in -lz
configure:26295: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:26435: checking whether to enable bc style precision math functions
configure:26800: checking for BZip2 support
configure:27445: checking whether to enable calendar conversion support
configure:27789: checking whether to enable ctype functions
configure:28133: checking for cURL support
configure:28177: checking if we should use cURL for url streams
configure:28201: checking for cURL in default path
configure:28219: checking for cURL 7.10.5 or greater
configure:28457: checking for SSL support in libcurl
configure:28470: checking how to run the C preprocessor
configure:28550: checking for openssl support in libcurl
configure:28576: gcc -o conftest conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure: failed program was:
#line 28557 "configure"
#include "confdefs.h"
#include <curl/curl.h>
int main(int argc, char *argv[])
{
curl_version_info_data *data = curl_version_info(CURLVERSION_NOW);
if (data && data->ssl_version && *data->ssl_version) {
const char *ptr = data->ssl_version;
while(*ptr == ' ') ++ptr;
return strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1);
}
return 1;
}
configure:28639: checking for gnutls support in libcurl
configure:28665: gcc -o conftest conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure: failed program was:
#line 28646 "configure"
#include "confdefs.h"
#include <curl/curl.h>
int main(int argc, char *argv[])
{
curl_version_info_data *data = curl_version_info(CURLVERSION_NOW);
if (data && data->ssl_version && *data->ssl_version) {
const char *ptr = data->ssl_version;
while(*ptr == ' ') ++ptr;
return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1);
}
return 1;
}
configure:28823: checking for curl_easy_perform in -lcurl
configure:28842: gcc -o conftest -g -O2 -fvisibility=hidden -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure:28978: checking for curl_version_info in -lcurl
configure:28997: gcc -o conftest -g -O2 -fvisibility=hidden -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure:29131: checking for curl_easy_strerror in -lcurl
configure:29150: gcc -o conftest -g -O2 -fvisibility=hidden -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure:29284: checking for curl_multi_strerror in -lcurl
configure:29303: gcc -o conftest -g -O2 -fvisibility=hidden -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl 1>&5
configure:30177: checking for QDBM support
configure:30508: checking for GDBM support
configure:30825: checking for NDBM support
configure:31157: checking for Berkeley DB4 support
configure:31480: checking for Berkeley DB3 support
configure:31803: checking for Berkeley DB2 support
configure:32042: checking for DB1 support
configure:32397: checking for DBM support
configure:32797: checking for CDB support
configure:32828: checking for INI File support
configure:32859: checking for FlatFile support
configure:32874: checking whether to enable DBA interface
configure:33204: checking whether to enable DOM support
configure:33277: checking for xml2-config path
configure:33435: checking whether libxml build works
configure:33885: checking for ENCHANT support
configure:34536: checking whether to enable EXIF (metadata from images) support
configure:34880: checking for fileinfo support
configure:35230: checking for utimes
configure:35258: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl 1>&5
configure:35230: checking for strndup
configure:35258: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl 1>&5
configure:35242:6: warning: conflicting types for built-in function 'strndup' [enabled by default]
char $ac_func();
^
configure:35296: checking whether to enable input filter support
configure:35340: checking pcre install prefix
configure:35756: checking whether to enable FTP support
configure:35800: checking OpenSSL dir for FTP
configure:36837: checking for GD support
configure:36882: checking for the location of libjpeg
configure:36907: checking for the location of libpng
configure:36956: checking for the location of libXpm
configure:36979: checking for FreeType 2
configure:37002: checking for T1lib support
configure:37025: checking whether to enable truetype string function in GD
configure:37048: checking whether to enable JIS-mapped Japanese font support in GD
configure:37100: checking for fabsf
configure:37128: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:37112:6: warning: conflicting types for built-in function 'fabsf' [enabled by default]
char $ac_func();
^
configure:37100: checking for floorf
configure:37128: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:37112:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
char $ac_func();
^
configure:37300: checking for jpeg_read_header in -ljpeg
configure:37319: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:37597: checking for png_write_image in -lpng
configure:37616: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib -L/opt/lib -lz conftest.c -lpng -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:38390: checking for FT_New_Face in -lfreetype
configure:38409: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:45138: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:45373: checking for GNU gettext support
configure:46131: checking for GNU MP support
configure:46914: checking for mhash support
configure:46958: checking whether to enable hash support
configure:47016: checking whether byte ordering is bigendian
configure:47067: checking size of short
configure:47086: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure: In function 'main':
configure:47080:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:47106: checking size of int
configure:47145: checking size of long
configure:47184: checking size of long long
configure:47552: checking for iconv support
configure:47616: checking for iconv
configure:47644: gcc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib -L/opt/lib conftest.c 1>&5
configure:48240: checking if iconv is glibc's
configure:48249: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:48534: checking if iconv supports errno
configure:48569: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:48601: checking if your cpp allows macro usage in include lines
configure:48613: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:48969: checking for IMAP support
configure:49013: checking for IMAP Kerberos support
configure:49036: checking for IMAP SSL support
configure:51491: checking for InterBase support
configure:52426: checking whether to enable internationalization support
configure:53418: checking whether to enable JavaScript Object Serialization support
configure:53464: checking for ANSI C header files
configure:53894: checking for LDAP support
configure:53938: checking for LDAP Cyrus SASL support
configure:56774: checking whether to enable multibyte string support
configure:56818: checking whether to enable multibyte regex support
configure:56841: checking whether to check multibyte regex backtrack
configure:56864: checking for external libmbfl
configure:56887: checking for external oniguruma
configure:56928: checking for variable length prototypes and stdarg.h
configure:56961: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:56982: checking for stdlib.h
configure:56982: checking for string.h
configure:56982: checking for strings.h
configure:56992: gcc -E conftest.c >/dev/null 2>conftest.out
configure:56982: checking for unistd.h
configure:56982: checking for sys/time.h
configure:56982: checking for sys/times.h
configure:56992: gcc -E conftest.c >/dev/null 2>conftest.out
configure:56982: checking for stdarg.h
configure:57019: checking size of int
configure:57058: checking size of short
configure:57097: checking size of long
configure:57136: checking for working const
configure:57190: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:57211: checking whether time.h and sys/time.h may both be included
configure:57225: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:57248: checking for working alloca.h
configure:57281: checking for alloca
configure:57480: checking for 8-bit clean memcmp
configure:57498: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure: In function 'main':
configure:57493:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
^
configure:57517: checking for stdarg.h
configure:58969: checking for mcrypt support
configure:59022: checking for libmcrypt version
configure:59148: checking for mcrypt_module_open in -lmcrypt
configure:59167: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -lltdl conftest.c -lmcrypt -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:59812: checking for MSSQL support via FreeTDS
configure:60473: checking for MySQL support
configure:60517: checking for specified location of the MySQL UNIX socket
configure:60738: checking for mysql_close in -lmysqlclient
configure:60757: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib conftest.c -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:61367: checking for MySQL UNIX socket location
configure:61740: checking for MySQLi support
configure:61784: checking whether to enable embedded MySQLi support
configure:62794: checking for Oracle Database OCI8 support
configure:66426: checking whether to enable pcntl support
configure:67000: checking whether to enable PDO support
configure:67434: checking for PDO_DBLIB support via FreeTDS
configure:68151: checking for Firebird support for PDO
configure:69139: checking for MySQL support for PDO
configure:70641: checking Oracle OCI support for PDO
configure:72728: checking for ODBC v3 support for PDO
configure:73857: checking for PostgreSQL support for PDO
configure:74738: checking for sqlite 3 support for PDO
configure:74787: checking for PDO includes
configure:74793: checking for PDO includes
configure:75977: checking for usleep
configure:75977: checking for nanosleep
configure:76033: checking for time.h
configure:76043: gcc -E conftest.c >/dev/null 2>conftest.out
configure:76167: checking for fdatasync in -lrt
configure:76186: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:76267: checking for PostgreSQL support
configure:77986: checking for phar archive support
configure:78320: checking for phar openssl support
configure:78395: checking whether to enable POSIX-like functions
configure:78737: checking for sys/mkdev.h
configure:78747: gcc -E conftest.c >/dev/null 2>conftest.out
configure:78743:23: fatal error: sys/mkdev.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 78742 "configure"
#include "confdefs.h"
#include <sys/mkdev.h>
configure:78777: checking for seteuid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for setegid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for setsid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for getsid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for setpgid
configure:78777: checking for getpgid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for ctermid
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for mkfifo
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for mknod
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for getrlimit
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for getlogin
configure:78777: checking for getgroups
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for makedev
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
/tmp/ccDyoxgW.o: In function `main':
/usr/src/php-5.3.29/configure:78799: undefined reference to `makedev'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 78782 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char makedev(); 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 makedev();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_makedev) || defined (__stub___makedev)
choke me
#else
makedev();
#endif
; return 0; }
configure:78777: checking for initgroups
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78777: checking for getpwuid_r
configure:78777: checking for getgrgid_r
configure:78805: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78831: checking for working ttyname_r() implementation
configure:78851: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure:78873: checking for utsname.domainname
configure:78891: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:78922: checking for PSPELL support
configure:79665: checking for libedit readline replacement
configure:79710: checking for readline support
configure:81269: checking for recode support
configure:82389: checking whether to enable PHP sessions
configure:82433: checking for mm support
configure:82455: checking whether pwrite works
configure:82488: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure: In function 'main':
configure:82478:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (fd < 0) exit(1);
^
configure:82575: checking whether pread works
configure:82608: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto 1>&5
configure: In function 'main':
configure:82599:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (fd < 0) exit(1);
^
configure:83219: checking whether to enable shmop support
configure:83563: checking whether to enable SimpleXML support
configure:83636: checking for xml2-config path
configure:83794: checking whether libxml build works
configure:84209: checking for SNMP support
configure:84253: checking OpenSSL dir for SNMP
configure:84276: checking whether to enable UCD SNMP hack
configure:86099: checking whether to enable SOAP support
configure:86172: checking for xml2-config path
configure:86330: checking whether libxml build works
configure:86707: checking whether to enable sockets support
configure:87226: checking whether zend_object_value is packed
configure:87245: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/src/php-5.3.29/ext/date/lib -I/usr/src/php-5.3.29/ext/ereg/regex -I/usr/include/libxml2 -I/opt/include -I/opt/include/freetype2 -I/usr/src/php-5.3.29/ext/mbstring/oniguruma -I/usr/src/php-5.3.29/ext/mbstring/libmbfl -I/usr/src/php-5.3.29/ext/mbstring/libmbfl/mbfl -I/opt/include/mysql -I/usr/src/php-5.3.29/ext/sqlite3/libsqlite -I/usr/src/php-5.3.29 -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl 1>&5
configure: failed program was:
#line 87236 "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:87609: checking for sqlite support
configure:87653: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)
configure:87681: checking for PDO includes
configure:88025: checking for lemon
configure:88466: checking size of char *
configure:88485: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl 1>&5
configure: In function 'main':
configure:88479:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
if (!f) exit(1);
^
configure:88547: checking for usleep
configure:88547: checking for nanosleep
configure:88603: checking for time.h
configure:88644: checking whether flush should be called explicitly after a buffered io
configure:88693: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl 1>&5
/tmp/cceRQGZe.o: In function `main':
/usr/src/php-5.3.29/configure:88662: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:88721: checking for crypt in -lcrypt
configure:88740: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl 1>&5
configure:88769: checking for standard DES crypt
configure:88799: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:88792:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("rasmuslerdorf","rl"),"rl.3StKT.4T8M"));
^
configure:88820: checking for extended DES crypt
configure:88850: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:88843:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
^
configure: failed program was:
#line 88831 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
#else
exit(0);
#endif
}
configure:88871: checking for MD5 crypt
configure:88910: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:88901:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default]
strcpy(answer,salt);
^
configure:88902:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default]
strcat(answer,"rISCgZzpwk3UhDidwXvin0");
^
configure:88903:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
^
configure:88931: checking for Blowfish crypt
configure:88967: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:88957:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default]
strcat(salt,"rasmuslerd............");
^
configure:88958:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default]
strcpy(answer,salt);
^
configure:88960:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
^
configure: failed program was:
#line 88942 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
char salt[30], answer[70];
salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0';
strcat(salt,"rasmuslerd............");
strcpy(answer,salt);
strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra");
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
exit(0);
#endif
}
configure:88988: checking for SHA512 crypt
configure:89023: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:89014:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default]
strcpy(answer, salt);
^
configure:89016:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("foo",salt),answer));
^
configure: failed program was:
#line 88999 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
char salt[30], answer[80];
salt[0]='$'; salt[1]='6'; salt[2]='$'; salt[3]='$'; salt[4]='b'; salt[5]='a'; salt[6]='r'; salt[7]='\0';
strcpy(answer, salt);
strcpy(&answer[29],"3980QMXjqd7rHQZPQ1yHsXkQqC1FBzDiVfTHXL.LaeDAeVV.IzMaV9VU4MQ8kPuZa2SOP1A0RPm772EaFYjpEJtdu.");
exit (strcmp((char *)crypt("foo",salt),answer));
#else
exit(0);
#endif
}
configure:89044: checking for SHA256 crypt
configure:89079: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:89069:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default]
strcat(salt,"");
^
configure:89070:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default]
strcpy(answer, salt);
^
configure:89072:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (strcmp((char *)crypt("foo",salt),answer));
^
configure: failed program was:
#line 89055 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
char salt[30], answer[80];
salt[0]='$'; salt[1]='5'; salt[2]='$'; salt[3]='$'; salt[4]='s'; salt[5]='a'; salt[6]='l'; salt[7]='t'; salt[8]='s'; salt[9]='t'; salt[10]='r'; salt[11]='i'; salt[12]='n'; salt[13]='g'; salt[14]='\0';
strcat(salt,"");
strcpy(answer, salt);
strcpy(&answer[29], "B8vYYiY.CVt1RlTTf8KbXBH3hsxY/GNooZaBBGWEc5");
exit (strcmp((char *)crypt("foo",salt),answer));
#else
exit(0);
#endif
}
configure:89103: checking whether the compiler supports __alignof__
configure:89119: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:89144: checking whether the compiler supports aligned attribute
configure:89160: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:89339: checking for getcwd
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89339: checking for getwd
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccQ8uN7g.o: In function `main':
/usr/src/php-5.3.29/configure:89361: warning: the `getwd' function is dangerous and should not be used.
configure:89339: checking for asinh
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'asinh' [enabled by default]
char $ac_func();
^
configure:89339: checking for acosh
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'acosh' [enabled by default]
char $ac_func();
^
configure:89339: checking for atanh
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'atanh' [enabled by default]
char $ac_func();
^
configure:89339: checking for log1p
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'log1p' [enabled by default]
char $ac_func();
^
configure:89339: checking for hypot
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'hypot' [enabled by default]
char $ac_func();
^
configure:89339: checking for glob
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89339: checking for strfmon
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'strfmon' [enabled by default]
char $ac_func();
^
configure:89339: checking for nice
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89339: checking for fpclass
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccYavjfs.o: In function `main':
/usr/src/php-5.3.29/configure:89361: undefined reference to `fpclass'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 89344 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char fpclass(); 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 fpclass();
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_fpclass) || defined (__stub___fpclass)
choke me
#else
fpclass();
#endif
; return 0; }
configure:89339: checking for isinf
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'isinf' [enabled by default]
char $ac_func();
^
configure:89339: checking for isnan
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'isnan' [enabled by default]
char $ac_func();
^
configure:89339: checking for mempcpy
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89351:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
char $ac_func();
^
configure:89339: checking for strpncpy
configure:89367: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/cc7HZOG2.o: In function `main':
/usr/src/php-5.3.29/configure:89361: undefined reference to `strpncpy'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 89344 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strpncpy(); 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 strpncpy();
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_strpncpy) || defined (__stub___strpncpy)
choke me
#else
strpncpy();
#endif
; return 0; }
configure:89392: checking for working fnmatch
configure:89407: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure: In function 'main':
configure:89404:10: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
main() { exit (fnmatch ("a*", "abc", 0) != 0); }
^
configure:89434: checking for fork
configure:89462: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89446:6: warning: conflicting types for built-in function 'fork' [enabled by default]
char $ac_func();
^
configure:89492: checking if your OS can spawn processes with inherited handles
configure:89516: checking for res_nsearch
configure:89544: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/cciGbK7r.o: In function `main':
/usr/src/php-5.3.29/configure:89538: undefined reference to `res_nsearch'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 89521 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char res_nsearch(); 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_nsearch();
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_nsearch) || defined (__stub___res_nsearch)
choke me
#else
res_nsearch();
#endif
; return 0; }
configure:89562: checking for __res_nsearch
configure:89590: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/bin/ld: /tmp/ccaoQuEy.o: undefined reference to symbol '__res_nsearch@@GLIBC_2.2.5'
/opt/lib/libresolv.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 89567 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __res_nsearch(); 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_nsearch();
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_nsearch) || defined (__stub_____res_nsearch)
choke me
#else
__res_nsearch();
#endif
; return 0; }
configure:89628: checking for res_nsearch in -lresolv
configure:89647: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/cc0VpbJv.o: In function `main':
/usr/src/php-5.3.29/configure:89643: undefined reference to `res_nsearch'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 89636 "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_nsearch();
int main() {
res_nsearch()
; return 0; }
configure:89667: checking for __res_nsearch in -lresolv
configure:89686: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:89722: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt -lresolv 1>&5
configure:90051: checking for dns_search
configure:90079: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccStPqWW.o: In function `main':
/usr/src/php-5.3.29/configure:90073: undefined reference to `dns_search'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90056 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dns_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 dns_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_dns_search) || defined (__stub___dns_search)
choke me
#else
dns_search();
#endif
; return 0; }
configure:90097: checking for __dns_search
configure:90125: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/cc3uvvb4.o: In function `main':
/usr/src/php-5.3.29/configure:90119: undefined reference to `__dns_search'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90102 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char __dns_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 __dns_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___dns_search) || defined (__stub_____dns_search)
choke me
#else
__dns_search();
#endif
; return 0; }
configure:90163: checking for dns_search in -lresolv
configure:90182: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccQ11vsb.o: In function `main':
/usr/src/php-5.3.29/configure:90178: undefined reference to `dns_search'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90171 "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 dns_search();
int main() {
dns_search()
; return 0; }
configure:90202: checking for __dns_search in -lresolv
configure:90221: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccovjUrn.o: In function `main':
/usr/src/php-5.3.29/configure:90217: undefined reference to `__dns_search'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90210 "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 __dns_search();
int main() {
__dns_search()
; return 0; }
configure:90299: checking for dns_search in -lbind
configure:90318: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lbind -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/bin/ld: cannot find -lbind
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90307 "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 dns_search();
int main() {
dns_search()
; return 0; }
configure:90338: checking for __dns_search in -lbind
configure:90357: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lbind -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/bin/ld: cannot find -lbind
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90346 "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 __dns_search();
int main() {
__dns_search()
; return 0; }
configure:90435: checking for dns_search in -lsocket
configure:90454: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lsocket -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90443 "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 dns_search();
int main() {
dns_search()
; return 0; }
configure:90474: checking for __dns_search in -lsocket
configure:90493: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lsocket -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90482 "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 __dns_search();
int main() {
__dns_search()
; return 0; }
configure:90586: checking for dn_expand
configure:90614: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccsL7OBE.o: In function `main':
/usr/src/php-5.3.29/configure:90608: undefined reference to `dn_expand'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 90591 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dn_expand(); 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_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:90632: checking for __dn_expand
configure:90660: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:91121: checking for dn_skipname
configure:91149: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/ccgixtjW.o: In function `main':
/usr/src/php-5.3.29/configure:91143: undefined reference to `dn_skipname'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 91126 "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:91167: checking for __dn_skipname
configure:91195: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:91658: checking for res_search
configure:91686: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
/tmp/cc4xo0Kb.o: In function `main':
/usr/src/php-5.3.29/configure:91680: undefined reference to `res_search'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 91663 "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:91704: checking for __res_search
configure:91732: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92189: checking whether atof() accepts NAN
configure:92220: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92247: checking whether atof() accepts INF
configure:92281: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92308: checking whether HUGE_VAL == INF
configure:92342: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92369: checking whether HUGE_VAL + -HUGEVAL == NAN
configure:92405: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92432: checking whether strptime() declaration fails
configure:92454: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:92482: checking for wchar.h
configure:92492: gcc -E conftest.c >/dev/null 2>conftest.out
configure:92521: checking for mblen
configure:92549: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92576: checking for mbrlen
configure:92604: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92576: checking for mbsinit
configure:92604: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/opt/lib -L/opt/lib -Wl,-rpath,/opt/lib/mysql -L/opt/lib/mysql conftest.c -lresolv -lcrypt -lrt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lz -lm -ldl -lssl -lcrypto -lcurl -lxml2 -lz -lm -ldl -lssl -lcrypto -lxml2 -lz -lm -ldl -lxml2 -lz -lm -ldl -lcrypt 1>&5
configure:92629: checking for mbstate_t
configure:92648: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:92676: checking for atomic.h
configure:92686: gcc -E conftest.c >/dev/null 2>conftest.out
configure:92682:20: fatal error: atomic.h: No such file or directory
#include <$ac_hdr>
^
compilation terminated.
configure: failed program was:
#line 92681 "configure"
#include "confdefs.h"
#include <atomic.h>
configure:93076: checking for Sybase-CT support
configure:95484: checking whether to enable System V IPC support
configure:95864: checking whether to enable System V semaphore support
configure:96254: checking whether to enable System V shared memory support
configure:96598: checking for TIDY support
configure:97250: checking whether to enable tokenizer support
configure:97596: checking whether to enable WDDX support
configure:97665: checking libexpat dir for WDDX
configure:98445: checking whether to enable XML support
configure:98514: checking libexpat install dir
configure:98543: checking for xml2-config path
configure:98701: checking whether libxml build works
configure:99264: checking whether to enable XMLReader support
configure:99337: checking for xml2-config path
configure:99495: checking whether libxml build works
configure:99904: checking for XMLRPC-EPI support
configure:99973: checking libexpat dir for XMLRPC-EPI
configure:99996: checking iconv dir for XMLRPC-EPI
configure:102436: checking whether to enable XMLWriter support
configure:102509: checking for xml2-config path
configure:102667: checking whether libxml build works
configure:103044: checking for XSL support
configure:103244: checking for EXSLT support
configure:103720: checking for zip archive read/writesupport
configure:103789: checking pcre install prefix
configure:103833: checking for the location of zlib
configure:103973:29: fatal error: main/php_config.h: No such file or directory
#include <main/php_config.h>
^
compilation terminated.
configure:103992:29: fatal error: main/php_config.h: No such file or directory
#include <main/php_config.h>
^
compilation terminated.
configure:104364: checking whether to enable mysqlnd
configure:104408: checking whether to disable compressed protocol support in mysqlnd
configure:105107: checking whether to install PEAR
configure:105209: checking for bison version
configure:105265: checking for inttypes.h
configure:105265: checking for stdint.h
configure:105265: checking for limits.h
configure:105265: checking for malloc.h
configure:105275: gcc -E conftest.c >/dev/null 2>conftest.out
configure:105265: checking for string.h
configure:105265: checking for unistd.h
configure:105265: checking for stdarg.h
configure:105265: checking for sys/types.h
configure:105265: checking for sys/time.h
configure:105265: checking for signal.h
configure:105265: checking for unix.h
configure:105265: checking for stdlib.h
configure:105265: checking for dlfcn.h
configure:105303: checking for size_t
configure:105336: checking return type of signal handlers
configure:105358: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105382: checking for uint
configure:105415: checking for ulong
configure:105450: checking for int32_t
configure:105471: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105490: checking for uint32_t
configure:105511: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105530: checking for vprintf
configure:105635: checking for 8-bit clean memcmp
configure:105673: checking for working alloca.h
configure:105706: checking for alloca
configure:105907: checking for memcpy
configure:105907: checking for strdup
configure:105907: checking for getpid
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105907: checking for kill
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105907: checking for strtod
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105907: checking for strtol
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105907: checking for finite
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:105919:6: warning: conflicting types for built-in function 'finite' [enabled by default]
char $ac_func();
^
configure:105907: checking for fpclass
configure:105907: checking for sigsetjmp
configure:105935: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
/tmp/ccmmZBlr.o: In function `main':
/usr/src/php-5.3.29/configure:105929: undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 105912 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sigsetjmp(); 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 sigsetjmp();
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_sigsetjmp) || defined (__stub___sigsetjmp)
choke me
#else
sigsetjmp();
#endif
; return 0; }
configure:105961: checking whether sprintf is broken
configure:105976: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:105973:22: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
^
configure:105973:27: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default]
main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
^
configure:106010: checking for finite
configure:106010: checking for isfinite
configure:106038: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
/tmp/ccuravTu.o: In function `main':
/usr/src/php-5.3.29/configure:106032: undefined reference to `isfinite'
collect2: error: ld returned 1 exit status
configure: failed program was:
#line 106015 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char isfinite(); 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 isfinite();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif
; return 0; }
configure:106010: checking for isinf
configure:106010: checking for isnan
configure:106065: checking whether fp_except is defined
configure:106082: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106073:27: fatal error: floatingpoint.h: No such file or directory
#include <floatingpoint.h>
^
compilation terminated.
configure: failed program was:
#line 106071 "configure"
#include "confdefs.h"
#include <floatingpoint.h>
int main() {
fp_except x = (fp_except) 0;
; return 0; }
configure:106109: checking for usable _FPU_SETCW
configure:106131: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106152: checking for usable fpsetprec
configure:106173: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106156:32: fatal error: machine/ieeefp.h: No such file or directory
#include <machine/ieeefp.h>
^
compilation terminated.
configure: failed program was:
#line 106154 "configure"
#include "confdefs.h"
#include <machine/ieeefp.h>
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:106194: checking for usable _controlfp
configure:106215: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:106208:16: error: '_PC_53' undeclared (first use in this function)
_controlfp(_PC_53, _MCW_PC);
^
configure:106208:16: note: each undeclared identifier is reported only once for each function it appears in
configure:106208:24: error: '_MCW_PC' undeclared (first use in this function)
_controlfp(_PC_53, _MCW_PC);
^
configure: failed program was:
#line 106196 "configure"
#include "confdefs.h"
#include <float.h>
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:106236: checking for usable _controlfp_s
configure:106258: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:106251:27: error: '_PC_53' undeclared (first use in this function)
_controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
^
configure:106251:27: note: each undeclared identifier is reported only once for each function it appears in
configure:106251:35: error: '_MCW_PC' undeclared (first use in this function)
_controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
^
configure: failed program was:
#line 106238 "configure"
#include "confdefs.h"
#include <float.h>
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:106279: checking whether FPU control word can be manipulated by inline assembler
configure:106303: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106325: checking whether double cast to long preserves least significant bits
configure:106357: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:106343:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(0);
^
configure:106349:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(0);
^
configure:106352:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(1);
^
configure: failed program was:
#line 106333 "configure"
#include "confdefs.h"
#include <limits.h>
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:106383: checking for dlfcn.h
configure:106421: checking whether dlsym() requires a leading underscore in symbol names
configure:106491: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:106487:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit (status);
^
/tmp/ccPt3tN1.o: In function `main':
/usr/src/php-5.3.29/configure:106475: undefined reference to `dlopen'
/usr/src/php-5.3.29/configure:106480: undefined reference to `dlsym'
/usr/src/php-5.3.29/configure:106485: undefined reference to `dlerror'
/usr/src/php-5.3.29/configure:106481: undefined reference to `dlsym'
collect2: error: ld returned 1 exit status
configure:106574: checking virtual machine dispatch method
configure:106578: checking whether to enable thread-safety
configure:106582: checking whether to enable inline optimization for GCC
configure:106586: checking whether to enable Zend debugging
configure:106590: checking whether to enable Zend multibyte
configure:106663: checking for inline
configure:106677: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106706: checking target system is Darwin
configure:106718: checking for MM alignment and log values
configure:106762: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure: In function 'main':
configure:106757:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
exit(0);
^
configure:106787: checking for memory allocation using mmap(MAP_ANON)
configure:106831: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106853: checking for memory allocation using mmap(/dev/zero)
configure:106907: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:106931: checking for mremap
configure:106959: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:107026: checking for stdarg.h
configure:108057: checking build system type
configure:108086: checking for ld used by gcc
configure:108158: checking if the linker (/bin/ld) is GNU ld
configure:108178: checking for /bin/ld option to reload object files
configure:108203: checking for BSD-compatible nm
configure:108256: checking how to recognize dependent libraries
configure:108448: checking for object suffix
configure:108454: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:108474: checking for executable suffix
configure:108484: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:108579: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:108754: checking the maximum length of command line arguments
configure:108876: checking command to parse /bin/nm -B output from gcc object
configure:108980: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:108983: /bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' > conftest.nm
configure:109034: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c conftstm.o 1>&5
configure:109074: checking for objdir
configure:109140: checking for ar
configure:109207: checking for ranlib
configure:109274: checking for strip
configure:109830: checking if gcc supports -fno-rtti -fno-exceptions
configure:109847: gcc -c -I/usr/include -g -O2 -fvisibility=hidden -fno-rtti -fno-exceptions conftest.c 1>&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:109851: $? = 0
configure:109880: checking for gcc option to produce PIC
configure:110127: checking if gcc PIC flag -fPIC works
configure:110144: gcc -c -I/usr/include -g -O2 -fvisibility=hidden -fPIC -DPIC conftest.c 1>&5
configure:110148: $? = 0
configure:110190: checking if gcc static flag -static works
configure:110228: checking if gcc supports -c -o file.o
configure:110248: gcc -c -I/usr/include -g -O2 -fvisibility=hidden -o out/conftest2.o conftest.c 1>&5
configure:110252: $? = 0
configure:110299: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries
configure:111243: checking whether -lc should be explicitly linked in
configure:111247: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
configure:111261: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1
configure:111280: checking dynamic linker characteristics
configure:111905: checking how to hardcode library paths into programs
configure:111943: checking whether stripping libraries is possible
configure:112533: checking if libtool supports shared libraries
configure:112537: checking whether to build shared libraries
configure:112560: checking whether to build static libraries