php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68785 configuration crash
Submitted: 2015-01-10 03:50 UTC Modified: 2021-10-31 04:22 UTC
From: root at nk dot ca Assigned: cmb (profile)
Status: No Feedback Package: *Configuration Issues
PHP Version: 5.5.21RC1 OS: BSD
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: root at nk dot ca
New email:
PHP Version: OS:

 

 [2015-01-10 03:50 UTC] root at nk dot ca
Description:
------------
Fails on several test

ldap
OPcache
pcntl
POSTgresql

Test script:
---------------
none

Expected result:
----------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/usr/contrib --localstatedir=/var --htmldir=/var/www/docs/php --enable-re2c-cgoto --with-apxs2=/usr/contrib/bin/apxs --with-libxml-dir=/usr/contrib --with-openssl=/usr/contrib --with-zlib=/usr --with-bz2=shared,/usr/contrib --enable-bcmath --with-ldap=/usr/contrib --with-ldap-sasl=/usr/contrib --enable-calendar --with-curl=/usr/contrib --with-db4=shared,/usr --with-pcre-dir=/usr/contrib --with-openssl-dir=/usr/contrib --with-gd --enable-fpm --with-gettext=/usr --with-gmp=shared,/usr --with-mhash=/usr --with-imap-ssl=/usr/source/imap-2007f --enable-mbstring --with-onig=/usr/contrib --with-mcrypt=shared,/usr/contrib --with-mysql=/usr/contrib --with-mysqli=/usr/contrib/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock --with-zlib-dir=/usr --with-iodbc=shared,/usr/contrib --with-unixODBC=shared,/usr/contrib --enable-opcache --enable-pcntl --with-pdo-mysql=/usr/contrib --with-pdo-pgsql=/usr/contrib/pgsql/bin --with-pgsql=/usr/contrib/pgdql --without-mm --disable-sockets --enable-soap --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-xsl=shared,/usr/contrib --enable-zip --with-pcre-dir=/usr/contrib --with-pear=/usr/contrib --with-tsrm-pthreads --enable-shared=yes --enable-static=no --with-readline=/usr --with-gnu-ld --with-pic

## --------- ##
## Platform. ##
## --------- ##

hostname = doctor.nl2k.ab.ca
uname -m = i386
uname -r = 4.3.1
uname -s = BSD/OS
uname -v = BSDI BSD/OS 4.3

/usr/bin/uname -p = 
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: .
PATH: .
PATH: /root/bin
PATH: /root/bin
PATH: /usr/bin
PATH: /usr/X11/bin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/games
PATH: /usr/X11/bin
PATH: /usr/contrib/bin
PATH: /var/news/bin
PATH: /usr/contrib/pgsql/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3280: checking for grep that handles long lines and -e
configure:3338: result: /bin/grep
configure:3343: checking for egrep
configure:3405: result: /bin/grep -E
configure:3410: checking for a sed that does not truncate output
configure:3464: result: /usr/bin/sed
configure:3569: checking build system type
configure:3583: result: i386-pc-bsdi4.3.1
configure:3603: checking host system type
configure:3616: result: i386-pc-bsdi4.3.1
configure:3636: checking target system type
configure:3649: result: i386-pc-bsdi4.3.1
configure:3824: checking for cc
configure:3840: found /usr/bin/cc
configure:3851: result: cc
configure:3882: checking for C compiler version
configure:3891: cc --version >&5
cc (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3902: $? = 0
configure:3891: cc -v >&5
Reading specs from /usr/lib/gcc-lib/i386-unknown-bsdi4.3/3.2.2/specs
Configured with: /usr/src/core_contrib/gcc/configure --prefix=/usr --mandir=/usr/share/core_contrib/man --infodir=/usr/share/info --libdir=/usr/lib
Thread model: posix
gcc version 3.2.2
configure:3902: $? = 0
configure:3891: cc -V >&5
cc: argument to `-V' is missing
configure:3902: $? = 1
configure:3891: cc -qversion >&5
cc: unrecognized option `-qversion'
cc: no input files
configure:3902: $? = 1
configure:3922: checking whether the C compiler works
configure:3944: cc    conftest.c  >&5
configure:3948: $? = 0
configure:3996: result: yes
configure:3999: checking for C compiler default output file name
configure:4001: result: a.out
configure:4007: checking for suffix of executables
configure:4014: cc -o conftest    conftest.c  >&5
configure:4018: $? = 0
configure:4040: result: 
configure:4062: checking whether we are cross compiling
configure:4070: cc -o conftest    conftest.c  >&5
configure:4074: $? = 0
configure:4081: ./conftest
configure:4085: $? = 0
configure:4100: result: no
configure:4105: checking for suffix of object files
configure:4127: cc -c   conftest.c >&5
configure:4131: $? = 0
configure:4152: result: o
configure:4156: checking whether we are using the GNU C compiler
configure:4175: cc -c   conftest.c >&5
configure:4175: $? = 0
configure:4184: result: yes
configure:4193: checking whether cc accepts -g
configure:4213: cc -c -g  conftest.c >&5
configure:4213: $? = 0
configure:4254: result: yes
configure:4271: checking for cc option to accept ISO C89
configure:4334: cc  -c -g -O2  conftest.c >&5
configure:4334: $? = 0
configure:4347: result: none needed
configure:4373: checking how to run the C preprocessor
configure:4404: cc -E  conftest.c
configure:4404: $? = 0
configure:4418: cc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4443: result: cc -E
configure:4463: cc -E  conftest.c
configure:4463: $? = 0
configure:4477: cc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4477: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4508: checking for icc
configure:4517: result: no
configure:4531: checking for suncc
configure:4540: result: no
configure:4558: checking whether cc understands -c and -o together
configure:4586: cc -c conftest.c -o conftest2.o >&5
configure:4590: $? = 0
configure:4596: cc -c conftest.c -o conftest2.o >&5
configure:4600: $? = 0
configure:4655: result: yes
configure:4670: checking how to run the C preprocessor
configure:4740: result: cc -E
configure:4760: cc -E  conftest.c
configure:4760: $? = 0
configure:4774: cc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4802: checking for ANSI C header files
configure:4822: cc -c -g -O2  conftest.c >&5
configure:4822: $? = 0
configure:4895: cc -o conftest -g -O2   conftest.c  >&5
configure:4895: $? = 0
configure:4895: ./conftest
configure:4895: $? = 0
configure:4906: result: yes
configure:4919: checking for sys/types.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for sys/stat.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for stdlib.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for string.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for memory.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for strings.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for inttypes.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for stdint.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4919: checking for unistd.h
configure:4919: cc -c -g -O2  conftest.c >&5
configure:4919: $? = 0
configure:4919: result: yes
configure:4932: checking minix/config.h usability
configure:4932: cc -c -g -O2  conftest.c >&5
conftest.c:52:26: minix/config.h: No such file or directory
configure:4932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4932: result: no
configure:4932: checking minix/config.h presence
configure:4932: cc -E  conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:4932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4932: result: no
configure:4932: checking for minix/config.h
configure:4932: result: no
configure:4953: checking whether it is safe to define __EXTENSIONS__
configure:4971: cc -c -g -O2  conftest.c >&5
configure:4971: $? = 0
configure:4978: result: yes
configure:4993: checking whether ln -s works
configure:4997: result: yes
configure:5008: checking for system library directory
configure:5023: result: lib
configure:5032: checking whether to enable runpaths
configure:5046: result: yes
configure:5053: checking if compiler supports -R
configure:5072: cc -o conftest -g -O2   conftest.c -R /usr/lib  >&5
cc: unrecognized option `-R'
configure:5072: $? = 0
configure:5082: result: yes
configure:5134: checking for gawk
configure:5151: found /usr/bin/gawk
configure:5162: result: gawk
configure:5206: checking for bison
configure:5222: found /usr/bin/bison
configure:5233: result: bison -y
configure:5254: checking for bison version
configure:5274: result: invalid
configure:5280: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: 3.0).
configure:5293: checking for re2c
configure:5309: found /usr/bin/re2c
configure:5320: result: re2c
configure:5329: checking for re2c version
configure:5343: result: 0.13.5 (ok)
configure:5369: checking whether to enable computed goto gcc extension with re2c
configure:5383: result: yes
configure:5392: checking whether re2c -g works
configure:5416: cc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:35: parse error before "static"
conftest.c:36: `adr' undeclared (first use in this function)
conftest.c:36: (Each undeclared identifier is reported only once
conftest.c:36: for each function it appears in.)
configure:5416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| int main(int argc, const char **argv)
| {
|   argc = argc;
|   argv = argv;
| label1:
| label2:
|   static void *adr[] = { &&label1, &&label2};
|   goto *adr[0];
|   return 0;
| }
| 
|   ;
|   return 0;
| }
configure:5425: result: yes
configure:5677: checking whether to force non-PIC code in shared modules
configure:5691: result: no
configure:5709: checking whether /dev/urandom exists
configure:5718: result: no
configure:5720: checking whether /dev/arandom exists
configure:5729: result: no
configure:5801: cc -o conftest -g -O2   conftest.c  >&5
configure:5801: $? = 0
configure:5801: ./conftest
configure:5801: $? = 0
configure:5817: checking for pthreads_cflags
configure:5880: result: 
configure:5883: checking for pthreads_lib
configure:5945: result: 
configure:6018: result: 
configure:6020: result: Configuring SAPI modules
configure:6048: checking for AOLserver support
configure:6263: result: no
configure:6291: checking for Apache 1.x module support via DSO through APXS
configure:6581: result: no
configure:6607: checking for Apache 1.x module support
configure:7379: result: no
configure:7391: checking whether to enable Apache charset compatibility option
configure:7405: result: no
configure:7555: checking for Apache 2.0 filter-module support via DSO through APXS
configure:8351: result: no
configure:8379: checking for Apache 2.0 handler-module support via DSO through APXS
configure:9169: result: yes
configure:9204: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:9494: result: no
configure:9520: checking for Apache 1.x (hooks) module support
configure:10292: result: no
configure:10304: checking whether to enable Apache charset compatibility option
configure:10318: result: no
configure:10469: checking for Caudium support
configure:10783: result: no
configure:10811: checking for setproctitle
configure:10811: cc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccWjeRD8.o: In function `main':
/usr/source/php-5.5.19RC1/conftest.c:58: undefined reference to `setproctitle'
configure:10811: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef setproctitle
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| /* 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_setproctitle || defined __stub___setproctitle
| choke me
| #endif
| 
| int
| main ()
| {
| return setproctitle ();
|   ;
|   return 0;
| }
configure:10811: result: no
configure:10823: checking sys/pstat.h usability
configure:10823: cc -c -g -O2  conftest.c >&5
conftest.c:57:23: sys/pstat.h: No such file or directory
configure:10823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:10823: result: no
configure:10823: checking sys/pstat.h presence
configure:10823: cc -E  conftest.c
conftest.c:24:23: sys/pstat.h: No such file or directory
configure:10823: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:10823: result: no
configure:10823: checking for sys/pstat.h
configure:10823: result: no
configure:10834: checking for PS_STRINGS
configure:10853: cc -o conftest -g -O2   conftest.c  >&5
In file included from /usr/include/sys/exec.h:46,
                 from conftest.c:25:
/usr/include/machine/exec.h:90: parse error before "u_long"
/usr/include/machine/exec.h:92: parse error before "a_bss"
/usr/include/machine/exec.h:93: parse error before "a_syms"
/usr/include/machine/exec.h:94: parse error before "a_entry"
/usr/include/machine/exec.h:95: parse error before "a_trsize"
/usr/include/machine/exec.h:96: parse error before "a_drsize"
conftest.c: In function `main':
conftest.c:30: `PS_STRINGS' undeclared (first use in this function)
conftest.c:30: (Each undeclared identifier is reported only once
conftest.c:30: for each function it appears in.)
configure:10853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
| 
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
|   ;
|   return 0;
| }
configure:10861: result: no
configure:10869: checking for CLI build
configure:11031: result: yes
configure:11038: checking for Continuity support
configure:11053: result: no
configure:11298: checking for embedded SAPI library support
configure:11497: result: no
configure:11553: checking for FPM build
configure:11556: result: yes
configure:11563: checking for setenv
configure:11563: cc -o conftest -g -O2   conftest.c  >&5
configure:11563: $? = 0
configure:11563: result: yes
configure:11563: checking for clearenv
configure:11563: cc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccmezJFx.o: In function `main':
/usr/source/php-5.5.19RC1/conftest.c:59: undefined reference to `clearenv'
configure:11563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| /* end confdefs.h.  */
| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clearenv innocuous_clearenv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clearenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clearenv
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clearenv ();
| /* 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_clearenv || defined __stub___clearenv
| choke me
| #endif
| 
| int
| main ()
| {
| return clearenv ();
|   ;
|   return 0;
| }
configure:11563: result: no
configure:11563: checking for setproctitle
configure:11563: result: no
configure:11573: checking for library containing socket
configure:11604: cc -o conftest -g -O2   conftest.c  >&5
configure:11604: $? = 0
configure:11621: result: none required
configure:11629: checking for library containing inet_addr
configure:11660: cc -o conftest -g -O2   conftest.c  >&5
configure:11660: $? = 0
configure:11677: result: none required
configure:11689: checking errno.h usability
configure:11689: cc -c -g -O2  conftest.c >&5
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking errno.h presence
configure:11689: cc -E  conftest.c
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking for errno.h
configure:11689: result: yes
configure:11689: checking fcntl.h usability
configure:11689: cc -c -g -O2  conftest.c >&5
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking fcntl.h presence
configure:11689: cc -E  conftest.c
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking for fcntl.h
configure:11689: result: yes
configure:11689: checking stdio.h usability
configure:11689: cc -c -g -O2  conftest.c >&5
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking stdio.h presence
configure:11689: cc -E  conftest.c
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking for stdio.h
configure:11689: result: yes
configure:11689: checking for stdlib.h
configure:11689: result: yes
configure:11689: checking for unistd.h
configure:11689: result: yes
configure:11689: checking sys/uio.h usability
configure:11689: cc -c -g -O2  conftest.c >&5
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking sys/uio.h presence
configure:11689: cc -E  conftest.c
configure:11689: $? = 0
configure:11689: result: yes
configure:11689: checking for sys/uio.h
configure:11689: result: yes
configure:11702: checking sys/select.h usability
configure:11702: cc -c -g -O2  conftest.c >&5
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking sys/select.h presence
configure:11702: cc -E  conftest.c
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking for sys/select.h
configure:11702: result: yes
configure:11702: checking sys/socket.h usability
configure:11702: cc -c -g -O2  conftest.c >&5
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking sys/socket.h presence
configure:11702: cc -E  conftest.c
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking for sys/socket.h
configure:11702: result: yes
configure:11702: checking sys/time.h usability
configure:11702: cc -c -g -O2  conftest.c >&5
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking sys/time.h presence
configure:11702: cc -E  conftest.c
configure:11702: $? = 0
configure:11702: result: yes
configure:11702: checking for sys/time.h
configure:11702: result: yes
configure:11715: checking arpa/inet.h usability
configure:11715: cc -c -g -O2  conftest.c >&5
configure:11715: $? = 0
configure:11715: result: yes
configure:11715: checking arpa/inet.h presence
configure:11715: cc -E  conftest.c
configure:11715: $? = 0
configure:11715: result: yes
configure:11715: checking for arpa/inet.h
configure:11715: result: yes
configure:11715: checking netinet/in.h usability
configure:11715: cc -c -g -O2  conftest.c >&5
configure:11715: $? = 0
configure:11715: result: yes
configure:11715: checking netinet/in.h presence
configure:11715: cc -E  conftest.c
configure:11715: $? = 0
configure:11715: result: yes
configure:11715: checking for netinet/in.h
configure:11715: result: yes
configure:11727: checking sysexits.h usability
configure:11727: cc -c -g -O2  conftest.c >&5
configure:11727: $? = 0
configure:11727: result: yes
configure:11727: checking sysexits.h presence
configure:11727: cc -E  conftest.c
configure:11727: $? = 0
configure:11727: result: yes
configure:11727: checking for sysexits.h
configure:11727: result: yes
configure:11739: checking for prctl
configure:11753: cc -c -g -O2  conftest.c >&5
conftest.c:37:24: sys/prctl.h: No such file or directory
configure:11753: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h.  */
|  #include <sys/prctl.h>
| int
| main ()
| {
| prctl(0, 0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:11763: result: no
configure:11772: checking for clock_gettime
configure:11786: cc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function `main':
conftest.c:41: `CLOCK_MONOTONIC' undeclared (first use in this function)
conftest.c:41: (Each undeclared identifier is reported only once
conftest.c:41: for each function it appears in.)
configure:11786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h.  */
|  #include <time.h>
| int
| main ()
| {
| struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
|   ;
|   return 0;
| }
configure:11794: result: no
configure:11802: checking for clock_gettime in -lrt
configure:11819: cc -o conftest -g -O2   conftest.c  -lrt >&5
conftest.c: In function `main':
conftest.c:41: `CLOCK_MONOTONIC' undeclared (first use in this function)
conftest.c:41: (Each undeclared identifier is reported only once
conftest.c:41: for each function it appears in.)
configure:11819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h.  */
|  #include <time.h>
| int
| main ()
| {
| struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
|   ;
|   return 0;
| }
configure:11828: result: no
configure:11845: checking for clock_get_time
configure:11878: cc -o conftest -g -O2   conftest.c  >&5
conftest.c:37:24: mach/mach.h: No such file or directory
conftest.c:38:30: mach/clock.h: No such file or directory
conftest.c:39:35: mach/mach_error.h: No such file or directory
conftest.c: In function `main':
conftest.c:43: `kern_return_t' undeclared (first use in this function)
conftest.c:43: (Each undeclared identifier is reported only once
conftest.c:43: for each function it appears in.)
conftest.c:43: parse error before "ret"
conftest.c:43: `clock_serv_t' undeclared (first use in this function)
conftest.c:43: `mach_timespec_t' undeclared (first use in this function)
conftest.c:44: `ret' undeclared (first use in this function)
conftest.c:44: `REALTIME_CLOCK' undeclared (first use in this function)
conftest.c:44: `aClock' undeclared (first use in this function)
conftest.c:46: `KERN_SUCCESS' undeclared (first use in this function)
conftest.c:50: `aTime' undeclared (first use in this function)
configure:11878: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| /* end confdefs.h.  */
|  #include <mach/mach.h>
|       #include <mach/clock.h>
|       #include <mach/mach_error.h>
| 
|       int main()
|       {
|         kern_return_t ret; clock_serv_t aClock; mach_timespec_t aTime;
|         ret = host_get_clock_service(mach_host_self(), REALTIME_CLOCK, &aClock);
| 
|         if (ret != KERN_SUCCESS) {
|           return 1;
|         }
| 
|         ret = clock_get_time(aClock, &aTime);
|         if (ret != KERN_SUCCESS) {
|           return 2;
|         }
| 
|         return 0;
|       }
| 
configure:11886: result: no
configure:11906: checking for ptrace
configure:11922: cc -c -g -O2  conftest.c >&5
configure:11922: $? = 0
configure:11925: result: yes
configure:11937: checking whether ptrace works
configure:12017: cc -o conftest -g -O2   conftest.c  >&5
configure:12017: $? = 0
configure:12017: ./conftest
configure:12017: $? = 0
configure:12019: result: yes
configure:12178: checking if gcc supports __sync_bool_compare_and_swap
configure:12195: cc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccEbRriK.o: In function `main':
/usr/source/php-5.5.19RC1/conftest.c:44: undefined reference to `__sync_bool_compare_and_swap'
/usr/source/php-5.5.19RC1/conftest.c:49: undefined reference to `__sync_add_and_fetch'
configure:12195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|     int variable = 1;
|     return (__sync_bool_compare_and_swap(&variable, 1, 2)
|            && __sync_add_and_fetch(&variable, 1)) ? 1 : 0;
| 
|   ;
|   return 0;
| }
configure:12205: result: no
configure:12215: checking for TCP_INFO
configure:12229: cc -c -g -O2  conftest.c >&5
In file included from conftest.c:38:
/usr/include/netinet/tcp.h:41: parse error before "tcp_seq"
/usr/include/netinet/tcp.h:47: parse error before "u_short"
/usr/include/netinet/tcp.h:49: parse error before "th_seq"
/usr/include/netinet/tcp.h:50: parse error before "th_ack"
/usr/include/netinet/tcp.h:52: parse error before "th_x2"
/usr/include/netinet/tcp.h:66: parse error before "th_win"
/usr/include/netinet/tcp.h:67: parse error before "th_sum"
/usr/include/netinet/tcp.h:68: parse error before "th_urp"
conftest.c: In function `main':
conftest.c:42: storage size of `ti' isn't known
conftest.c:42: `TCP_INFO' undeclared (first use in this function)
conftest.c:42: (Each undeclared identifier is reported only once
conftest.c:42: for each function it appears in.)
configure:12229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| /* end confdefs.h.  */
|  #include <netinet/tcp.h>
| int
| main ()
| {
| struct tcp_info ti; int x = TCP_INFO;
|   ;
|   return 0;
| }
configure:12237: result: no
configure:12250: checking for SO_LISTENQLEN
configure:12264: cc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:42: `SO_LISTENQLIMIT' undeclared (first use in this function)
conftest.c:42: (Each undeclared identifier is reported only once
conftest.c:42: for each function it appears in.)
conftest.c:42: `SO_LISTENQLEN' undeclared (first use in this function)
configure:12264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| /* end confdefs.h.  */
|  #include <sys/socket.h>
| int
| main ()
| {
| int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;
|   ;
|   return 0;
| }
configure:12272: result: no
configure:12286: checking for sysconf
configure:12300: cc -c -g -O2  conftest.c >&5
configure:12300: $? = 0
configure:12305: result: yes
configure:12317: checking for times
configure:12331: cc -c -g -O2  conftest.c >&5
configure:12331: $? = 0
configure:12336: result: yes
configure:12348: checking for kqueue
configure:12372: cc -c -g -O2  conftest.c >&5
conftest.c:42:39: sys/event.h: No such file or directory
conftest.c: In function `main':
conftest.c:50: storage size of `k' isn't known
conftest.c:53: `EVFILT_READ' undeclared (first use in this function)
conftest.c:53: (Each undeclared identifier is reported only once
conftest.c:53: for each function it appears in.)
conftest.c:53: `EV_ADD' undeclared (first use in this function)
conftest.c:53: `EV_CLEAR' undeclared (first use in this function)
configure:12372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| 
| 		#include <sys/types.h>
| 		#include <sys/event.h>
| 		#include <sys/time.h>
| 
| int
| main ()
| {
| 
| 		int kfd;
| 		struct kevent k;
| 		kfd = kqueue();
| 		/* 0 -> STDIN_FILENO */
| 		EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
| 
|   ;
|   return 0;
| }
configure:12382: result: no
configure:12389: checking for port framework
configure:12412: cc -c -g -O2  conftest.c >&5
conftest.c:41:34: port.h: No such file or directory
configure:12412: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| 
| 		#include <port.h>
| 
| int
| main ()
| {
| 
| 		int port;
| 
| 		port = port_create();
| 		if (port < 0) {
| 			return 1;
| 		}
| 
|   ;
|   return 0;
| }
configure:12422: result: no
configure:12429: checking for /dev/poll
configure:12454: cc -c -g -O2  conftest.c >&5
conftest.c:42:41: sys/devpoll.h: No such file or directory
conftest.c: In function `main':
conftest.c:49: storage size of `dvp' isn't known
conftest.c:54: `DP_POLL' undeclared (first use in this function)
conftest.c:54: (Each undeclared identifier is reported only once
conftest.c:54: for each function it appears in.)
configure:12454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| 
| 		#include <stdio.h>
| 		#include <sys/devpoll.h>
| 
| int
| main ()
| {
| 
| 		int n, dp;
| 		struct dvpoll dvp;
| 		dp = 0;
| 		dvp.dp_fds = NULL;
| 		dvp.dp_nfds = 0;
| 		dvp.dp_timeout = 0;
| 		n = ioctl(dp, DP_POLL, &dvp)
| 
|   ;
|   return 0;
| }
configure:12464: result: no
configure:12471: checking for epoll
configure:12507: cc -c -g -O2  conftest.c >&5
conftest.c:41:39: sys/epoll.h: No such file or directory
conftest.c: In function `main':
conftest.c:48: storage size of `e' isn't known
conftest.c:55: `EPOLLIN' undeclared (first use in this function)
conftest.c:55: (Each undeclared identifier is reported only once
conftest.c:55: for each function it appears in.)
conftest.c:55: `EPOLLET' undeclared (first use in this function)
conftest.c:58: `EPOLL_CTL_ADD' undeclared (first use in this function)
configure:12507: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h.  */
| 
| 		#include <sys/epoll.h>
| 
| int
| main ()
| {
| 
| 		int epollfd;
| 		struct epoll_event e;
| 
| 		epollfd = epoll_create(1);
| 		if (epollfd < 0) {
| 			return 1;
| 		}
| 
| 		e.events = EPOLLIN | EPOLLET;
| 		e.data.fd = 0;
| 
| 		if (epoll_ctl(epollfd, EPOLL_CTL_ADD, 0, &e) == -1) {
| 			return 1;
| 		}
| 
| 		e.events = 0;
| 		if (epoll_wait(epollfd, &e, 1, 1) < 0) {
| 			return 1;
| 		}
| 
|   ;
|   return 0;
| }
configure:12517: result: no
configure:12524: checking for poll
configure:12550: cc -c -g -O2  conftest.c >&5
configure:12550: $? = 0
configure:12555: result: yes
configure:12567: checking for select
configure:12598: cc -c -g -O2  conftest.c >&5
configure:12598: $? = 0
configure:12603: result: yes
configure:13178: checking for Zeus ISAPI support
configure:13193: result: no
configure:13410: checking for LiteSpeed support
configure:13580: result: no
configure:13587: checking for Milter support
configure:13602: result: no
configure:13793: checking for NSAPI support
configure:13808: result: no
configure:14079: checking for PHTTPD support
configure:14094: result: no
configure:14311: checking for Pi3Web support
configure:14326: result: no
configure:14661: checking whether Roxen module is build using ZTS
configure:14675: result: no
configure:14682: checking for Roxen/Pike support
configure:14918: result: 
configure:14945: checking for thttpd
configure:15168: result: no
configure:15194: checking for TUX
configure:15374: result: no
configure:15401: checking for webjames
configure:15613: result: no
configure:15639: checking for CGI build
configure:15642: result: yes
configure:15644: checking for socklen_t in sys/socket.h
configure:15653: result: yes
configure:15665: checking for sun_len in sys/un.h
configure:15674: result: yes
configure:15686: checking whether cross-process locking is required by accept()
configure:15697: result: no
configure:15847: checking for chosen SAPI module
configure:15849: result: apache2handler
configure:15852: checking for executable SAPI binaries
configure:15855: result:  cli fpm cgi
configure:15908: result: 
configure:15910: result: Running system checks
configure:15918: checking for sendmail
configure:15937: found /usr/sbin/sendmail
configure:15949: result: /usr/sbin/sendmail
configure:15963: checking whether system uses EBCDIC
configure:15982: cc -o conftest -g -O2   conftest.c  >&5
configure:15982: $? = 0
configure:15982: ./conftest
configure:15982: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| /* end confdefs.h.  */
| 
| int main(void) {
|   return (unsigned char)'A' != (unsigned char)0xC1;
| }
| 
configure:15996: result: no
configure:16005: checking whether byte ordering is bigendian
configure:16031: cc -o conftest -g -O2   conftest.c  >&5
configure:16031: $? = 0
configure:16031: ./conftest
configure:16031: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| /* end confdefs.h.  */
| 
| int main(void)
| {
|   short one = 1;
|   char *cp = (char *)&one;
| 
|   if (*cp == 0) {
|     return(0);
|   } else {
|     return(1);
|   }
| }
| 
configure:16042: result: no
configure:16052: checking whether writing to stdout works
configure:16081: cc -o conftest -g -O2   conftest.c  >&5
configure:16081: $? = 0
configure:16081: ./conftest
configure:16081: $? = 0
configure:16096: result: yes
configure:16151: checking for socket
configure:16151: cc -o conftest -g -O2   conftest.c  >&5
configure:16151: $? = 0
configure:16151: result: yes
configure:16319: checking for socketpair
configure:16319: cc -o conftest -g -O2   conftest.c  >&5
configure:16319: $? = 0
configure:16319: result: yes
configure:16487: checking for htonl
configure:16487: cc -o conftest -g -O2   conftest.c  >&5
configure:16487: $? = 0
configure:16487: result: yes
configure:16655: checking for gethostname
configure:16655: cc -o conftest -g -O2   conftest.c  >&5
configure:16655: $? = 0
configure:16655: result: yes
configure:16823: checking for gethostbyaddr
configure:16823: cc -o conftest -g -O2   conftest.c  >&5
configure:16823: $? = 0
configure:16823: result: yes
configure:16991: checking for yp_get_default_domain
configure:16991: cc -o conftest -g -O2   conftest.c  >&5
configure:16991: $? = 0
configure:16991: result: yes
configure:17160: checking for dlopen
configure:17160: cc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccIzUhyl.o: In function `main':
/usr/source/php-5.5.19RC1/conftest.c:88: undefined reference to `dlopen'
configure:17160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #define PHP_WRITE_STDOUT 1
| #define HAVE_SOCKET 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_HTONL 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_YP_GET_DEFAULT_DOMAIN 1
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:17160: result: no
configure:17164: checking for __dlopen
configure:17164: cc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccQ6oRA8.o: In function `main':
/usr/source/php-5.5.19RC1/conftest.c:88: undefined reference to `__dlopen'
configure:17164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #define PHP_WRITE_STDOUT 1
| #define HAVE_SOCKET 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_HTONL 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_YP_GET_DEFAULT_DOMAIN 1
| /* end confdefs.h.  */
| /* Define __dlopen to an innocuous variant, in case <limits.h> declares __dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __dlopen innocuous___dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dlopen ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return __dlopen ();
|   ;
|   return 0;
| }
configure:17164: result: no
configure:17187: checking for dlopen in -ldl
configure:17212: cc -o conftest -g -O2   conftest.c -ldl   >&5
configure:17212: $? = 0
configure:17221: result: yes
configure:17283: cc -o conftest -g -O2   conftest.c  -ldl >&5
configure:17283: $? = 0
configure:17283: ./conftest
configure:17283: $? = 0
configure:17328: checking for sin in -lm
configure:17353: cc -o conftest -g -O2   conftest.c -lm  -ldl  >&5
conftest.c:64: warning: conflicting types for built-in function `sin'
configure:17353: $? = 0
configure:17362: result: yes
configure:17379: checking for inet_aton
configure:17379: cc -o conftest -g -O2   conftest.c -lm -ldl  >&5
configure:17379: $? = 0
configure:17379: result: yes
configure:17679: checking for ANSI C header files
configure:17783: result: yes
configure:17794: checking for dirent.h that defines DIR
configure:17813: cc -c -g -O2  conftest.c >&5
configure:17813: $? = 0
configure:17821: result: yes
configure:17834: checking for library containing opendir
configure:17865: cc -o conftest -g -O2   conftest.c -lm -ldl  >&5
configure:17865: $? = 0
configure:17882: result: none required
configure:18008: checking for inttypes.h
configure:18008: result: yes
configure:18008: checking for stdint.h
configure:18008: result: yes
configure:18008: checking for dirent.h
configure:18008: cc -c -g -O2  conftest.c >&5
configure:18008: $? = 0
configure:18008: result: yes
configure:18008: checking for ApplicationServices/ApplicationServices.h
configure:18008: cc -c -g -O2  conftest.c >&5
conftest.c:82:53: ApplicationServices/ApplicationServices.h: No such file or directory
configure:18008: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_SETENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PTRACE 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #define PHP_WRITE_STDOUT 1
| #define HAVE_SOCKET 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_HTONL 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <ApplicationServices/ApplicationSe

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-10-19 08:29 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-10-19 08:29 UTC] cmb@php.net
> Fails on several test

Which tests?  And is that even still the case with any of the
actively supported PHP versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-10-31 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC