Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42395 Details for
Bug 68495
php-5.0.2-r1 configure fails because missing DBA
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the config.log
config.log (text/plain), 61.27 KB, created by
Csaba Tóth
on 2004-10-21 22:03:40 UTC
(
hide
)
Description:
the config.log
Filename:
MIME Type:
Creator:
Csaba Tóth
Created:
2004-10-21 22:03:40 UTC
Size:
61.27 KB
patch
obsolete
>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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx ) works >configure:1848: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:1874: checking whether the C compiler (gcc -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx ) 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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx 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 2107 "configure" >#include "confdefs.h" > >int main() { > >; return 0; } >configure:2132: checking if compiler supports -Wl,-rpath, >configure:2147: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx 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:2257: checking for gawk >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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx 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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lfl 1>&5 >configure:2476: checking for working const >configure:2530: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:2555: checking flex version >configure:2683: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccH65nZx.o(.text+0x74): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-5.0.2-r1/temp/ccH65nZx.o(.text+0x98): In function `main': >: 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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -kthread conftest.c 1>&5 >gcc: unrecognized option `-kthread' >/var/tmp/portage/php-5.0.2-r1/temp/ccBtoOgQ.o(.text+0x74): In function `main': >: undefined reference to `pthread_mutexattr_init' >/var/tmp/portage/php-5.0.2-r1/temp/ccBtoOgQ.o(.text+0x98): In function `main': >: 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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -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 -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:4201:19: httpd.h: No such file or directory >configure: In function `main': >configure:4203: error: `conn_rec' undeclared (first use in this function) >configure:4203: error: (Each undeclared identifier is reported only once >configure:4203: error: for each function it appears in.) >configure:4203: error: `c' undeclared (first use in this function) >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:5048: checking for Apache 2.0 handler-module support via DSO through APXS >configure:5798: checking for Apache 1.x (hooks) module support via DSO through APXS >configure:6370: checking for Apache 1.x (hooks) module support >configure:7156: checking for mod_charset compatibility option >configure:7224: checking for Caudium support >configure:7536: checking for CLI build >configure:7592: checking for Continuity support >configure:7819: checking for embedded SAPI library support >configure:8004: checking for Zeus ISAPI support >configure:8216: checking for Milter support >configure:8471: checking for NSAPI support >configure:8794: checking for PHTTPD support >configure:9005: checking for Pi3Web support >configure:9316: checking for Roxen/Pike support >configure:9787: checking for thttpd >configure:9995: checking for TUX >configure:10211: checking for webjames >configure:10611: checking for chosen SAPI module >configure:11516: checking for missing declarations of reentrant functions >configure:11525: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:11550: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:11575: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:11600: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:11625: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:11649: checking for sendmail >configure:11690: checking whether system uses EBCDIC >configure:11709: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure: failed program was: >#line 11701 "configure" >#include "confdefs.h" > >int main(void) { > return (unsigned char)'A' != (unsigned char)0xC1; >} > >configure:11783: checking for socket >configure:11811: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:12040: checking for htonl >configure:12068: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:12297: checking for gethostname >configure:12325: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:12554: checking for gethostbyaddr >configure:12582: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:12811: checking for yp_get_default_domain >configure:12839: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/cczXOo5R.o(.text+0x29): In function `main': >: undefined reference to `yp_get_default_domain' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12816 "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:12857: checking for __yp_get_default_domain >configure:12885: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccyipOk4.o(.text+0x29): In function `main': >: undefined reference to `__yp_get_default_domain' >collect2: ld returned 1 exit status >configure: failed program was: >#line 12862 "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:12923: checking for yp_get_default_domain in -lnsl >configure:12942: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lnsl 1>&5 >configure:13017: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lnsl 1>&5 >configure:13069: checking for dlopen >configure:13097: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/cciIs2Yt.o(.text+0x29): In function `main': >: undefined reference to `dlopen' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13074 "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:13115: checking for __dlopen >configure:13143: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccFyzZ3I.o(.text+0x29): In function `main': >: undefined reference to `__dlopen' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13120 "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:13181: checking for dlopen in -ldl >configure:13200: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -ldl -lnsl 1>&5 >configure:13275: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lnsl -ldl 1>&5 >configure:13327: checking for sin in -lm >configure:13346: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lm -ldl -lnsl 1>&5 >configure:13339: warning: conflicting types for built-in function 'sin' >configure:13380: checking for res_search >configure:13408: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/cca8A7vs.o(.text+0x29): In function `main': >: undefined reference to `res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13385 "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:13426: checking for __res_search >configure:13454: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccPkeyuG.o(.text+0x29): In function `main': >: undefined reference to `__res_search' >collect2: ld returned 1 exit status >configure: failed program was: >#line 13431 "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:13492: checking for res_search in -lresolv >configure:13511: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:13586: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lm -ldl -lnsl -lresolv 1>&5 >configure:13916: checking for inet_aton >configure:13944: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:14312: checking for dn_skipname >configure:14340: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccaHuP9t.o(.text+0x29): In function `main': >: undefined reference to `dn_skipname' >collect2: ld returned 1 exit status >configure: failed program was: >#line 14317 "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:14358: checking for __dn_skipname >configure:14386: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:14706: checking for ANSI C header files >configure:14719: gcc -E conftest.c >/dev/null 2>conftest.out >configure:14786: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:14814: checking for dirent.h that defines DIR >configure:14827: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:14852: checking for opendir in -ldir >configure:14871: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -ldir -lresolv -lm -ldl -lnsl 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldir >collect2: ld returned 1 exit status >configure: failed program was: >#line 14860 "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:14937: checking for fclose declaration >configure:14946: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15024: checking for dirent.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for ApplicationServices/ApplicationServices.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:53: ApplicationServices/ApplicationServices.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <ApplicationServices/ApplicationServices.h> >configure:15024: checking for sys/param.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/types.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/time.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for netinet/in.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for alloca.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for arpa/inet.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for arpa/nameser.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for assert.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for crypt.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for fcntl.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for grp.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for ieeefp.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:20: ieeefp.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <ieeefp.h> >configure:15024: checking for langinfo.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for limits.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for locale.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for monetary.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for mach-o/dyld.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:25: mach-o/dyld.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <mach-o/dyld.h> >configure:15024: checking for netdb.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for pwd.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for resolv.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for signal.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for stdarg.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for stdlib.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for string.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for syslog.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sysexits.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/ioctl.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/file.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/mman.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/mount.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/poll.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/resource.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/select.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/socket.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/statfs.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/statvfs.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/vfs.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/sysexits.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:26: sys/sysexits.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <sys/sysexits.h> >configure:15024: checking for sys/varargs.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:25: sys/varargs.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <sys/varargs.h> >configure:15024: checking for sys/wait.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for termios.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for unistd.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for unix.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15030:18: unix.h: No such file or directory >configure: failed program was: >#line 15029 "configure" >#include "confdefs.h" >#include <unix.h> >configure:15024: checking for utime.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/utsname.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for sys/ipc.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for dlfcn.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15024: checking for inttypes.h >configure:15034: gcc -E conftest.c >/dev/null 2>conftest.out >configure:15063: checking for fopencookie >configure:15091: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15122: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15174: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15235: checking for broken getcwd >configure:15250: checking for broken libc stdio >configure:15311: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15339: checking whether struct tm is in sys/time.h or time.h >configure:15352: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15373: checking for tm_zone in struct tm >configure:15386: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15445: checking for tm_gmtoff in struct tm >configure:15458: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15481: checking for struct flock >configure:15496: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15523: checking for socklen_t >configure:15540: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15566: checking size of intmax_t >configure:15585: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure: In function `main': >configure:15580: error: `intmax_t' undeclared (first use in this function) >configure:15580: error: (Each undeclared identifier is reported only once >configure:15580: error: for each function it appears in.) >configure: failed program was: >#line 15574 "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:15605: checking size of size_t >configure:15624: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15644: checking size of ssize_t >configure:15663: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure: In function `main': >configure:15658: error: `ssize_t' undeclared (first use in this function) >configure:15658: error: (Each undeclared identifier is reported only once >configure:15658: error: for each function it appears in.) >configure: failed program was: >#line 15652 "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:15683: checking size of ptrdiff_t >configure:15702: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure: In function `main': >configure:15697: error: `ptrdiff_t' undeclared (first use in this function) >configure:15697: error: (Each undeclared identifier is reported only once >configure:15697: error: for each function it appears in.) >configure: failed program was: >#line 15691 "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:15722: checking size of long long >configure:15741: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15761: checking size of long long int >configure:15780: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15800: checking size of long >configure:15819: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15839: checking size of int >configure:15858: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:15879: checking for st_blksize in struct stat >configure:15892: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15914: checking for st_blocks in struct stat >configure:15927: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15954: checking for st_rdev in struct stat >configure:15967: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:15989: checking for size_t >configure:16022: checking for uid_t in sys/types.h >configure:16057: checking for struct sockaddr_storage >configure:16070: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:16102: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure: In function `main': >configure:16098: error: structure has no member named `sa_len' >configure: failed program was: >#line 16092 "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:16115: checking for IPv6 support >configure:16129: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16147: checking for vprintf >configure:16175: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16159: warning: conflicting types for built-in function 'vprintf' >configure:16327: checking for alphasort >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for asctime_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for chroot >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for ctime_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for cuserid >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for crypt >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/cckWVExW.o(.text+0x29): In function `main': >: undefined reference to `crypt' >collect2: ld returned 1 exit status >configure: failed program was: >#line 16332 "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:16327: checking for flock >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for ftok >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for funopen >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccaTZSgu.o(.text+0x29): In function `main': >: undefined reference to `funopen' >collect2: ld returned 1 exit status >configure: failed program was: >#line 16332 "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:16327: checking for gai_strerror >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for gcvt >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getlogin >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getprotobyname >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getprotobynumber >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getservbyname >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getservbyport >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for getrusage >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for gettimeofday >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for gmtime_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for grantpt >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for inet_ntoa >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for inet_ntop >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for inet_pton >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for isascii >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for link >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for localtime_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for lockf >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for lrand48 >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for memcpy >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'memcpy' >configure:16327: checking for memmove >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'memmove' >configure:16327: checking for mkstemp >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for mmap >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for nl_langinfo >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for perror >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for poll >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for ptsname >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for putenv >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for realpath >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for random >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for rand_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for regcomp >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for res_search >configure:16327: checking for scandir >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for setitimer >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for setlocale >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for localeconv >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for setpgid >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for setsockopt >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for setvbuf >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for shutdown >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for sin >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'sin' >configure:16327: checking for snprintf >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'snprintf' >configure:16327: checking for srand48 >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for srandom >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for statfs >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for statvfs >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for std_syslog >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccWaDN9g.o(.text+0x29): In function `main': >: undefined reference to `std_syslog' >collect2: ld returned 1 exit status >configure: failed program was: >#line 16332 "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:16327: checking for strcasecmp >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for strcoll >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for strdup >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'strdup' >configure:16327: checking for strerror >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for strftime >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'strftime' >configure:16327: checking for strstr >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'strstr' >configure:16327: checking for strtok_r >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for symlink >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for tempnam >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccJISqm8.o(.text+0x29): In function `main': >: warning: the use of `tempnam' is dangerous, better use `mkstemp' >configure:16327: checking for tzset >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for unlockpt >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for unsetenv >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for usleep >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for nanosleep >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for utime >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16327: checking for vsnprintf >configure:16355: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16339: warning: conflicting types for built-in function 'vsnprintf' >configure:16381: checking for getaddrinfo >configure:16393: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16436: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16468: checking for strlcat >configure:16496: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccXcefLe.o(.text+0x29): In function `main': >: undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure: failed program was: >#line 16473 "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:16468: checking for strlcpy >configure:16496: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccUX91Hq.o(.text+0x29): In function `main': >: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure: failed program was: >#line 16473 "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:16468: checking for getopt >configure:16496: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16523: checking whether utime accepts a null argument >configure:16544: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16570: checking for working alloca.h >configure:16603: checking for alloca >configure:16636: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16803: checking whether sprintf is broken >configure:16818: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16852: checking whether snprintf is broken >configure:16882: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:16916: checking for declared timezone >configure:16937: gcc -c -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c 1>&5 >configure:16963: checking for type of reentrant time-related functions >configure:16992: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure: In function `main': >configure:16984: warning: assignment makes integer from pointer without a cast >configure:16985: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 16974 "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:17022: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure: In function `main': >configure:17015: error: too many arguments to function `asctime_r' >configure: failed program was: >#line 17006 "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:17060: checking for readdir_r >configure:17088: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:17110: checking for type of readdir_r >configure:17146: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lresolv -lm -ldl -lnsl 1>&5 >configure:17264: checking whether to include debugging symbols >configure:17297: checking layout of installed files >configure:17331: checking path to configuration file >configure:17367: checking directory to be scanned for configuration files >configure:17397: checking whether to enable safe mode by default >configure:17432: checking for safe mode exec dir >configure:17473: checking whether to enable PHP's own SIGCHLD handler >configure:17510: checking whether to enable magic quotes by default >configure:17547: checking whether to enable runpaths >configure:17572: checking whether to explicitly link against libgcc >configure:17651: checking whether to enable short tags by default >configure:17688: checking whether to enable dmalloc >configure:17776: checking whether to enable IPv6 support >configure:17806: checking whether to enable versioning >configure:17858: checking whether to enable LIBXML support >configure:17905: checking libxml2 install dir >configure:18065: checking whether libxml build works >configure:18092: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c > > -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:18363: checking for OpenSSL support >configure:18416: checking for pkg-config >configure:19260: checking for ZLIB support >configure:19306: checking if the location of ZLIB install directory is defined >configure:19660: checking for gzgets in -lz >configure:19679: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:19817: checking whether to enable bc style precision math functions >configure:20107: checking for BZip2 support >configure:20155: checking for BZip2 in default path >configure:20251: checking for BZ2_bzerror in -lbz2 >configure:20270: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lbz2 -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:20661: checking whether to enable calendar conversion support >configure:20936: checking for cpdflib support >configure:21976: checking whether to enable ctype functions >configure:22247: checking for CURL support >configure:22293: checking if we should use CURL for url streams >configure:22320: checking for CURL in default path >configure:22338: checking for cURL 7.10.5 or greater >configure:22638: checking for curl_easy_perform in -lcurl >configure:22657: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:22776: checking for curl_version_info in -lcurl >configure:22795: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -lcurl -lssl -lcrypto -ldl -lssl -lcrypto -ldl -lz conftest.c -lcurl -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:23077: checking whether to enable DBA >configure:23407: checking for QDBM support >configure:23541: checking for gdbm_open in -lgdbm >configure:23560: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx conftest.c -lgdbm -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:23727: checking for GDBM support >configure:24032: checking for NDBM support >configure:24098: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -L/usr/lib -ldb-4.2 conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >configure:24139: checking for db4 minor version and patch level >configure:24167: checking if dba can be used as shared extension >configure:24331: checking for Berkeley DB4 support >configure:24651: checking for Berkeley DB3 support >configure:24971: checking for Berkeley DB2 support >configure:25109: checking for dbminit in -ldbm >configure:25128: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -L/usr/lib -ldb-4.2 conftest.c -ldbm -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -ldbm >collect2: ld returned 1 exit status >configure: failed program was: >#line 25117 "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 dbminit(); > >int main() { >dbminit() >; return 0; } >configure:25109: checking for dbminit in -lc >configure:25128: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -L/usr/lib -ldb-4.2 conftest.c -lc -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/cc5KCSgk.o(.text+0x29): In function `main': >: undefined reference to `dbminit' >collect2: ld returned 1 exit status >configure: failed program was: >#line 25117 "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 dbminit(); > >int main() { >dbminit() >; return 0; } >configure:25109: checking for dbminit in -lgdbm >configure:25128: gcc -o conftest -O2 -march=pentium4 -mtune=pentium4 -mfpmath=sse -fPIC -pipe -fomit-frame-pointer -msse -mmmx -L/usr/lib -ldb-4.2 conftest.c -lgdbm -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 >/var/tmp/portage/php-5.0.2-r1/temp/ccxTMx1r.o(.text+0x29): In function `main': >: undefined reference to `dbminit' >collect2: ld returned 1 exit status >configure: failed program was: >#line 25117 "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 dbminit(); > >int main() { >dbminit() >; return 0; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68495
: 42395