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.63. Invocation command line was $ ./configure --enable-apc-mmap --with-apxs=/usr/local/apache/bin/apxs --with-php-config=/usr/local/php/bin/php-config ## --------- ## ## Platform. ## ## --------- ## hostname = ilovegangwon.com uname -m = x86_64 uname -r = 2.6.32-754.6.3.el6.x86_64 uname -s = Linux uname -v = #1 SMP Tue Oct 9 17:27:49 UTC 2018 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /data/home/ilovegangwon/bin PATH: /data/home/ilovegangwon/bin PATH: /usr/local/apache/bin PATH: /usr/local/mysql/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2005: checking for grep that handles long lines and -e configure:2065: result: /bin/grep configure:2070: checking for egrep configure:2134: result: /bin/grep -E configure:2139: checking for a sed that does not truncate output configure:2193: result: /bin/sed configure:2325: checking for cc configure:2341: found /usr/bin/cc configure:2352: result: cc configure:2386: checking for C compiler version configure:2394: cc --version >&5 cc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23) Copyright (C) 2010 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:2398: $? = 0 configure:2405: cc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC) configure:2409: $? = 0 configure:2416: cc -V >&5 cc: '-V' option must have argument configure:2420: $? = 1 configure:2443: checking for C compiler default output file name configure:2465: cc conftest.c >&5 configure:2469: $? = 0 configure:2507: result: a.out configure:2526: checking whether the C compiler works configure:2536: ./a.out configure:2540: $? = 0 configure:2559: result: yes configure:2566: checking whether we are cross compiling configure:2568: result: no configure:2571: checking for suffix of executables configure:2578: cc -o conftest conftest.c >&5 configure:2582: $? = 0 configure:2608: result: configure:2614: checking for suffix of object files configure:2640: cc -c conftest.c >&5 configure:2644: $? = 0 configure:2669: result: o configure:2673: checking whether we are using the GNU C compiler configure:2702: cc -c conftest.c >&5 configure:2709: $? = 0 configure:2726: result: yes configure:2735: checking whether cc accepts -g configure:2765: cc -c -g conftest.c >&5 configure:2772: $? = 0 configure:2873: result: yes configure:2890: checking for cc option to accept ISO C89 configure:2964: cc -c -g -O2 conftest.c >&5 configure:2971: $? = 0 configure:2994: result: none needed configure:3018: checking how to run the C preprocessor configure:3058: cc -E conftest.c configure:3065: $? = 0 configure:3096: cc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3103: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3136: result: cc -E configure:3165: cc -E conftest.c configure:3172: $? = 0 configure:3203: cc -E conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3210: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3252: checking for icc configure:3265: result: no configure:3279: checking for suncc configure:3292: result: no configure:3310: checking whether cc understands -c and -o together configure:3342: cc -c conftest.c -o conftest2.o >&5 configure:3346: $? = 0 configure:3352: cc -c conftest.c -o conftest2.o >&5 configure:3356: $? = 0 configure:3411: result: yes configure:3427: checking for system library directory configure:3442: result: lib configure:3449: checking if compiler supports -R configure:3478: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5 cc: unrecognized option '-R' /usr/lib: file not recognized: Is a directory collect2: ld returned 1 exit status configure:3485: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3507: result: no configure:3512: checking if compiler supports -Wl,-rpath, configure:3541: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 configure:3548: $? = 0 configure:3570: result: yes configure:3619: checking build system type configure:3637: result: x86_64-unknown-linux-gnu configure:3659: checking host system type configure:3674: result: x86_64-unknown-linux-gnu configure:3696: checking target system type configure:3711: result: x86_64-unknown-linux-gnu configure:3820: checking for PHP prefix configure:3822: result: /usr/local/php configure:3824: checking for PHP includes configure:3826: result: -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib configure:3828: checking for PHP extension directory configure:3830: result: /usr/lib64/extensions/no-debug-non-zts-20100525 configure:3832: checking for PHP installed headers prefix configure:3834: result: /usr/local/php/include/php configure:3837: checking if debug is enabled configure:3867: result: no configure:3870: checking if zts is enabled configure:3900: result: no configure:3971: checking for re2c configure:4001: result: no configure:4026: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. configure:4040: checking for gawk configure:4057: found /bin/gawk configure:4068: result: gawk configure:4116: checking whether to enable APC support configure:4155: result: yes, shared configure:4173: checking whether we should enable cache request file info configure:4185: result: no configure:4191: checking whether we should use mmap configure:4197: result: yes configure:4209: checking whether we should use semaphore locking instead of fcntl configure:4221: result: no configure:4227: checking whether we should use pthread mutex locking configure:4239: result: yes configure:4308: cc -o conftest -g -O2 conftest.c -lpthread >&5 configure:4312: $? = 0 configure:4318: ./conftest configure:4322: $? = 0 configure:4354: checking whether we should use pthread read/write locking configure:4366: result: no configure:4482: checking whether the target compiler supports builtin atomics configure:4515: cc -o conftest -g -O2 conftest.c >&5 configure:4522: $? = 0 configure:4543: result: yes configure:4560: checking whether we should use spin locks configure:4572: result: no configure:4579: checking whether we should enable memory protection configure:4591: result: no configure:4657: checking for zend_set_lookup_function_hook configure:4691: cc -c -I/usr/local/php/include/php -I/usr/local/php/include/php/main -I/usr/local/php/include/php/TSRM -I/usr/local/php/include/php/Zend -I/usr/local/php/include/php/ext -I/usr/local/php/include/php/ext/date/lib conftest.c >&5 conftest.c: In function 'main': conftest.c:19: error: 'zend_set_lookup_function_hook' undeclared (first use in this function) conftest.c:19: error: (Each undeclared identifier is reported only once conftest.c:19: error: for each function it appears in.) configure:4698: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ATOMIC_OPERATIONS 1 | #define APC_MMAP 1 | #define APC_PTHREADMUTEX_LOCKS 1 | /* end confdefs.h. */ | | #include "main/php.h" | #include "Zend/zend_API.h" | | int | main () | { | #ifndef zend_set_lookup_function_hook | (void) zend_set_lookup_function_hook; | #endif | ; | return 0; | } configure:4719: result: no configure:4739: checking for sigaction configure:4795: cc -o conftest -g -O2 conftest.c >&5 configure:4802: $? = 0 configure:4824: result: yes configure:4836: checking for union semun configure:4867: cc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:21: error: storage size of 'x' isn't known configure:4874: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ATOMIC_OPERATIONS 1 | #define APC_MMAP 1 | #define APC_PTHREADMUTEX_LOCKS 1 | #define APC_HAVE_LOOKUP_HOOKS 0 | #define HAVE_SIGACTION 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main () | { | union semun x; x.val=1 | ; | return 0; | } configure:4894: result: no configure:4910: checking whether we should enable valgrind support configure:4912: checking for ANSI C header files configure:4942: cc -c -g -O2 conftest.c >&5 configure:4949: $? = 0 configure:5048: cc -o conftest -g -O2 conftest.c >&5 configure:5052: $? = 0 configure:5058: ./conftest configure:5062: $? = 0 configure:5080: result: yes configure:5104: checking for sys/types.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for sys/stat.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for stdlib.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for string.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for memory.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for strings.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for inttypes.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for stdint.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5104: checking for unistd.h configure:5125: cc -c -g -O2 conftest.c >&5 configure:5132: $? = 0 configure:5149: result: yes configure:5173: result: yes configure:5185: checking valgrind/memcheck.h usability configure:5202: cc -c -g -O2 conftest.c >&5 conftest.c:57:31: error: valgrind/memcheck.h: No such file or directory configure:5209: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ATOMIC_OPERATIONS 1 | #define APC_MMAP 1 | #define APC_PTHREADMUTEX_LOCKS 1 | #define APC_HAVE_LOOKUP_HOOKS 0 | #define HAVE_SIGACTION 1 | #define HAVE_SEMUN 0 | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5223: result: no configure:5227: checking valgrind/memcheck.h presence configure:5242: cc -E conftest.c conftest.c:24:31: error: valgrind/memcheck.h: No such file or directory configure:5249: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_ATOMIC_OPERATIONS 1 | #define APC_MMAP 1 | #define APC_PTHREADMUTEX_LOCKS 1 | #define APC_HAVE_LOOKUP_HOOKS 0 | #define HAVE_SIGACTION 1 | #define HAVE_SEMUN 0 | #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 configure:5263: result: no configure:5291: checking for valgrind/memcheck.h configure:5298: result: no configure:5433: checking for shm_open in -lrt configure:5468: cc -o conftest -g -O2 conftest.c -lrt >&5 configure:5475: $? = 0 configure:5496: result: yes configure:5954: checking for ld used by cc configure:6021: result: /usr/bin/ld configure:6030: checking if the linker (/usr/bin/ld) is GNU ld configure:6045: result: yes configure:6050: checking for /usr/bin/ld option to reload object files configure:6057: result: -r configure:6075: checking for BSD-compatible nm configure:6124: result: /usr/bin/nm -B configure:6128: checking whether ln -s works configure:6132: result: yes configure:6139: checking how to recognize dependent libraries configure:6325: result: pass_all configure:6410: cc -c -g -O2 conftest.c >&5 configure:6413: $? = 0 configure:6582: checking dlfcn.h usability configure:6599: cc -c -g -O2 conftest.c >&5 configure:6606: $? = 0 configure:6620: result: yes configure:6624: checking dlfcn.h presence configure:6639: cc -E conftest.c configure:6646: $? = 0 configure:6660: result: yes configure:6688: checking for dlfcn.h configure:6697: result: yes configure:6724: checking the maximum length of command line arguments configure:6836: result: 1966080 configure:6848: checking command to parse /usr/bin/nm -B output from cc object configure:6953: cc -c -g -O2 conftest.c >&5 configure:6956: $? = 0 configure:6960: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6963: $? = 0 configure:7015: cc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:7018: $? = 0 configure:7056: result: ok configure:7060: checking for objdir configure:7075: result: .libs configure:7167: checking for ar configure:7183: found /usr/bin/ar configure:7194: result: ar configure:7259: checking for ranlib configure:7275: found /usr/bin/ranlib configure:7286: result: ranlib configure:7351: checking for strip configure:7367: found /usr/bin/strip configure:7378: result: strip configure:7947: checking if cc supports -fno-rtti -fno-exceptions configure:7965: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7969: $? = 0 configure:7982: result: no configure:7997: checking for cc option to produce PIC configure:8237: result: -fPIC configure:8245: checking if cc PIC flag -fPIC works configure:8263: cc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:8267: $? = 0 configure:8280: result: yes configure:8308: checking if cc static flag -static works configure:8336: result: no configure:8346: checking if cc supports -c -o file.o configure:8367: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8371: $? = 0 configure:8393: result: yes configure:8419: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:9347: result: yes configure:9368: checking whether -lc should be explicitly linked in configure:9373: cc -c -g -O2 conftest.c >&5 configure:9376: $? = 0 configure:9391: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9394: $? = 0 configure:9406: result: no configure:9414: checking dynamic linker characteristics configure:10012: result: GNU/Linux ld.so configure:10036: checking how to hardcode library paths into programs configure:10061: result: immediate configure:10075: checking whether stripping libraries is possible configure:10080: result: yes configure:10910: checking if libtool supports shared libraries configure:10912: result: yes configure:10915: checking whether to build shared libraries configure:10936: result: yes configure:10939: checking whether to build static libraries configure:10943: result: no configure:11038: result: creating libtool configure:14735: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ilovegangwon.com config.status:613: creating config.h configure:15614: WARNING: unrecognized options: --with-apxs ## ---------------- ## ## Cache variables. ## ## ---------------- ## PHP_cv_APC_GCC_ATOMICS=yes ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_sigaction=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_memcheck_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_rt_shm_open=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_target=x86_64-unknown-linux-gnu lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib /lib /lib64 /usr/lib /usr/lib64 /usr/local/mysql/lib/mysql /usr/local/apache/modules ' lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.4.7 /usr/lib64 /lib64' lt_cv_sys_max_cmd_len=1966080 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' php_cv_cc_dashr=no php_cv_cc_rpath=yes php_cv_semun=no php_cv_zend_set_lookup_function_hook=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' CC='cc' CFLAGS='-g -O2' CONFIGURE_COMMAND=' '\''./configure'\'' '\''--enable-apc-mmap'\'' '\''--with-apxs=/usr/local/apache/bin/apxs'\'' '\''--with-php-config=/usr/local/php/bin/php-config'\''' CONFIGURE_OPTIONS=' '\''--enable-apc-mmap'\'' '\''--with-apxs=/usr/local/apache/bin/apxs'\'' '\''--with-php-config=/usr/local/php/bin/php-config'\''' CPP='cc -E' CPPFLAGS=' -DHAVE_CONFIG_H' DEFS='-DHAVE_CONFIG_H' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' NMEDIT='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RE2C='exit 0;' SED='/bin/sed' SHELL='/bin/sh' SHLIB_DL_SUFFIX_NAME='so' SHLIB_SUFFIX_NAME='so' STRIP='strip' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='$(prefix)' host='x86_64-unknown-linux-gnu' host_alias='x86_64-unknown-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local/php' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_ATOMIC_OPERATIONS 1 #define APC_MMAP 1 #define APC_PTHREADMUTEX_LOCKS 1 #define APC_HAVE_LOOKUP_HOOKS 0 #define HAVE_SIGACTION 1 #define HAVE_SEMUN 0 #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 COMPILE_DL_APC 1 #define HAVE_APC 1 #define HAVE_DLFCN_H 1 configure: exit 0