From: pbense at freemail dot hu Operating system: linux debian 2.4 PHP version: 5.0.1 PHP Bug Type: PHP options/info functions Bug description: configure of PHP vith error messages
Description: ------------ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:1631: checking host system type configure:1719: checking for gcc configure:1832: checking whether the C compiler (gcc ) works configure:1848: gcc -o conftest conftest.c 1>&5 configure:1874: checking whether the C compiler (gcc ) is a cross-compiler configure:1879: checking whether we are using GNU C configure:1888: gcc -E conftest.c configure:1907: checking whether gcc accepts -g configure:1940: checking whether gcc and cc understand -c and -o together configure:1955: gcc -c conftest.c -o conftest.o 1>&5 configure:1956: gcc -c conftest.c -o conftest.o 1>&5 configure:1961: cc -c conftest.c 1>&5 configure:1963: cc -c conftest.c -o conftest.o 1>&5 configure:1964: cc -c conftest.c -o conftest.o 1>&5 configure:1991: checking how to run the C preprocessor configure:2012: gcc -E conftest.c >/dev/null 2>conftest.out configure:2072: checking for AIX configure:2099: checking if compiler supports -R configure:2114: gcc -o conftest -g -O2 conftest.c -R /usr/lib 1>&5 /usr/bin/ld: cannot open /usr/lib: File format not recognized collect2: ld returned 1 exit status configure: failed program was: #line 2107 "configure" #include "confdefs.h" int main() { ; return 0; } configure:2132: checking if compiler supports -Wl,-rpath, configure:2147: gcc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib 1>&5 configure:2173: checking for re2c configure:2204: checking for ranlib configure:2232: checking whether ln -s works configure:2257: checking for mawk configure:2291: checking for bison configure:2325: checking bison version configure:2335: checking for flex configure:2369: checking for yywrap in -lfl configure:2388: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:2412: checking lex output file root configure:2433: checking whether yytext is a pointer configure:2452: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:2476: checking for working const configure:2530: gcc -c -g -O2 conftest.c 1>&5 configure:2555: checking flex version configure:2683: gcc -o conftest -g -O2 conftest.c 1>&5 /tmp/ccpWsglW.o: In function `main': /root/src/php-5.0.1/configure:2678: undefined reference to `pthread_mutexattr_init' /root/src/php-5.0.1/configure:2679: undefined reference to `pthread_create' collect2: ld returned 1 exit status configure: failed program was: #line 2665 "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:2703: checking for pthreads_cflags configure:2736: gcc -o conftest -g -O2 -kthread conftest.c 1>&5 gcc: unrecognized option `-kthread' /tmp/ccbMXTjN.o: In function `main': /root/src/php-5.0.1/configure:2731: undefined reference to `pthread_mutexattr_init' /root/src/php-5.0.1/configure:2732: undefined reference to `pthread_create' collect2: ld returned 1 exit status configure: failed program was: #line 2718 "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:2736: gcc -o conftest -g -O2 -pthread conftest.c 1>&5 configure:2766: checking for pthreads_lib configure:2892: checking for AOLserver support configure:3114: checking for Apache 1.x module support via DSO through APXS configure:3399: checking for Apache 1.x module support configure:4188: checking for member fd in BUFF * configure:4207: gcc -c -g -O2 conftest.c 1>&5 configure:4201: httpd.h: No such file or directory configure: failed program was: #line 4200 "configure" #include "confdefs.h" #include <httpd.h> int main() { conn_rec *c; int fd = c->client->fd; ; return 0; } configure:4231: checking for mod_charset compatibility option configure:4298: checking for Apache 2.0 filter-module support via DSO through APXS configure:5042: checking for Apache 2.0 handler-module support via DSO through APXS configure:5786: checking for Apache 1.x (hooks) module support via DSO through APXS configure:6358: checking for Apache 1.x (hooks) module support configure:7144: checking for mod_charset compatibility option configure:7212: checking for Caudium support configure:7524: checking for CLI build configure:7580: checking for Continuity support configure:7807: checking for embedded SAPI library support configure:7992: checking for Zeus ISAPI support configure:8204: checking for Milter support configure:8459: checking for NSAPI support configure:8782: checking for PHTTPD support configure:8993: checking for Pi3Web support configure:9304: checking for Roxen/Pike support configure:9775: checking for thttpd configure:9983: checking for TUX configure:10199: checking for webjames configure:10273: checking for CGI build configure:10297: checking whether writing to stdout works configure:10326: gcc -o conftest -g -O2 conftest.c 1>&5 configure:10355: checking whether to force Apache CGI redirect configure:10369: checking whether to discard path_info + path_translated configure:10382: checking whether to enable path info checking configure:10395: checking whether to enable fastcgi support configure:10599: checking for chosen SAPI module configure:11504: checking for missing declarations of reentrant functions configure:11513: gcc -c -g -O2 conftest.c 1>&5 configure:11538: gcc -c -g -O2 conftest.c 1>&5 configure:11563: gcc -c -g -O2 conftest.c 1>&5 configure:11588: gcc -c -g -O2 conftest.c 1>&5 configure:11613: gcc -c -g -O2 conftest.c 1>&5 configure:11637: checking for sendmail configure:11678: checking whether system uses EBCDIC configure:11697: gcc -o conftest -g -O2 conftest.c 1>&5 configure: failed program was: #line 11689 "configure" #include "confdefs.h" int main(void) { return (unsigned char)'A' != (unsigned char)0xC1; } configure:11771: checking for socket configure:11799: gcc -o conftest -g -O2 conftest.c 1>&5 configure:12028: checking for htonl configure:12056: gcc -o conftest -g -O2 conftest.c 1>&5 configure:12285: checking for gethostname configure:12313: gcc -o conftest -g -O2 conftest.c 1>&5 configure:12542: checking for gethostbyaddr configure:12570: gcc -o conftest -g -O2 conftest.c 1>&5 configure:12799: checking for yp_get_default_domain configure:12827: gcc -o conftest -g -O2 conftest.c 1>&5 /tmp/ccTZjnkb.o: In function `main': /root/src/php-5.0.1/configure:12821: undefined reference to `yp_get_default_domain' collect2: ld returned 1 exit status configure: failed program was: #line 12804 "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:12845: checking for __yp_get_default_domain configure:12873: gcc -o conftest -g -O2 conftest.c 1>&5 /tmp/cc6JmOil.o: In function `main': /root/src/php-5.0.1/configure:12867: undefined reference to `__yp_get_default_domain' collect2: ld returned 1 exit status configure: failed program was: #line 12850 "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:12911: checking for yp_get_default_domain in -lnsl configure:12930: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:13005: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 configure:13057: checking for dlopen configure:13085: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 /tmp/cccDuQyD.o: In function `main': /root/src/php-5.0.1/configure:13079: undefined reference to `dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 13062 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dlopen) || defined (__stub___dlopen) choke me #else dlopen(); #endif ; return 0; } configure:13103: checking for __dlopen configure:13131: gcc -o conftest -g -O2 conftest.c -lnsl 1>&5 /tmp/ccGTcwE7.o: In function `main': /root/src/php-5.0.1/configure:13125: undefined reference to `__dlopen' collect2: ld returned 1 exit status configure: failed program was: #line 13108 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __dlopen(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __dlopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___dlopen) || defined (__stub_____dlopen) choke me #else __dlopen(); #endif ; return 0; } configure:13169: checking for dlopen in -ldl configure:13188: gcc -o conftest -g -O2 conftest.c -ldl -lnsl 1>&5 configure:13263: gcc -o conftest -g -O2 conftest.c -lnsl -ldl 1>&5 configure:13315: checking for sin in -lm configure:13334: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5 configure:13327: warning: conflicting types for built-in function `sin' configure:13368: checking for res_search configure:13396: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5 /tmp/ccYpOxZb.o: In function `main': /root/src/php-5.0.1/configure:13390: undefined reference to `res_search' collect2: ld returned 1 exit status configure: failed program was: #line 13373 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_search(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char res_search(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_res_search) || defined (__stub___res_search) choke me #else res_search(); #endif ; return 0; } configure:13414: checking for __res_search configure:13442: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl 1>&5 /tmp/ccV3ptax.o: In function `main': /root/src/php-5.0.1/configure:13436: undefined reference to `__res_search' collect2: ld returned 1 exit status configure: failed program was: #line 13419 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_search(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __res_search(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___res_search) || defined (__stub_____res_search) choke me #else __res_search(); #endif ; return 0; } configure:13480: checking for res_search in -lresolv configure:13499: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:13574: gcc -o conftest -g -O2 conftest.c -lm -ldl -lnsl -lresolv 1>&5 configure:13904: checking for inet_aton configure:13932: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:14300: checking for dn_skipname configure:14328: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccjOCg1g.o: In function `main': /root/src/php-5.0.1/configure:14322: undefined reference to `dn_skipname' collect2: ld returned 1 exit status configure: failed program was: #line 14305 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dn_skipname(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dn_skipname(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) choke me #else dn_skipname(); #endif ; return 0; } configure:14346: checking for __dn_skipname configure:14374: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:14694: checking for ANSI C header files configure:14707: gcc -E conftest.c >/dev/null 2>conftest.out configure:14774: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:14802: checking for dirent.h that defines DIR configure:14815: gcc -c -g -O2 conftest.c 1>&5 configure:14840: checking for opendir in -ldir configure:14859: gcc -o conftest -g -O2 conftest.c -ldir -lresolv -lm -ldl -lnsl 1>&5 /usr/bin/ld: cannot find -ldir collect2: ld returned 1 exit status configure: failed program was: #line 14848 "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:14925: checking for fclose declaration configure:14934: gcc -c -g -O2 conftest.c 1>&5 configure:15012: checking for dirent.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for ApplicationServices/ApplicationServices.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: ApplicationServices/ApplicationServices.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <ApplicationServices/ApplicationServices.h> configure:15012: checking for sys/param.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/types.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/time.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for netinet/in.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for alloca.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for arpa/inet.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for arpa/nameser.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for assert.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for crypt.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for fcntl.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for grp.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for ieeefp.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: ieeefp.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <ieeefp.h> configure:15012: checking for langinfo.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for limits.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for locale.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for monetary.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for mach-o/dyld.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: mach-o/dyld.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <mach-o/dyld.h> configure:15012: checking for netdb.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for pwd.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for resolv.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for signal.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for stdarg.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for stdlib.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for string.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for syslog.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sysexits.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/ioctl.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/file.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/mman.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/mount.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/poll.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/resource.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/select.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/socket.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/statfs.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/statvfs.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/vfs.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/sysexits.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: sys/sysexits.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <sys/sysexits.h> configure:15012: checking for sys/varargs.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: sys/varargs.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <sys/varargs.h> configure:15012: checking for sys/wait.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for termios.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for unistd.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for unix.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15018: unix.h: No such file or directory configure: failed program was: #line 15017 "configure" #include "confdefs.h" #include <unix.h> configure:15012: checking for utime.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/utsname.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for sys/ipc.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for dlfcn.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15012: checking for inttypes.h configure:15022: gcc -E conftest.c >/dev/null 2>conftest.out configure:15051: checking for fopencookie configure:15079: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15110: gcc -c -g -O2 conftest.c 1>&5 configure:15162: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15223: checking for broken getcwd configure:15238: checking for broken libc stdio configure:15299: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15327: checking whether struct tm is in sys/time.h or time.h configure:15340: gcc -c -g -O2 conftest.c 1>&5 configure:15361: checking for tm_zone in struct tm configure:15374: gcc -c -g -O2 conftest.c 1>&5 configure:15433: checking for tm_gmtoff in struct tm configure:15446: gcc -c -g -O2 conftest.c 1>&5 configure:15469: checking for struct flock configure:15484: gcc -c -g -O2 conftest.c 1>&5 configure:15511: checking for socklen_t configure:15528: gcc -c -g -O2 conftest.c 1>&5 configure:15554: checking size of intmax_t configure:15573: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function `main': configure:15568: `intmax_t' undeclared (first use in this function) configure:15568: (Each undeclared identifier is reported only once configure:15568: for each function it appears in.) configure: failed program was: #line 15562 "configure" #include "confdefs.h" #include <stdio.h> main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(intmax_t)); exit(0); } configure:15593: checking size of size_t configure:15612: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15632: checking size of ssize_t configure:15651: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function `main': configure:15646: `ssize_t' undeclared (first use in this function) configure:15646: (Each undeclared identifier is reported only once configure:15646: for each function it appears in.) configure: failed program was: #line 15640 "configure" #include "confdefs.h" #include <stdio.h> main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(ssize_t)); exit(0); } configure:15671: checking size of ptrdiff_t configure:15690: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function `main': configure:15685: `ptrdiff_t' undeclared (first use in this function) configure:15685: (Each undeclared identifier is reported only once configure:15685: for each function it appears in.) configure: failed program was: #line 15679 "configure" #include "confdefs.h" #include <stdio.h> main() { FILE *f=fopen("conftestval", "w"); if (!f) exit(1); fprintf(f, "%d\n", sizeof(ptrdiff_t)); exit(0); } configure:15710: checking size of long long configure:15729: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15749: checking size of long long int configure:15768: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15788: checking size of long configure:15807: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15827: checking size of int configure:15846: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:15867: checking for st_blksize in struct stat configure:15880: gcc -c -g -O2 conftest.c 1>&5 configure:15902: checking for st_blocks in struct stat configure:15915: gcc -c -g -O2 conftest.c 1>&5 configure:15942: checking for st_rdev in struct stat configure:15955: gcc -c -g -O2 conftest.c 1>&5 configure:15977: checking for size_t configure:16010: checking for uid_t in sys/types.h configure:16045: checking for struct sockaddr_storage configure:16058: gcc -c -g -O2 conftest.c 1>&5 configure:16090: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:16086: structure has no member named `sa_len' configure: failed program was: #line 16080 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/socket.h> int main() { static struct sockaddr sa; int n = (int) sa.sa_len; return n ; return 0; } configure:16103: checking for IPv6 support configure:16117: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16135: checking for vprintf configure:16163: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for alphasort configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for asctime_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for chroot configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for ctime_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for cuserid configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for crypt configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccf7Nk06.o: In function `main': /root/src/php-5.0.1/configure:16337: undefined reference to `crypt' collect2: ld returned 1 exit status configure: failed program was: #line 16320 "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:16315: checking for flock configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for ftok configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for funopen configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccOJAcMq.o: In function `main': /root/src/php-5.0.1/configure:16337: undefined reference to `funopen' collect2: ld returned 1 exit status configure: failed program was: #line 16320 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char funopen(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char funopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_funopen) || defined (__stub___funopen) choke me #else funopen(); #endif ; return 0; } configure:16315: checking for gai_strerror configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for gcvt configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getlogin configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getprotobyname configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getprotobynumber configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getservbyname configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getservbyport configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for getrusage configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for gettimeofday configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for gmtime_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for grantpt configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for inet_ntoa configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for inet_ntop configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for inet_pton configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for isascii configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for link configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for localtime_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for lockf configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for lrand48 configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for memcpy configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16327: warning: conflicting types for built-in function `memcpy' configure:16315: checking for memmove configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for mkstemp configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for mmap configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for nl_langinfo configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for perror configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for poll configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for ptsname configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for putenv configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for realpath configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for random configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for rand_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for regcomp configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for res_search configure:16315: checking for scandir configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for setitimer configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for setlocale configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for localeconv configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for setpgid configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for setsockopt configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for setvbuf configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for shutdown configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for sin configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16327: warning: conflicting types for built-in function `sin' configure:16315: checking for snprintf configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for srand48 configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for srandom configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for statfs configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for statvfs configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for std_syslog configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/cc7CeQeL.o: In function `main': /root/src/php-5.0.1/configure:16337: undefined reference to `std_syslog' collect2: ld returned 1 exit status configure: failed program was: #line 16320 "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:16315: checking for strcasecmp configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strcoll configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strdup configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strerror configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strftime configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strstr configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for strtok_r configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for symlink configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for tempnam configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/cctsr0zo.o: In function `main': /root/src/php-5.0.1/configure:16337: the use of `tempnam' is dangerous, better use `mkstemp' configure:16315: checking for tzset configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for unlockpt configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for unsetenv configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for usleep configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for nanosleep configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for utime configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16315: checking for vsnprintf configure:16343: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16369: checking for getaddrinfo configure:16381: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16424: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16456: checking for strlcat configure:16484: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccXhfcqs.o: In function `main': /root/src/php-5.0.1/configure:16478: undefined reference to `strlcat' collect2: ld returned 1 exit status configure: failed program was: #line 16461 "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:16456: checking for strlcpy configure:16484: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 /tmp/ccbcspLb.o: In function `main': /root/src/php-5.0.1/configure:16478: undefined reference to `strlcpy' collect2: ld returned 1 exit status configure: failed program was: #line 16461 "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:16456: checking for getopt configure:16484: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16511: checking whether utime accepts a null argument configure:16532: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16558: checking for working alloca.h configure:16591: checking for alloca configure:16624: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16791: checking whether sprintf is broken configure:16806: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16840: checking whether snprintf is broken configure:16870: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:16904: checking for declared timezone configure:16925: gcc -c -g -O2 conftest.c 1>&5 configure:16951: checking for type of reentrant time-related functions configure:16980: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function `main': configure:16972: warning: assignment makes integer from pointer without a cast configure:16973: too many arguments to function `asctime_r' configure: failed program was: #line 16962 "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:17010: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure: In function `main': configure:17003: too many arguments to function `asctime_r' configure: failed program was: #line 16994 "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:17048: checking for readdir_r configure:17076: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:17098: checking for type of readdir_r configure:17134: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl 1>&5 configure:17252: checking whether to include debugging symbols configure:17285: checking layout of installed files configure:17319: checking path to configuration file configure:17355: checking directory to be scanned for configuration files configure:17385: checking whether to enable safe mode by default configure:17420: checking for safe mode exec dir configure:17461: checking whether to enable PHP's own SIGCHLD handler configure:17498: checking whether to enable magic quotes by default configure:17535: checking whether to enable runpaths configure:17560: checking whether to explicitly link against libgcc configure:17639: checking whether to enable short tags by default configure:17676: checking whether to enable dmalloc configure:17764: checking whether to enable IPv6 support configure:17794: checking whether to enable versioning configure:17846: checking whether to enable LIBXML support configure:17893: checking libxml2 install dir configure:18053: checking whether libxml build works configure:18080: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lm 1>&5 configure:18351: checking for OpenSSL support configure:19248: checking for ZLIB support configure:19294: checking if the location of ZLIB install directory is defined configure:19648: checking for gzgets in -lz configure:19667: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -lresolv -lm -ldl -lnsl -lxml2 -lm 1>&5 configure:19805: checking whether to enable bc style precision math functions configure:20095: checking for BZip2 support configure:20649: checking whether to enable calendar conversion support configure:20924: checking for cpdflib support configure:21964: checking whether to enable ctype functions configure:22235: checking for CURL support configure:22281: checking if we should use CURL for url streams configure:23065: checking whether to enable DBA configure:23395: checking for QDBM support configure:23715: checking for GDBM support configure:24020: checking for NDBM support configure:24319: checking for Berkeley DB4 support configure:24639: checking for Berkeley DB3 support configure:24959: checking for Berkeley DB2 support configure:25302: checking for DBM support configure:25643: checking for CDB support configure:25697: checking for INI File support configure:25751: checking for FlatFile support configure:25766: checking whether to enable DBA interface configure:26017: checking whether to enable dbase support configure:26288: checking whether to enable dbx support configure:26555: checking whether to enable direct I/O support configure:26822: checking whether to enable DOM support configure:27027: checking whether libxml build works configure:27364: checking whether to enable EXIF (metadata from images) support configure:27637: checking for fam support configure:28200: checking for FrontBase SQL92 (fbsql) support configure:28630: checking for FDF support configure:29350: checking whether to enable the bundled filePro support configure:29621: checking whether to enable FTP support configure:29893: checking for GD support configure:29940: checking for the location of libjpeg configure:29967: checking for the location of libpng configure:30020: checking for the location of libXpm configure:30045: checking for FreeType 1.x support configure:30070: checking for FreeType 2 configure:30095: checking for T1lib support configure:30120: checking whether to enable truetype string function in GD configure:30145: checking whether to enable JIS-mapped Japanese font support in GD configure:37165: checking for GNU gettext support configure:37849: checking for GNU MP support configure:38524: checking for hwapi support configure:39196: checking for iconv support configure:39247: checking for iconv configure:39275: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 configure:39819: checking if iconv is glibc's configure:39828: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 configure:39931: checking if iconv supports errno configure:39957: gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 configure:39989: checking if your cpp allows macro usage in include lines configure:40001: gcc -c -I/usr/include -g -O2 conftest.c 1>&5 configure:40266: checking for IMAP support configure:41561: checking for Informix support configure:42157: checking for Ingres II support configure:42673: checking for InterBase support configure:43483: checking for IRCG support configure:44111: checking for LDAP support configure:44157: checking for LDAP Cyrus SASL support configure:46874: checking whether to enable multibyte string support configure:46920: checking whether to enable multibyte regex support configure:46945: checking for external libmbfl configure:48284: checking for mcrypt support configure:49021: checking for MCVE support configure:49067: checking OpenSSL dir for MCVE configure:50433: checking for mhash support configure:50843: checking whether to include mime_magic support configure:51136: checking for MING support configure:51811: checking for mnoGoSearch support configure:52225: checking for msession support configure:52820: checking for mSQL support configure:53267: checking for MSSQL support via FreeTDS configure:53849: checking for MySQL support configure:53895: checking for specified location of the MySQL UNIX socket configure:53952: checking for MySQL UNIX socket location configure:54108: checking for mysql_close in -lmysqlclient configure:54127: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): In function `read_rows': libmysql.o(.text+0xe60): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): In function `mysql_real_connect.': libmysql.o(.text+0x3044): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_memdup': my_malloc.o(.text+0x31): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_strdup': my_malloc.o(.text+0x100): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_strdup_with_length': my_malloc.o(.text+0x132): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_alloc.o)(.text+0x327): more undefined references to `_intel_fast_memcpy' follow collect2: ld returned 1 exit status configure: failed program was: #line 54116 "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:54332: checking for mysql_error in -lmysqlclient configure:54351: gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/mysql/lib -L/usr/local/mysql/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr -L/usr conftest.c -lmysqlclient -lz -lz -lresolv -lm -ldl -lnsl -lxml2 -lm -lxml2 -lm 1>&5 /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): In function `read_rows': libmysql.o(.text+0xe60): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(libmysql.o): In function `mysql_real_connect.': libmysql.o(.text+0x3044): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_memdup': my_malloc.o(.text+0x31): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_strdup': my_malloc.o(.text+0x100): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_malloc.o): In function `my_strdup_with_length': my_malloc.o(.text+0x132): undefined reference to `_intel_fast_memcpy' /usr/local/mysql/lib/libmysqlclient.a(my_alloc.o)(.text+0x327): more undefined references to `_intel_fast_memcpy' follow collect2: ld returned 1 exit status configure: failed program was: #line 54340 "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_error(); int main() { mysql_error() ; return 0; } -- Edit bug report at http://bugs.php.net/?id=29730&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29730&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29730&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29730&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29730&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29730&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29730&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29730&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29730&r=support Expected behavior: http://bugs.php.net/fix.php?id=29730&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29730&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29730&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29730&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29730&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29730&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29730&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29730&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29730&r=float