|
|

楼主 |
发表于 2005-9-24 23:46:43
|
显示全部楼层
php的config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:1738: checking for Cygwin environment
configure:1754: cc -c conftest.c 1>&5
configure: In function `main':
configure:1750: error: `__CYGWIN32__' undeclared (first use in this function)
configure:1750: error: (Each undeclared identifier is reported only once
configure:1750: error: for each function it appears in.)
configure: failed program was:
#line 1743 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1771: checking for mingw32 environment
configure:1783: cc -c conftest.c 1>&5
configure: In function `main':
configure:1779: error: `__MINGW32__' undeclared (first use in this function)
configure:1779: error: (Each undeclared identifier is reported only once
configure:1779: error: for each function it appears in.)
configure: failed program was:
#line 1776 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:1853: checking host system type
configure:1889: checking for a BSD compatible install
configure:1942: checking whether build environment is sane
configure:2013: checking for gawk
configure:2043: checking whether make sets ${MAKE}
configure:2156: checking whether to enable maintainer-specific portions of Makefiles
configure:2262: checking for gcc
configure:2375: checking whether the C compiler (gcc ) works
configure:2391: gcc -o conftest conftest.c 1>&5
configure:2417: checking whether the C compiler (gcc ) is a cross-compiler
configure:2422: checking whether we are using GNU C
configure:2431: gcc -E conftest.c
configure:2450: checking whether gcc accepts -g
configure:2489: checking for style of include used by make
configure:2523: checking dependency style of gcc
configure:2591: checking whether gcc and cc understand -c and -o together
configure:2606: gcc -c conftest.c -o conftest.o 1>&5
configure:2607: gcc -c conftest.c -o conftest.o 1>&5
configure:2612: cc -c conftest.c 1>&5
configure:2614: cc -c conftest.c -o conftest.o 1>&5
configure:2615: cc -c conftest.c -o conftest.o 1>&5
configure:2642: checking how to run the C preprocessor
configure:2663: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2722: checking for AIX
configure:2749: checking for gcc option to accept ANSI C
configure:2803: gcc -c -g -O2 conftest.c 1>&5
configure:2827: checking whether compiler supports -R
configure:2842: 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 2835 "configure"
#include "confdefs.h"
int main() {
; return 0; }
configure:2860: checking whether compiler supports -Wl,-rpath,
configure:2875: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5
configure:2898: checking for ranlib
configure:2926: checking whether ln -s works
configure:2951: checking for gawk
configure:2985: checking for bison
configure:2985: checking for byacc
configure:3029: checking for flex
configure:3063: checking for yywrap in -lfl
configure:3082: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:3106: checking lex output file root
configure:3127: checking whether yytext is a pointer
configure:3146: gcc -o conftest -g -O2 conftest.c -lfl 1>&5
configure:3170: checking for working const
configure:3224: gcc -c -g -O2 conftest.c 1>&5
configure:3345: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccaChROj.o(.text+0x28): In function `main':
/root/php-4.2.2/configure:3340: undefined reference to `pthread_mutexattr_init'
/tmp/ccaChROj.o(.text+0x3c):/root/php-4.2.2/configure:3341: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3327 "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:3365: checking for pthreads_cflags
configure:3398: gcc -o conftest -g -O2 -kthread conftest.c 1>&5
gcc: unrecognized option `-kthread'
/tmp/ccq20QJA.o(.text+0x28): In function `main':
/root/php-4.2.2/configure:3393: undefined reference to `pthread_mutexattr_init'
/tmp/ccq20QJA.o(.text+0x3c):/root/php-4.2.2/configure:3394: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3380 "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:3398: gcc -o conftest -g -O2 -pthread conftest.c 1>&5
configure:3427: checking for pthreads_lib
configure:3537: checking for AOLserver support
configure:3613: checking for Apache 1.x module support via DSO through APXS
configure:3745: checking for Apache 1.x module support
configure:3932: checking for mod_charset compatibility option
configure:4002: checking for Apache 2.0 module support via DSO through APXS
configure:4125: checking for Caudium support
configure:4296: checking whether writing to stdout works
configure:4325: gcc -o conftest -g -O2 conftest.c 1>&5
configure:4357: checking whether to force Apache CGI redirect
configure:4416: checking whether to discard path_info + path_translated
configure:4478: checking for fhttpd module support
configure:4526: checking for CLI build
configure:4551: checking for FastCGI support
configure:4617: checking for Zeus ISAPI support
configure:4683: checking for NSAPI support
configure:4766: checking for PHTTPD support
configure:4833: checking for Pi3Web Support
configure:5030: checking for Roxen/Pike support
configure:5135: checking for Servlet support
configure:5303: checking for thttpd
configure:5365: checking for TUX
configure:5435: checking for webjames
configure:5441: checking for chosen SAPI module
configure:5499: checking for missing declarations of reentrant functions
configure:5508: gcc -c -g -O2 conftest.c 1>&5
configure:5533: gcc -c -g -O2 conftest.c 1>&5
configure:5558: gcc -c -g -O2 conftest.c 1>&5
configure:5583: gcc -c -g -O2 conftest.c 1>&5
configure:5608: gcc -c -g -O2 conftest.c 1>&5
configure:5631: checking for sendmail
configure:5672: checking whether system uses EBCDIC
configure:5691: gcc -o conftest -g -O2 conftest.c 1>&5
configure: failed program was:
#line 5683 "configure"
#include "confdefs.h"
int main(void) {
return (unsigned char)'A' != (unsigned char)0xC1;
}
configure:5759: checking for socket in -lsocket
configure:5778: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 5767 "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:5814: checking for htonl in -lsocket
configure:5833: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 5822 "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:5872: checking for yp_get_default_domain
configure:5900: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/cc0lTgvz.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:5894: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5877 "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:5924: checking for gethostname in -lnsl
configure:5943: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5
configure:6041: checking for dlopen in -ldl
configure:6060: gcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5
configure:6093: checking for sin in -lm
configure:6112: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5
configure:6105: warning: conflicting types for built-in function `sin'
configure:6141: checking for inet_aton in -lresolv
configure:6160: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5
configure:6287: checking for res_search in -lsocket
configure:6306: gcc -o conftest -g -O2 conftest.c -lsocket -lresolv -lm -ldl -lnsl 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 6295 "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:6425: checking for res_search in -lresolv
configure:6444: gcc -o conftest -g -O2 conftest.c -lresolv -lresolv -lm -ldl -lnsl 1>&5
configure:6574: checking for ANSI C header files
configure:6587: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6654: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:6684: checking for dirent.h that defines DIR
configure:6697: gcc -c -g -O2 conftest.c 1>&5
configure:6722: checking for opendir in -ldir
configure:6741: gcc -o conftest -g -O2 conftest.c -ldir -lresolv -lm -ldl -lnsl -lresolv 1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 6730 "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:6848: checking for fclose declaration
configure:6857: gcc -c -g -O2 conftest.c 1>&5
configure:6921: checking for ApplicationServices/ApplicationServices.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6927:53: ApplicationServices/ApplicationServices.h: No such file or directory
configure: failed program was:
#line 6926 "configure"
#include "confdefs.h"
#include <ApplicationServices/ApplicationServices.h>
configure:6921: checking for alloca.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for arpa/inet.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for arpa/nameser.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for crypt.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for fcntl.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for grp.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for ieeefp.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6927:20: ieeefp.h: No such file or directory
configure: failed program was:
#line 6926 "configure"
#include "confdefs.h"
#include <ieeefp.h>
configure:6921: checking for langinfo.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for limits.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for locale.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for netinet/in.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for pwd.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for resolv.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for signal.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for stdarg.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for stdlib.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for string.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for syslog.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sysexits.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/file.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/mman.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/mount.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/resource.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/select.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/socket.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/statfs.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/statvfs.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/vfs.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/sysexits.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6927:26: sys/sysexits.h: No such file or directory
configure: failed program was:
#line 6926 "configure"
#include "confdefs.h"
#include <sys/sysexits.h>
configure:6921: checking for sys/time.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/types.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for sys/varargs.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6927:25: sys/varargs.h: No such file or directory
configure: failed program was:
#line 6926 "configure"
#include "confdefs.h"
#include <sys/varargs.h>
configure:6921: checking for sys/wait.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for unistd.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6921: checking for unix.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6927:18: unix.h: No such file or directory
configure: failed program was:
#line 6926 "configure"
#include "confdefs.h"
#include <unix.h>
configure:6921: checking for utime.h
configure:6931: gcc -E conftest.c >/dev/null 2>conftest.out
configure:6962: checking whether struct tm is in sys/time.h or time.h
configure:6975: gcc -c -g -O2 conftest.c 1>&5
configure:6996: checking for tm_zone in struct tm
configure:7009: gcc -c -g -O2 conftest.c 1>&5
configure:7068: checking for tm_gmtoff in struct tm
configure:7081: gcc -c -g -O2 conftest.c 1>&5
configure:7104: checking for struct flock
configure:7119: gcc -c -g -O2 conftest.c 1>&5
configure:7146: checking for socklen_t
configure:7163: gcc -c -g -O2 conftest.c 1>&5
configure:7189: checking size of long
configure:7208: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7228: checking size of int
configure:7247: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7268: checking for st_blksize in struct stat
configure:7281: gcc -c -g -O2 conftest.c 1>&5
configure:7303: checking for st_blocks in struct stat
configure:7316: gcc -c -g -O2 conftest.c 1>&5
configure:7343: checking for st_rdev in struct stat
configure:7356: gcc -c -g -O2 conftest.c 1>&5
configure:7378: checking for size_t
configure:7411: checking for uid_t in sys/types.h
configure:7446: checking for struct sockaddr_storage
configure:7459: gcc -c -g -O2 conftest.c 1>&5
configure:7480: checking for IPv6 support
configure:7494: gcc -c -g -O2 conftest.c 1>&5
configure:7518: checking for vprintf
configure:7546: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7530: warning: conflicting types for built-in function `vprintf'
configure:7686: checking for asctime_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for chroot
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for ctime_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for cuserid
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for crypt
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
/tmp/ccYuMczd.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:7708: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7691 "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:7686: checking for flock
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for gai_strerror
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for gcvt
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getlogin
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for gethostbyaddr
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getprotobyname
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getprotobynumber
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getservbyname
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getservbyport
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for getrusage
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for gettimeofday
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for gmtime_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for inet_aton
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for isascii
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for link
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for localtime_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for lockf
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for lrand48
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for memcpy
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7698: warning: conflicting types for built-in function `memcpy'
configure:7686: checking for memmove
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for mkstemp
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for mmap
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for nl_langinfo
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for putenv
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for realpath
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for random
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for rand_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for regcomp
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for res_search
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for setitimer
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for setlocale
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for localeconv
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for setsockopt
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for setvbuf
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for shutdown
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for sin
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7698: warning: conflicting types for built-in function `sin'
configure:7686: checking for snprintf
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7698: warning: conflicting types for built-in function `snprintf'
configure:7686: checking for srand48
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for srandom
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for statfs
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for statvfs
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for std_syslog
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
/tmp/ccMhW9ES.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:7708: undefined reference to `std_syslog'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7691 "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:7686: checking for strcasecmp
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for strcoll
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for strdup
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for strerror
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for strftime
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for strstr
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7698: warning: conflicting types for built-in function `strstr'
configure:7686: checking for strtok_r
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for symlink
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for tempnam
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
/tmp/ccSmje1f.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:7708: the use of `tempnam' is dangerous, better use `mkstemp'
configure:7686: checking for tzset
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for unsetenv
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for usleep
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for utime
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7686: checking for vsnprintf
configure:7714: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7698: warning: conflicting types for built-in function `vsnprintf'
configure:7740: checking for getaddrinfo
configure:7752: gcc -c -g -O2 conftest.c 1>&5
configure:7775: checking for strlcat
configure:7803: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
/tmp/ccWrn9d1.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:7797: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7780 "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:7775: checking for strlcpy
configure:7803: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
/tmp/ccYLBgJg.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:7797: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7780 "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:7775: checking for getopt
configure:7803: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7830: checking whether utime accepts a null argument
configure:7851: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:7877: checking for working alloca.h
configure:7910: checking for alloca
configure:7943: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:8110: checking whether sprintf is broken
configure:8125: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:8159: checking for declared timezone
configure:8180: gcc -c -g -O2 conftest.c 1>&5
configure:8206: checking for type of reentrant time-related functions
configure:8235: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure: In function `main':
configure:8227: warning: assignment makes integer from pointer without a cast
configure:8228: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 8217 "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:8265: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure: In function `main':
configure:8258: error: too many arguments to function `asctime_r'
configure: failed program was:
#line 8249 "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:8303: checking for readdir_r
configure:8331: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:8353: checking for type of readdir_r
configure:8389: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:8505: checking whether to include debugging symbols
configure:8562: checking layout of installed files
configure:8620: checking path to configuration file
configure:8685: checking whether to install PEAR, and where
configure:8748: checking whether to enable safe mode by default
configure:8806: checking for safe mode exec dir
configure:8848: checking for OpenSSL support
configure:9128: checking whether to enable PHP's own SIGCHLD handler
configure:9189: checking whether to enable magic quotes by default
configure:9250: checking whether to enable runpaths
configure:9299: checking whether to explicitly link against libgcc
configure:9404: checking whether to enable short tags by default
configure:9466: checking whether to enable dmalloc
configure:9577: checking for crypt in -lcrypt
configure:9596: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv 1>&5
configure:9674: checking if the location of ZLIB install directory is defined
configure:9723: checking for ZLIB support
configure:10264: checking for ASPELL support
configure:10588: checking whether to enable bc style precision math functions
configure:10963: checking for BZip2 support
configure:11413: checking whether to enable calendar conversion support
configure:11675: checking for CCVS support
configure:12072: checking for cpdflib support
configure:12964: checking for CRACKlib support
configure:13373: checking whether to enable ctype functions
configure:13635: checking for CURL support
configure:14191: checking for CyberCash support
configure:14552: checking for cybermut support
configure:14976: checking for cyrus imap support
configure:15719: checking for xDBM support
configure:16335: checking whether to enable DBA
configure:16591: checking for GDBM support
configure:16825: checking for NDBM support
configure:17073: checking for Berkeley DB2 support
configure:17304: checking for Berkeley DB3 support
configure:17527: checking for DBM support
configure:17750: checking for CDB support
configure:17762: checking whether to enable DBA interface
configure:17994: checking whether to enable dbase support
configure:18256: checking for dbplus support
configure:18905: checking whether to enable dbx support
configure:19163: checking whether to enable direct I/O support
configure:19423: checking for DOM support
configure:20052: checking for DOM XSLT support
configure:20101: checking for DOM EXSLT support
configure:20760: checking whether to enable EXIF support
configure:21022: checking for FrontBase SQL92 (fbsql) support
configure:21438: checking for FDF support
configure:21912: checking whether to enable the bundled filePro support
configure:22174: checking for FriBidi support
configure:22658: checking whether to enable FTP support
configure:22937: checking for GD support
configure:25878: checking for GNU gettext support
configure:26553: checking for GNU MP support
configure:26906: checking for Hyperwave support
configure:27146: checking for ICAP support
configure:27539: checking for iconv support
configure:28204: checking for IMAP support
configure:29150: checking for Informix support
configure:29779: checking for Ingres II support
configure:30282: checking for InterBase support
configure:30679: checking for IRCG support
configure:31140: checking for Java support
configure:31704: checking for LDAP support
configure:33342: checking whether to enable multibyte string support
configure:33600: checking whether to enable japanese encoding translation
configure:33623: checking whether to enable multibyte regex support
configure:33650: checking for MCAL support
configure:34039: checking for mcrypt support
configure:34645: checking for MCVE support
configure:35045: checking for mhash support
configure:35446: checking for MING support
configure:35903: checking for mnoGoSearch support
configure:36308: checking for msession support
configure:36691: checking for mSQL support
configure:37127: checking for Muscat support
configure:37587: checking for MySQL support
configure:39323: checking size of char
configure:39342: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:39363: checking size of int
configure:39402: checking size of long
configure:39441: checking size of long long
configure:39460: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:39480: checking for size_t
configure:39513: checking whether time.h and sys/time.h may both be included
configure:39527: gcc -c -g -O2 conftest.c 1>&5
configure:39548: checking for uid_t in sys/types.h
configure:39583: checking for type ulong
configure:39602: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:39626: checking for type uchar
configure:39645: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure: In function `main':
configure:39639: error: `uchar' undeclared (first use in this function)
configure:39639: error: (Each undeclared identifier is reported only once
configure:39639: error: for each function it appears in.)
configure:39639: error: parse error before "foo"
configure:39640: error: `foo' undeclared (first use in this function)
configure: failed program was:
#line 39634 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <sys/types.h>
main()
{
uchar foo;
foo++;
exit(0);
}
configure:39669: checking for type uint
configure:39688: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:39712: checking for type ushort
configure:39731: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:39755: checking for int8
configure:39785: gcc -o conftest -g -O2 conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure: In function `main':
configure:39779: error: `int8' undeclared (first use in this function)
configure:39779: error: (Each undeclared identifier is reported only once
configure:39779: error: for each function it appears in.)
configure:39779: error: parse error before "i"
configure: failed program was:
#line 39763 "configure"
#include "confdefs.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
int main()
{
int8 i;
return 0;
}
configure:39811: checking base type of last arg to accept
configure:39839: g++ -c conftest.C 1>&5
./configure: g++: command not found
configure: failed program was:
#line 39829 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
int main() {
int a = accept(1, (struct sockaddr *) 0, (socklen_t *) 0);
; return 0; }
configure:39859: g++ -c conftest.C 1>&5
./configure: g++: command not found
configure: failed program was:
#line 39849 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
int main() {
int a = accept(1, (struct sockaddr *) 0, (size_t *) 0);
; return 0; }
configure:39888: checking return type of qsort
configure:39905: gcc -c -g -O2 conftest.c 1>&5
configure:39895:81: warning: extra tokens at end of #ifdef directive
configure:39971: checking for mysql_close in -lmysqlclient
configure:39990: gcc -o conftest -g -O2
-L/usr/local/mysql/lib
conftest.c -lmysqlclient -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0xb4): In function `my_compress_alloc':
: undefined reference to `compress'
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o)(.text+0x12a): In function `my_uncompress':
: undefined reference to `uncompress'
collect2: ld returned 1 exit status
configure: failed program was:
#line 39979 "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 mysql_close();
int main() {
mysql_close()
; return 0; }
configure:40198: checking for mysql_errno in -lmysqlclient
configure:40217: gcc -o conftest -g -O2
-L/usr/local/mysql/lib
conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:40383: checking for MySQL UNIX socket
configure:40435: checking for ncurses support
configure:41086: checking for Oracle-OCI8 support
configure:42139: checking for Adabas support
configure:42330: checking for SAP DB support
configure:42466: checking for Solid support
configure:42600: checking for IBM DB2 support
configure:42655: checking for Empress support
configure:42717: checking for Empress local access support
configure:42795: checking for Birdstep support
configure:42851: checking for a custom ODBC support
configure:42885: checking for iODBC support
configure:43017: checking for Easysoft ODBC-ODBC Bridge support
configure:43069: checking for unixODBC support
configure:43121: checking for OpenLink ODBC support
configure:43257: checking for DBMaker support
configure:43891: checking for Oracle-ORACLE support
configure:48821: checking whether to enable user-space object overloading support
configure:49083: checking for Ovrimos SQL Server support
configure:49529: checking whether to enable pcntl support
configure:49967: checking for PCRE support
configure:50455: checking for memmove
configure:50512: checking for PDFlib support
configure:51771: checking for Verisign Payflow Pro support
configure:52215: checking for PostgreSQL support
configure:52918: checking whether to enable POSIX-like functions
configure:53177: checking for seteuid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for setegid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for setsid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for getsid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for setpgid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for getpgid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for ctermid
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for mkfifo
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53177: checking for getrlimit
configure:53205: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:53236: checking for PSPELL support
configure:53644: checking whether to include QDOM support
configure:54738: checking for libedit readline replacement
configure:54787: checking for readline support
configure:56347: checking for recode support
configure:56887: checking whether to enable PHP sessions
configure:56936: checking for mm support
configure:57130: checking for pread
configure:57158: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:57130: checking for pwrite
configure:57158: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:57184: checking whether pwrite works without custom declaration
configure:57197: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:57194: error: `pwrite' undeclared (first use in this function)
configure:57194: error: (Each undeclared identifier is reported only once
configure:57194: error: for each function it appears in.)
configure: failed program was:
#line 57190 "configure"
#include "confdefs.h"
#include <unistd.h>
int main() {
size_t (*func)() = pwrite
; return 0; }
configure:57222: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:57285: checking whether pread works without custom declaration
configure:57298: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:57295: error: `pread' undeclared (first use in this function)
configure:57295: error: (Each undeclared identifier is reported only once
configure:57295: error: for each function it appears in.)
configure: failed program was:
#line 57291 "configure"
#include "confdefs.h"
#include <unistd.h>
int main() {
size_t (*func)() = pread
; return 0; }
configure:57324: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:57604: checking whether to enable shmop support
configure:57866: checking for SNMP support
configure:58480: checking whether to enable UCD SNMP hack
configure:58507: checking whether to enable sockets support
configure:58868: checking for dlopen
configure:58896: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:58920: checking for pam_start in -lpam
configure:58939: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lpam -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:58968: checking for getcwd
configure:58996: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:58968: checking for getwd
configure:58996: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
/tmp/ccSsVWdi.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:58990: the `getwd' function is dangerous and should not be used.
configure:59024: checking for standard DES crypt
configure:59050: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:59081: checking for extended DES crypt
configure:59107: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure: failed program was:
#line 59092 "configure"
#include "confdefs.h"
#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:59138: checking for MD5 crypt
configure:59173: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure:59233: checking for Blowfish crypt
configure:59265: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
configure: failed program was:
#line 59244 "configure"
#include "confdefs.h"
#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:59297: checking whether flush should be called explicitly after a bufferered io
configure:59346: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib conftest.c -lmysqlclient -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv -lcrypt 1>&5
/tmp/ccYQfvEF.o(.text+0x12): In function `main':
/root/php-4.2.2/configure:59315: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:59423: checking whether to enable aggregation support
configure:59693: checking for libswf support
configure:60105: checking for Sybase support
configure:60689: checking for Sybase-CT support
configure:61435: checking whether to enable System V semaphore support
configure:61743: checking whether to enable System V shared memory support
configure:62006: checking whether to enable tokenizer support
configure:62268: checking for vpopmail support
configure:62791: checking whether to enable WDDX support
configure:63061: checking whether byte ordering is bigendian
configure:63079: gcc -c -g -O2 conftest.c 1>&5
configure:63094: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:63089: error: `not' undeclared (first use in this function)
configure:63089: error: (Each undeclared identifier is reported only once
configure:63089: error: for each function it appears in.)
configure:63089: error: parse error before "big"
configure: failed program was:
#line 63083 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:63161: checking whether to enable XML support
configure:63210: checking external libexpat install dir
configure:63947: checking for XMLRPC-EPI support
configure:63996: checking libexpat dir for XMLRPC-EPI
configure:65538: checking whether to enable xslt support
configure:65587: checking for XSLT Sablotron backend
configure:65636: checking libexpat dir for Sablotron XSL support
configure:65685: checking enable JavaScript for Sablotron
configure:66760: checking for YAZ support
configure:67185: checking whether to include YP support
configure:67454: checking for ZIP support
configure:68039: checking whether to enable versioning
configure:68114: checking which regex library to use
configure:68206: checking build system type
configure:68235: checking for ld used by GCC
configure:68303: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.4 20030523
configure:68320: checking for /usr/bin/ld option to reload object files
configure:68332: checking for BSD-compatible nm
configure:68370: checking how to recognise dependant libraries
configure:68553: checking for object suffix
configure:68559: gcc -c -g -O2 conftest.c 1>&5
configure:68579: checking for executable suffix
configure:68589: gcc -o conftest -g -O2 conftest.c 1>&5
configure:68620: checking command to parse /usr/bin/nm -B output
configure:68700: gcc -c -g -O2 conftest.c 1>&5
configure:68703: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:68754: gcc -o conftest -g -O2 conftest.c conftstm.o 1>&5
configure:68803: checking for dlfcn.h
configure:68813: gcc -E conftest.c >/dev/null 2>conftest.out
configure:68981: checking for ranlib
configure:69048: checking for strip
configure:69291: checking for objdir
configure:69318: checking for gcc option to produce PIC
configure:69470: checking if gcc PIC flag -fPIC works
configure:69484: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
configure:69536: checking if gcc static flag -static works
configure:69551: gcc -o conftest -g -O2 -static conftest.c 1>&5
configure:69578: checking if gcc supports -c -o file.o
configure:69597: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5
configure:69626: checking if gcc supports -c -o file.lo
configure:69644: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
configure:69694: checking if gcc supports -fno-rtti -fno-exceptions
configure:69707: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:69734: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:70418: checking how to hardcode library paths into programs
configure:70446: checking whether stripping libraries is possible
configure:70460: checking dynamic linker characteristics
configure:70857: checking if libtool supports shared libraries
configure:70861: checking whether to build shared libraries
configure:70884: checking whether to build static libraries
configure:72068: checking for limits.h
configure:72068: checking for malloc.h
configure:72078: gcc -E conftest.c >/dev/null 2>conftest.out
configure:72068: checking for string.h
configure:72068: checking for unistd.h
configure:72068: checking for stdarg.h
configure:72068: checking for sys/types.h
configure:72068: checking for sys/time.h
configure:72068: checking for signal.h
configure:72068: checking for unix.h
configure:72068: checking for dlfcn.h
configure:72106: checking for size_t
configure:72139: checking return type of signal handlers
configure:72161: gcc -c -g -O2 conftest.c 1>&5
configure:72181: checking for dlopen in -ldl
configure:72221: checking for dlopen
configure:72273: checking whether dlsym() requires a leading underscore in symbol names
configure:72341: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72370: checking for uint
configure:72403: checking for ulong
configure:72438: checking for vprintf
configure:72543: checking for 8-bit clean memcmp
configure:72561: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72581: checking for working alloca.h
configure:72614: checking for alloca
configure:72815: checking for memcpy
configure:72815: checking for strdup
configure:72815: checking for getpid
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72815: checking for kill
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72815: checking for strtod
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72815: checking for strtol
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72815: checking for finite
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72815: checking for fpclass
configure:72843: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
/tmp/ccSgGbYq.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:72837: undefined reference to `fpclass'
collect2: ld returned 1 exit status
configure: failed program was:
#line 72820 "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:72869: checking whether sprintf is broken
configure:72918: checking for finite
configure:72918: checking for isfinite
configure:72946: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
/tmp/cc60o9SL.o(.text+0x9): In function `main':
/root/php-4.2.2/configure:72940: undefined reference to `isfinite'
collect2: ld returned 1 exit status
configure: failed program was:
#line 72923 "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:72918: checking for isinf
configure:72946: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72918: checking for isnan
configure:72946: gcc -o conftest -g -O2 conftest.c -ldl 1>&5
configure:72973: checking whether fp_except is defined
configure:72990: gcc -c -g -O2 conftest.c 1>&5
configure:72981:27: floatingpoint.h: No such file or directory
configure: In function `main':
configure:72985: error: `fp_except' undeclared (first use in this function)
configure:72985: error: (Each undeclared identifier is reported only once
configure:72985: error: for each function it appears in.)
configure:72985: error: parse error before "x"
configure: failed program was:
#line 72979 "configure"
#include "confdefs.h"
#include <floatingpoint.h>
int main() {
fp_except x = (fp_except) 0;
; return 0; }
configure:73058: checking whether to enable experimental ZTS
configure:73062: checking whether to enable inline optimization for GCC
configure:73066: checking whether to enable a memory limit
configure:73070: checking whether to enable Zend debugging
configure:73127: checking for inline
configure:73141: gcc -c -g -O2 conftest.c 1>&5
configure:73204: checking for stdarg.h
configure:73992: checking for working mkdir -p |
|