This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1236: checking for a BSD compatible install
configure:1289: checking whether build environment is sane
configure:1346: checking whether make sets ${MAKE}
configure:1392: checking for working aclocal
configure:1405: checking for working autoconf
configure:1418: checking for working automake
configure:1431: checking for working autoheader
configure:1444: checking for working makeinfo
configure:1474: checking whether to enable maintainer-specific portions of Makefiles
configure:1503: checking host system type
configure:1531: checking for bison
configure:1565: checking bison version
configure:1578: checking for gcc
configure:1691: checking whether the C compiler (gcc ) works
configure:1707: gcc -o conftest conftest.c 1>&5
configure:1733: checking whether the C compiler (gcc ) is a cross-compiler
configure:1738: checking whether we are using GNU C
configure:1747: gcc -E conftest.c
configure:1766: checking whether gcc accepts -g
configure:1798: checking how to run the C preprocessor
configure:1819: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1878: checking for AIX
configure:1915: checking for gcc option to accept ANSI C
configure:1968: gcc -c -g -O2 conftest.c 1>&5
configure:1995: checking for ranlib
configure:2024: checking whether gcc and cc understand -c and -o together
configure:2039: gcc -c conftest.c -o conftest.o 1>&5
configure:2040: gcc -c conftest.c -o conftest.o 1>&5
configure:2045: cc -c conftest.c 1>&5
configure:2047: cc -c conftest.c -o conftest.o 1>&5
configure:2048: cc -c conftest.c -o conftest.o 1>&5
configure:2075: checking whether ln -s works
configure:2102: checking for flex
configure:2135: checking for flex
configure:2169: checking for yywrap in -lfl
configure:2188: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2211: checking lex output file root
configure:2232: checking whether yytext is a pointer
configure:2251: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:2274: checking for working const
configure:2328: gcc -c -g -O2 conftest.c 1>&5
configure:2442: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccOL8AzK.o: In function `main':
/usr/src/php-4.0.1pl2/configure:2437: undefined reference to `pthread_mutexattr_init'
/usr/src/php-4.0.1pl2/configure:2438: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2424 "configure"
#include "confdefs.h"
#include
#include
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2462: checking for pthreads_cflags
configure:2495: gcc -o conftest -g -O2 -kthread conftest.c 1>&5
gcc: unrecognized option `-kthread'
/tmp/ccJ9Bdxt.o: In function `main':
/usr/src/php-4.0.1pl2/configure:2490: undefined reference to `pthread_mutexattr_init'
/usr/src/php-4.0.1pl2/configure:2491: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2477 "configure"
#include "confdefs.h"
#include
#include
void *thread_routine(void *data) {
return data;
}
int main() {
pthread_t thd;
pthread_mutexattr_t mattr;
int data = 1;
pthread_mutexattr_init(&mattr);
return pthread_create(&thd, NULL, thread_routine, &data);
}
configure:2495: gcc -o conftest -g -O2 -pthread conftest.c 1>&5
configure:2524: checking for pthreads_lib
configure:2629: checking for AOLserver support
configure:2703: checking for Apache module support via DSO through APXS
configure:2805: checking for Apache module support
configure:3031: checking for mod_charset compatibility option
configure:3055: checking whether gcc supports -rdynamic
configure:3227: checking for fhttpd module support
configure:3272: checking for Zeus ISAPI support
configure:3334: checking for NSAPI support
configure:3413: checking for PHTTPD support
configure:3474: checking for Pi3Web Support
configure:3652: checking for Roxen/Pike support
configure:3754: checking for Servlet support
configure:3879: checking for thttpd
configure:3885: checking for chosen SAPI module
configure:3934: checking for missing declarations of reentrant functions
configure:3943: gcc -c -g -O2 conftest.c 1>&5
configure:3968: gcc -c -g -O2 conftest.c 1>&5
configure:3993: gcc -c -g -O2 conftest.c 1>&5
configure:4018: gcc -c -g -O2 conftest.c 1>&5
configure:4043: gcc -c -g -O2 conftest.c 1>&5
configure:4064: checking whether compiler supports -R
configure:4079: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5
gcc: unrecognized option `-R'
/usr/lib: file not recognized: Is a directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4072 "configure"
#include "confdefs.h"
int main() {
; return 0; }
configure:4097: checking whether compiler supports -Wl,-rpath,
configure:4112: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
configure:4137: checking for sendmail
configure:4180: checking whether system uses EBCDIC
configure:4199: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 4191 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
configure:4235: checking for socket in -lsocket
configure:4254: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot open -lsocket: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4243 "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 socket();
int main() {
socket()
; return 0; }
configure:4301: checking for htonl in -lsocket
configure:4320: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot open -lsocket: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4309 "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 htonl();
int main() {
htonl()
; return 0; }
configure:4370: checking for yp_get_default_domain
configure:4398: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccTh3NyE.o: In function `main':
/usr/src/php-4.0.1pl2/configure:4392: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4375 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yp_get_default_domain(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char yp_get_default_domain();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
choke me
#else
yp_get_default_domain();
#endif
; return 0; }
configure:4423: checking for gethostname in -lnsl
configure:4442: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure:4562: checking for crypt in -lcrypt
configure:4581: gcc -o conftest -g -O2 conftest.c -lcrypt -lnsl 1>&5
configure:4630: checking for dlopen in -ldl
configure:4649: gcc -o conftest -g -O2 conftest.c -ldl -lcrypt -lnsl 1>&5
configure:4693: checking for sin in -lm
configure:4712: gcc -o conftest -g -O2 conftest.c -lm -ldl -lcrypt -lnsl 1>&5
configure:4705: warning: conflicting types for built-in function `sin'
configure:4741: checking for inet_aton in -lbind
configure:4760: gcc -o conftest -g -O2 conftest.c -lbind -lm -ldl -lcrypt -lnsl 1>&5
/usr/bin/ld: cannot open -lbind: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4749 "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 inet_aton();
int main() {
inet_aton()
; return 0; }
configure:4809: checking for inet_aton in -lresolv
configure:4828: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl 1>&5
configure:4857: checking for res_search in -lsocket
configure:4876: gcc -o conftest -g -O2 conftest.c -lsocket -lresolv -lm -ldl -lcrypt -lnsl 1>&5
/usr/bin/ld: cannot open -lsocket: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4865 "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_search();
int main() {
res_search()
; return 0; }
configure:4995: checking for res_search in -lresolv
configure:5014: gcc -o conftest -g -O2 conftest.c -lresolv -lresolv -lm -ldl -lcrypt -lnsl 1>&5
configure:5141: checking for ANSI C header files
configure:5154: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5221: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:5251: checking for dirent.h that defines DIR
configure:5264: gcc -c -g -O2 conftest.c 1>&5
configure:5289: checking for opendir in -ldir
configure:5308: gcc -o conftest -g -O2 conftest.c -ldir -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/usr/bin/ld: cannot open -ldir: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 5297 "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:5415: checking for fclose declaration
configure:5424: gcc -c -g -O2 conftest.c 1>&5
configure:5478: checking for alloca.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for arpa/inet.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for crypt.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for fcntl.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for grp.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for limits.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for locale.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for netinet/in.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for pwd.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for signal.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for stdarg.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for stdlib.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for string.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for syslog.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/file.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/mman.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/resource.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
In file included from /usr/include/sys/resource.h:25,
from configure:5484:
/usr/include/bits/resource.h:109: warning: `RLIM_INFINITY' redefined
/usr/include/asm/resource.h:25: warning: this is the location of the previous definition
configure: failed program was:
#line 5483 "configure"
#include "confdefs.h"
#include
configure:5478: checking for sys/select.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/socket.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/statfs.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/statvfs.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/time.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/types.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for sys/varargs.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5484: sys/varargs.h: No such file or directory
configure: failed program was:
#line 5483 "configure"
#include "confdefs.h"
#include
configure:5478: checking for sys/wait.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for unistd.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5478: checking for unix.h
configure:5488: gcc -E conftest.c >/dev/null 2>conftest.out
configure:5484: unix.h: No such file or directory
configure: failed program was:
#line 5483 "configure"
#include "confdefs.h"
#include
configure:5516: checking whether struct tm is in sys/time.h or time.h
configure:5529: gcc -c -g -O2 conftest.c 1>&5
configure:5550: checking for tm_zone in struct tm
configure:5563: gcc -c -g -O2 conftest.c 1>&5
configure:5622: checking for tm_gmtoff in struct tm
configure:5635: gcc -c -g -O2 conftest.c 1>&5
configure:5658: checking for struct flock
configure:5673: gcc -c -g -O2 conftest.c 1>&5
configure:5700: checking for socklen_t
configure:5717: gcc -c -g -O2 conftest.c 1>&5
configure:5743: checking size of long
configure:5762: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:5782: checking size of int
configure:5801: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:5856: checking for st_blksize in struct stat
configure:5869: gcc -c -g -O2 conftest.c 1>&5
configure:5891: checking for st_blocks in struct stat
configure:5904: gcc -c -g -O2 conftest.c 1>&5
configure:5931: checking for st_rdev in struct stat
configure:5944: gcc -c -g -O2 conftest.c 1>&5
configure:5966: checking for size_t
configure:5999: checking for uid_t in sys/types.h
configure:6034: checking for vprintf
configure:6062: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for asctime_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for crypt
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for ctime_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for cuserid
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for flock
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for gcvt
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for getlogin
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for gethostbyaddr
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for getrusage
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for gettimeofday
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for gmtime_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for inet_aton
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for isascii
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for link
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for localtime_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for lockf
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for lrand48
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for memcpy
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6202: warning: conflicting types for built-in function `memcpy'
configure:6190: checking for memmove
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for mmap
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for putenv
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for random
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for rand_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for regcomp
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for setitimer
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for setlocale
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for setsockopt
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for setvbuf
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for shutdown
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for sin
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6202: warning: conflicting types for built-in function `sin'
configure:6190: checking for snprintf
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for srand48
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for srandom
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for statfs
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for statvfs
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for std_syslog
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/tmp/ccc5eWD9.o: In function `main':
/usr/src/php-4.0.1pl2/configure:6212: undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6195 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char std_syslog(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char std_syslog();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_std_syslog) || defined (__stub___std_syslog)
choke me
#else
std_syslog();
#endif
; return 0; }
configure:6190: checking for strcasecmp
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for strdup
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for strerror
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for strftime
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for strstr
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for strtok_r
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for symlink
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for tempnam
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for tzset
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for unsetenv
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for usleep
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for utime
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6190: checking for vsnprintf
configure:6218: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6246: checking for strlcat
configure:6274: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/tmp/ccuAm1EH.o: In function `main':
/usr/src/php-4.0.1pl2/configure:6268: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6251 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcat(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strlcat();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcat) || defined (__stub___strlcat)
choke me
#else
strlcat();
#endif
; return 0; }
configure:6246: checking for strlcpy
configure:6274: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/tmp/ccSBZ4Zj.o: In function `main':
/usr/src/php-4.0.1pl2/configure:6268: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 6251 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlcpy(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strlcpy();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlcpy) || defined (__stub___strlcpy)
choke me
#else
strlcpy();
#endif
; return 0; }
configure:6246: checking for getopt
configure:6274: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6301: checking whether utime accepts a null argument
configure:6322: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6348: checking for working alloca.h
configure:6381: checking for alloca
configure:6414: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6581: checking whether sprintf is broken
configure:6596: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6630: checking for declared timezone
configure:6651: gcc -c -g -O2 conftest.c 1>&5
configure:6677: checking for type of reentrant time-related functions
configure:6707: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure: In function `main':
configure:6699: warning: assignment makes integer from pointer without a cast
configure:6700: too many arguments to function `asctime_r'
configure: failed program was:
#line 6688 "configure"
#include "confdefs.h"
#include
#include
main() {
char buf[27];
struct tm t;
time_t old = 0;
int r, s;
s = gmtime_r(&old, &t);
r = (int) asctime_r(&t, buf, 26);
if (r == s && s == 0) exit(0);
exit(1);
}
configure:6736: checking for readdir_r
configure:6764: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6786: checking for type of readdir_r
configure:6817: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:6923: checking whether to use a configuration file
configure:6992: checking whether to include debugging symbols
configure:7048: checking whether to enable safe mode by default
configure:7103: checking for safe mode exec dir
configure:7144: checking whether to enable PHP's own SIGCHLD handler
configure:7201: checking whether to enable magic quotes by default
configure:7258: checking whether to enable runpaths
configure:7303: checking whether to explicitly link against libgcc
configure:7415: checking whether to enable short tags by default
configure:7472: checking whether to enable the URL-aware fopen wrapper
configure:7529: checking whether to enable PIC for shared objects
configure:7575: checking whether to enable dmalloc
configure:7652: checking whether to install PEAR
configure:7712: checking for ASPELL support
configure:7960: checking whether to enable bc style precision math functions
configure:8140: checking whether to enable calendar conversion support
configure:8314: checking whether to include cpdflib support
configure:9101: checking for CyberCash support
configure:9384: checking whether to enable DAV support through mod_dav
configure:9550: checking for db1/ndbm.h
configure:9560: gcc -E conftest.c >/dev/null 2>conftest.out
configure:9593: checking for gdbm_open in -lgdbm
configure:9612: gcc -o conftest -g -O2 conftest.c -lgdbm -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:9766: checking preferred dbm library
configure:9787: checking for gdbm.h
configure:9797: gcc -E conftest.c >/dev/null 2>conftest.out
configure:10077: checking whether to enable DBA
configure:10342: checking for GDBM support
configure:10588: checking for NDBM support
configure:10848: checking for Berkeley DB2 support
configure:11091: checking for Berkeley DB3 support
configure:11326: checking for DBM support
configure:11561: checking for CDB support
configure:11573: checking whether to enable DBA interface
configure:11727: checking whether to enable the bundled dbase library
configure:11901: checking whether to include DOM support
configure:12572: checking whether to enable exif support
configure:12746: checking whether to include fdftk support
configure:13128: checking whether to enable the bundled filePro support
configure:13304: checking whether to enable FTP support
configure:13484: checking whether to include GD support
configure:15326: checking for gdImageLine in -lgd
configure:15345: gcc -o conftest -g -O2 conftest.c -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:15373: checking for gdImageString16 in -lgd
configure:15392: gcc -o conftest -g -O2 conftest.c -lgd -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:15418: checking for gdImageString16 in -lgd
configure:15461: checking for compress in -lz
configure:15480: gcc -o conftest -g -O2 conftest.c -lz -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:15501: checking for png_info_init in -lpng
configure:15520: gcc -o conftest -g -O2 conftest.c -lpng -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lz 1>&5
configure:15541: checking for gdImageColorResolve in -lgd
configure:15560: gcc -o conftest -g -O2 conftest.c -lgd -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lz -lpng 1>&5
/tmp/ccbfIZ6Q.o: In function `main':
/usr/src/php-4.0.1pl2/configure:15556: undefined reference to `gdImageColorResolve'
collect2: ld returned 1 exit status
configure: failed program was:
#line 15549 "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 gdImageColorResolve();
int main() {
gdImageColorResolve()
; return 0; }
configure:15584: checking for gdImageCreateFromPng in -lgd
configure:15603: gcc -o conftest -g -O2 conftest.c -lgd -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lz -lpng 1>&5
/tmp/ccAYVVYz.o: In function `main':
/usr/src/php-4.0.1pl2/configure:15599: undefined reference to `gdImageCreateFromPng'
collect2: ld returned 1 exit status
configure: failed program was:
#line 15592 "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 gdImageCreateFromPng();
int main() {
gdImageCreateFromPng()
; return 0; }
configure:15627: checking for gdImageCreateFromGif in -lgd
configure:15646: gcc -o conftest -g -O2 conftest.c -lgd -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv -lz -lpng 1>&5
configure:15741: checking whether to include ttf support
configure:15969: checking for T1lib support
configure:16230: checking whether to enable 4bit antialias hack with FreeType2
configure:16433: checking whether to include GNU gettext support
configure:16849: checking for Hyperwave support
configure:17006: checking for ICAP support
configure:17325: checking for IMAP support
configure:17749: checking for Informix support
configure:18262: checking for InterBase support
configure:18581: checking for Java support
configure:19014: checking for LDAP support
configure:19514: checking for MCAL support
configure:19864: checking for mcrypt support
configure:20188: checking for mhash support
configure:20513: checking for mSQL support
configure:20908: checking for MySQL support
configure:22488: checking for Oracle-OCI8 support
configure:23539: checking for Adabas support
configure:23741: checking for Solid support
configure:23804: checking for IBM DB2 support
configure:23840: checking for Empress support
configure:23883: checking for Velocis support
configure:23924: checking for a custom ODBC support
configure:23958: checking for iODBC support
configure:24076: checking for Easysoft ODBC-ODBC Bridge support
configure:24110: checking for unixODBC support
configure:24144: checking for OpenLink ODBC support
configure:24178: checking for DBMaker support
configure:24393: checking for Oracle-ORACLE support
configure:29781: checking whether to include PCRE support
configure:30189: checking for memmove
configure:30243: checking whether to include Pdflib 3.x support
configure:31605: checking for PostgresSQL support
configure:32007: checking whether to include POSIX-like functions
configure:32184: checking for readline support
configure:32906: checking for recode support
configure:33370: checking for mm support
configure:33415: checking whether to enable transparent session id propagation
configure:33460: checking whether to enable session support
configure:33796: checking for OpenSSL support in SNMP
configure:33843: checking for SNMP support
configure:34448: checking whether to enable UCD SNMP hack
configure:34475: checking for dlopen
configure:34503: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:34527: checking for pam_start in -lpam
configure:34546: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lpam -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:34575: checking for getcwd
configure:34603: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:34575: checking for getwd
configure:34603: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/tmp/ccfItwpH.o: In function `main':
/usr/src/php-4.0.1pl2/configure:34597: the `getwd' function is dangerous and should not be used.
configure:34631: checking for standard DES crypt
configure:34653: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:34684: checking for extended DES crypt
configure:34706: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure: failed program was:
#line 34695 "configure"
#include "confdefs.h"
main() {
#if HAVE_CRYPT
exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc"));
#else
exit(0);
#endif
}
configure:34737: checking for MD5 crypt
configure:34768: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:34828: checking for Blowfish crypt
configure:34856: gcc -o conftest -g -O2 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure: failed program was:
#line 34839 "configure"
#include "confdefs.h"
main() {
#if HAVE_CRYPT
char salt[25], 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[16],"O............gl95GkTKn53Of.H4YchXl5PwvvW.5ri");
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
exit(0);
#endif
}
configure:35043: checking for libswf support
configure:35377: checking for Sybase support
configure:35840: checking for Sybase-CT support
configure:36363: checking whether to enable System V semaphore support
configure:36585: checking whether to enable System V shared memory support
configure:36761: checking whether to enable WDDX support
configure:36948: checking whether byte ordering is bigendian
configure:36966: gcc -c -g -O2 conftest.c 1>&5
configure:36981: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:36976: `not' undeclared (first use in this function)
configure:36976: (Each undeclared identifier is reported only once
configure:36976: for each function it appears in.)
configure:36976: parse error before `big'
configure: failed program was:
#line 36970 "configure"
#include "confdefs.h"
#include
#include
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:37047: checking for XML support
configure:37428: checking for YAZ support
configure:37777: checking whether to include YP support
configure:37962: checking whether to include zlib support
configure:38344: checking whether to enable versioning
configure:38412: checking which regex library to use
configure:38447: checking bison version
configure:38478: checking for limits.h
configure:38478: checking for malloc.h
configure:38488: gcc -E -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
configure:38478: checking for string.h
configure:38478: checking for unistd.h
configure:38478: checking for stdarg.h
configure:38478: checking for sys/types.h
configure:38478: checking for signal.h
configure:38478: checking for unix.h
configure:38478: checking for dlfcn.h
configure:38488: gcc -E -DXML_BYTE_ORDER=12 conftest.c >/dev/null 2>conftest.out
configure:38516: checking for size_t
configure:38549: checking return type of signal handlers
configure:38571: gcc -c -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
configure:38591: checking for dlopen in -ldl
configure:38631: checking for dlopen
configure:38683: checking for uint
configure:38716: checking for ulong
configure:38751: checking for vprintf
configure:38856: checking for 8-bit clean memcmp
configure:38874: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:38894: checking for working alloca.h
configure:38927: checking for alloca
configure:39128: checking for memcpy
configure:39128: checking for strdup
configure:39128: checking for getpid
configure:39156: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39128: checking for kill
configure:39156: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39128: checking for strtod
configure:39156: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39128: checking for strtol
configure:39156: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39128: checking for finite
configure:39156: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39182: checking whether sprintf is broken
configure:39231: checking for finite
configure:39231: checking for isfinite
configure:39259: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/tmp/ccXIlPEB.o: In function `main':
/usr/src/php-4.0.1pl2/configure:39253: undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure: failed program was:
#line 39236 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char isfinite(); below. */
#include
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char isfinite();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_isfinite) || defined (__stub___isfinite)
choke me
#else
isfinite();
#endif
; return 0; }
configure:39231: checking for isinf
configure:39259: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39231: checking for isnan
configure:39259: gcc -o conftest -g -O2 -DXML_BYTE_ORDER=12 -Wl,-rpath,/opt/db/mysql/mysql/lib -L/opt/db/mysql/mysql/lib conftest.c -ldl -lmysqlclient -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
configure:39286: checking whether fp_except is defined
configure:39303: gcc -c -g -O2 -DXML_BYTE_ORDER=12 conftest.c 1>&5
configure:39294: floatingpoint.h: No such file or directory
configure: failed program was:
#line 39292 "configure"
#include "confdefs.h"
#include
int main() {
fp_except x = (fp_except) 0;
; return 0; }
configure:39386: checking whether to enable C9x-inline semantics
configure:39390: checking whether to enable experimental ZTS
configure:39394: checking whether to enable inline optimization for GCC
configure:39398: checking whether to enable a memory limit
configure:39402: checking whether to enable Zend debugging
configure:40006: checking for inline
configure:40020: gcc -c -g -O2 -Wall -DXML_BYTE_ORDER=12 conftest.c 1>&5
configure: In function `main':
configure:40016: warning: control reaches end of non-void function
configure: At top level:
configure:40016: warning: return-type defaults to `int'
configure:40716: checking build system type
configure:40745: checking for ld used by GCC
configure:40808: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
configure:40824: checking for BSD-compatible nm
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2 -Wall -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2 -Wall -DXML_BYTE_ORDER=12 conftest.c 1>&5
conftest.c:1: warning: return-type defaults to `int'
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -Wall -fPIC -DPIC -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -Wall -o out/conftest2.o -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -Wall -c -o conftest.lo -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -Wall -fno-rtti -fno-exceptions -c conftest.c -DXML_BYTE_ORDER=12 conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2 -Wall -DXML_BYTE_ORDER=12 -static conftest.c 1>&5
conftest.c:1: warning: return-type defaults to `int'
GNU ld version 2.9.1 (with BFD 2.9.1.0.24)
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -O2 -Wall -DXML_BYTE_ORDER=12 conftest.c 1>&5
conftest.c:9: warning: return-type defaults to `int'
ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1709: gcc -o conftest -g -O2 -Wall -fno-builtin -fno-rtti -fno-exceptions -DXML_BYTE_ORDER=12 conftest.c conftstm.o 1>&5
conftest.c:6: warning: `main' is usually a function
configure:41069: checking for working mkdir -p