Skip to content

Instantly share code, notes, and snippets.

@leo108
Created October 16, 2016 23:08
Show Gist options
  • Save leo108/abc6177a60df806de0c018da6e032dae to your computer and use it in GitHub Desktop.
Save leo108/abc6177a60df806de0c018da6e032dae to your computer and use it in GitHub Desktop.
php56-memcached (homebrew/php/php56-memcached) on Ubuntu 14.04.5 LTS - Homebrew build logs
Homebrew build logs for homebrew/php/php56-memcached on Ubuntu 14.04.5 LTS
Build date: 2016-10-16 19:05:25
HOMEBREW_VERSION: 1.0.7
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 15ab5de6dc4434c8cc92cf7a78cae5eacff5583c
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 504353e4eaba2ff6f188a0d7827ad1af3accc1c5
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /home/www/.linuxbrew
HOMEBREW_REPOSITORY: /home/www/.linuxbrew
HOMEBREW_CELLAR: /home/www/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: dual-core 64-bit nehalem
Homebrew Ruby: 2.0.0-p648 => /home/www/.linuxbrew/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby
Clang: N/A
Git: 1.9.1 => /usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: N/A
Kernel: Linux 2.6.32-042stab116.2 x86_64 GNU/Linux
OS: Ubuntu 14.04.5 LTS
Codename: trusty
OS glibc: 2.19
OS gcc: 4.8.4
Linuxbrew glibc: N/A
Linuxbrew gcc: 5.3.0
Linuxbrew xorg: N/A
Your system is ready to brew.
Formula: php56-memcached
Tap: homebrew/php
Path: /home/www/.linuxbrew/Library/Taps/homebrew/homebrew-php/Formula/php56-memcached.rb
2016-10-16 19:05:19 -0400
/home/www/.linuxbrew/opt/php56/bin/phpize
Configuring for:
PHP Api Version: 20131106
Zend Module Api No: 20131226
Zend Extension Api No: 220131226
2016-10-16 19:05:21 -0400
./configure
--prefix=/home/www/.linuxbrew/Cellar/php56-memcached/2.2.0
--with-php-config=/home/www/.linuxbrew/opt/php56/bin/php-config
--with-libmemcached-dir=/home/www/.linuxbrew/opt/libmemcached
--enable-memcached-igbinary
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/www/.linuxbrew/bin/gcc-5 accepts -g... yes
checking for /home/www/.linuxbrew/bin/gcc-5 option to accept ISO C89... none needed
checking how to run the C preprocessor... /home/www/.linuxbrew/bin/gcc-5 -E
checking for icc... no
checking for suncc... no
checking whether /home/www/.linuxbrew/bin/gcc-5 and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /home/www/.linuxbrew/Cellar/php56/5.6.27_4
checking for PHP includes... -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib
checking for PHP extension directory... /home/www/.linuxbrew/Cellar/php56/5.6.27_4/lib/php/extensions/no-debug-non-zts-20131226
checking for PHP installed headers prefix... /home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable memcached support... yes, shared
checking for libmemcached... yes, shared
checking whether to enable memcached session handler support... yes
checking whether to enable memcached igbinary serializer support... yes
checking whether to enable memcached json serializer support... no
checking whether to enable memcached msgpack serializer support... no
checking whether to enable memcached sasl support... yes
checking whether to enable memcached protocol support... no
checking for ZLIB... yes, shared
checking for pkg-config... /home/www/.linuxbrew/bin/pkg-config
checking for zlib location... /usr
checking for session includes... /home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php
checking for igbinary includes... /tmp/php56-memcached-20161016-12514-a5dgsq/memcached-2.2.0
checking for memcached session support... enabled
checking for memcached igbinary support... enabled
checking for memcached msgpack support... disabled
checking for libmemcached location... found version 1.0.18, under /home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1
checking whether to enable sasl support... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking whether libmemcached supports sasl... no
configure: error: no, libmemcached sasl support is not enabled. Run configure with --disable-memcached-sasl to disable this check
HOMEBREW_VERSION: 1.0.7
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: 15ab5de6dc4434c8cc92cf7a78cae5eacff5583c
Last commit: 3 hours ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: 504353e4eaba2ff6f188a0d7827ad1af3accc1c5
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /home/www/.linuxbrew
HOMEBREW_REPOSITORY: /home/www/.linuxbrew
HOMEBREW_CELLAR: /home/www/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: dual-core 64-bit nehalem
Homebrew Ruby: 2.0.0-p648 => /home/www/.linuxbrew/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby
Clang: N/A
Git: 1.9.1 => /usr/bin/git
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/bin/ruby => /usr/bin/ruby1.9.1
Java: N/A
Kernel: Linux 2.6.32-042stab116.2 x86_64 GNU/Linux
OS: Ubuntu 14.04.5 LTS
Codename: trusty
OS glibc: 2.19
OS gcc: 4.8.4
Linuxbrew glibc: N/A
Linuxbrew gcc: 5.3.0
Linuxbrew xorg: N/A
CC: /home/www/.linuxbrew/bin/gcc-5 => /home/www/.linuxbrew/Cellar/gcc/5.3.0/bin/gcc-5
CXX: /home/www/.linuxbrew/bin/g++-5 => /home/www/.linuxbrew/Cellar/gcc/5.3.0/bin/g++-5
OBJC: /home/www/.linuxbrew/bin/gcc-5
OBJCXX: /home/www/.linuxbrew/bin/g++-5
CFLAGS: -Os -w -pipe -march=native
CXXFLAGS: -Os -w -pipe -march=native
CPPFLAGS: -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include
LDFLAGS: -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /home/www/.linuxbrew/opt/unixodbc:/home/www/.linuxbrew
PKG_CONFIG_LIBDIR: /home/www/.linuxbrew/lib/pkgconfig
PATH: /home/www/.linuxbrew/opt/unixodbc/bin:/home/www/.linuxbrew/sbin:/home/www/.nvm/versions/node/v5.12.0/bin:/home/www/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/www/.linuxbrew/Library/Homebrew/cask/cmd:/home/www/.linuxbrew/Library/Homebrew/shims/scm
CPATH: /home/www/.linuxbrew/include
LD_LIBRARY_PATH: /home/www/.linuxbrew/Cellar/php56-memcached/2.2.0/lib:/home/www/.linuxbrew/Cellar/php56-memcached/2.2.0
LD_RUN_PATH: /home/www/.linuxbrew/lib
LIBRARY_PATH: /home/www/.linuxbrew/lib
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=/home/www/.linuxbrew/Cellar/php56-memcached/2.2.0 --with-php-config=/home/www/.linuxbrew/opt/php56/bin/php-config --with-libmemcached-dir=/home/www/.linuxbrew/opt/libmemcached --enable-memcached-igbinary
## --------- ##
## Platform. ##
## --------- ##
hostname = ar
uname -m = x86_64
uname -r = 2.6.32-042stab116.2
uname -s = Linux
uname -v = #1 SMP Fri Jun 24 15:33:57 MSK 2016
/usr/bin/uname -p = unknown
/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: /home/www/.linuxbrew/opt/unixodbc/bin
PATH: /home/www/.linuxbrew/sbin
PATH: /home/www/.nvm/versions/node/v5.12.0/bin
PATH: /home/www/.linuxbrew/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /home/www/.linuxbrew/Library/Homebrew/cask/cmd
PATH: /home/www/.linuxbrew/Library/Homebrew/shims/scm
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2313: checking for grep that handles long lines and -e
configure:2371: result: /bin/grep
configure:2376: checking for egrep
configure:2438: result: /bin/grep -E
configure:2443: checking for a sed that does not truncate output
configure:2497: result: /bin/sed
configure:2687: checking for C compiler version
configure:2696: /home/www/.linuxbrew/bin/gcc-5 --version >&5
gcc-5 (Homebrew gcc 5.3.0) 5.3.0
Copyright (C) 2015 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:2707: $? = 0
configure:2696: /home/www/.linuxbrew/bin/gcc-5 -v >&5
Reading specs from /home/www/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
COLLECT_GCC=/home/www/.linuxbrew/bin/gcc-5
COLLECT_LTO_WRAPPER=/home/www/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
configure:2707: $? = 0
configure:2696: /home/www/.linuxbrew/bin/gcc-5 -V >&5
gcc-5: error: unrecognized command line option '-V'
gcc-5: fatal error: no input files
compilation terminated.
configure:2707: $? = 1
configure:2696: /home/www/.linuxbrew/bin/gcc-5 -qversion >&5
gcc-5: error: unrecognized command line option '-qversion'
gcc-5: fatal error: no input files
compilation terminated.
configure:2707: $? = 1
configure:2727: checking whether the C compiler works
configure:2749: /home/www/.linuxbrew/bin/gcc-5 -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c >&5
configure:2753: $? = 0
configure:2801: result: yes
configure:2804: checking for C compiler default output file name
configure:2806: result: a.out
configure:2812: checking for suffix of executables
configure:2819: /home/www/.linuxbrew/bin/gcc-5 -o conftest -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c >&5
configure:2823: $? = 0
configure:2845: result:
configure:2867: checking whether we are cross compiling
configure:2875: /home/www/.linuxbrew/bin/gcc-5 -o conftest -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c >&5
configure:2879: $? = 0
configure:2886: ./conftest
configure:2890: $? = 0
configure:2905: result: no
configure:2910: checking for suffix of object files
configure:2932: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:2936: $? = 0
configure:2957: result: o
configure:2961: checking whether we are using the GNU C compiler
configure:2980: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:2980: $? = 0
configure:2989: result: yes
configure:2998: checking whether /home/www/.linuxbrew/bin/gcc-5 accepts -g
configure:3018: /home/www/.linuxbrew/bin/gcc-5 -c -g -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:3018: $? = 0
configure:3059: result: yes
configure:3076: checking for /home/www/.linuxbrew/bin/gcc-5 option to accept ISO C89
configure:3139: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:3139: $? = 0
configure:3152: result: none needed
configure:3178: checking how to run the C preprocessor
configure:3209: /home/www/.linuxbrew/bin/gcc-5 -E -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c
configure:3209: $? = 0
configure:3223: /home/www/.linuxbrew/bin/gcc-5 -E -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3223: $? = 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:3248: result: /home/www/.linuxbrew/bin/gcc-5 -E
configure:3268: /home/www/.linuxbrew/bin/gcc-5 -E -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c
configure:3268: $? = 0
configure:3282: /home/www/.linuxbrew/bin/gcc-5 -E -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3282: $? = 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:3313: checking for icc
configure:3322: result: no
configure:3336: checking for suncc
configure:3345: result: no
configure:3360: checking whether /home/www/.linuxbrew/bin/gcc-5 and cc understand -c and -o together
configure:3391: /home/www/.linuxbrew/bin/gcc-5 -c conftest.c -o conftest2.o >&5
configure:3395: $? = 0
configure:3401: /home/www/.linuxbrew/bin/gcc-5 -c conftest.c -o conftest2.o >&5
configure:3405: $? = 0
configure:3416: cc -c conftest.c >&5
configure:3420: $? = 0
configure:3428: cc -c conftest.c -o conftest2.o >&5
configure:3432: $? = 0
configure:3438: cc -c conftest.c -o conftest2.o >&5
configure:3442: $? = 0
configure:3460: result: yes
configure:3474: checking for system library directory
configure:3489: result: lib
configure:3496: checking if compiler supports -R
configure:3515: /home/www/.linuxbrew/bin/gcc-5 -o conftest -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c -R /usr/lib >&5
gcc-5: error: unrecognized command line option '-R'
configure:3515: $? = 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. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3525: result: no
configure:3530: checking if compiler supports -Wl,-rpath,
configure:3549: /home/www/.linuxbrew/bin/gcc-5 -o conftest -Os -w -pipe -march=native -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c -Wl,-rpath,/usr/lib >&5
configure:3549: $? = 0
configure:3559: result: yes
configure:3604: checking build system type
configure:3618: result: x86_64-unknown-linux-gnu
configure:3638: checking host system type
configure:3651: result: x86_64-unknown-linux-gnu
configure:3671: checking target system type
configure:3684: result: x86_64-unknown-linux-gnu
configure:3787: checking for PHP prefix
configure:3789: result: /home/www/.linuxbrew/Cellar/php56/5.6.27_4
configure:3791: checking for PHP includes
configure:3793: result: -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib
configure:3795: checking for PHP extension directory
configure:3797: result: /home/www/.linuxbrew/Cellar/php56/5.6.27_4/lib/php/extensions/no-debug-non-zts-20131226
configure:3799: checking for PHP installed headers prefix
configure:3801: result: /home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php
configure:3804: checking if debug is enabled
configure:3830: result: no
configure:3833: checking if zts is enabled
configure:3859: result: no
configure:3930: checking for re2c
configure:3960: result: no
configure:3985: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:3999: checking for gawk
configure:4016: found /usr/bin/gawk
configure:4027: result: gawk
configure:4071: checking whether to enable memcached support
configure:4110: result: yes, shared
configure:4119: checking for libmemcached
configure:4159: result: yes, shared
configure:4168: checking whether to enable memcached session handler support
configure:4182: result: yes
configure:4191: checking whether to enable memcached igbinary serializer support
configure:4205: result: yes
configure:4214: checking whether to enable memcached json serializer support
configure:4228: result: no
configure:4237: checking whether to enable memcached msgpack serializer support
configure:4251: result: no
configure:4260: checking whether to enable memcached sasl support
configure:4274: result: yes
configure:4283: checking whether to enable memcached protocol support
configure:4297: result: no
configure:4307: checking for ZLIB
configure:4347: result: yes, shared
configure:4371: checking for pkg-config
configure:4389: found /home/www/.linuxbrew/bin/pkg-config
configure:4402: result: /home/www/.linuxbrew/bin/pkg-config
configure:4438: checking for zlib location
configure:4441: result: /usr
configure:4576: checking for session includes
configure:4597: result: /home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php
configure:4682: checking for igbinary includes
configure:4705: result: /tmp/php56-memcached-20161016-12514-a5dgsq/memcached-2.2.0
configure:4739: checking for memcached session support
configure:4742: result: enabled
configure:4775: checking for memcached igbinary support
configure:4778: result: enabled
configure:4811: checking for memcached msgpack support
configure:4843: result: disabled
configure:4847: checking for libmemcached location
configure:4867: result: found version 1.0.18, under /home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1
configure:5009: checking whether to enable sasl support
configure:5012: result: yes
configure:5014: checking for ANSI C header files
configure:5034: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5034: $? = 0
configure:5107: /home/www/.linuxbrew/bin/gcc-5 -o conftest -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include -L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib conftest.c >&5
configure:5107: $? = 0
configure:5107: ./conftest
configure:5107: $? = 0
configure:5118: result: yes
configure:5131: checking for sys/types.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for sys/stat.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for stdlib.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for string.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for memory.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for strings.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for inttypes.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for stdint.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5131: checking for unistd.h
configure:5131: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5131: $? = 0
configure:5131: result: yes
configure:5145: checking sasl/sasl.h usability
configure:5145: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
configure:5145: $? = 0
configure:5145: result: yes
configure:5145: checking sasl/sasl.h presence
configure:5145: /home/www/.linuxbrew/bin/gcc-5 -E -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c
configure:5145: $? = 0
configure:5145: result: yes
configure:5145: checking for sasl/sasl.h
configure:5145: result: yes
configure:5160: checking whether libmemcached supports sasl
configure:5183: /home/www/.linuxbrew/bin/gcc-5 -c -Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include -I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:30:16: error: #error "no sasl support"
# error "no sasl support"
^
configure:5183: $? = 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 HAVE_MEMCACHED_SESSION 1
| #define HAVE_MEMCACHED_IGBINARY 1
| #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 HAVE_SASL_SASL_H 1
| /* end confdefs.h. */
| #include <libmemcached/memcached.h>
| int
| main ()
| {
|
| #if LIBMEMCACHED_WITH_SASL_SUPPORT
| /* yes */
| #else
| # error "no sasl support"
| #endif
|
| ;
| return 0;
| }
configure:5192: result: no
configure:5368: error: no, libmemcached sasl support is not enabled. Run configure with --disable-memcached-sasl to disable this check
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/home/www/.linuxbrew/bin/gcc-5
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib'
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_have_memc_sasl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_sasl_sasl_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_host=x86_64-unknown-linux-gnu
ac_cv_memc_sasl_support=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PKG_CONFIG=/home/www/.linuxbrew/bin/pkg-config
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/home/www/.linuxbrew/bin/gcc-5 -E'
ac_cv_prog_cc__home_www__linuxbrew_bin_gcc_5_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
lt_cv_path_SED=/bin/sed
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=''
AWK='gawk'
CC='/home/www/.linuxbrew/bin/gcc-5'
CFLAGS='-Os -w -pipe -march=native -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/main -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/TSRM -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/Zend -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext -I/home/www/.linuxbrew/Cellar/php56/5.6.27_4/include/php/ext/date/lib -I/home/www/.linuxbrew/Cellar/libmemcached/1.0.18_1/include'
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/home/www/.linuxbrew/Cellar/php56-memcached/2.2.0'\'' '\''--with-php-config=/home/www/.linuxbrew/opt/php56/bin/php-config'\'' '\''--with-libmemcached-dir=/home/www/.linuxbrew/opt/libmemcached'\'' '\''--enable-memcached-igbinary'\'' '\''CC=/home/www/.linuxbrew/bin/gcc-5'\'' '\''CFLAGS=-Os '\''-w'\'' '\''-pipe'\'' '\''-march=native'\'''\'' '\''LDFLAGS=-L/home/www/.linuxbrew/opt/unixodbc/lib '\''-L/home/www/.linuxbrew/lib'\'' '\''-Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so'\'' '\''-Wl,-rpath,/home/www/.linuxbrew/lib'\'''\'' '\''CPPFLAGS=-I/home/www/.linuxbrew/opt/unixodbc/include '\''-isystem/home/www/.linuxbrew/include'\'''\'''
CONFIGURE_OPTIONS=' '\''--prefix=/home/www/.linuxbrew/Cellar/php56-memcached/2.2.0'\'' '\''--with-php-config=/home/www/.linuxbrew/opt/php56/bin/php-config'\'' '\''--with-libmemcached-dir=/home/www/.linuxbrew/opt/libmemcached'\'' '\''--enable-memcached-igbinary'\'' '\''CC=/home/www/.linuxbrew/bin/gcc-5'\'' '\''CFLAGS=-Os '\''-w'\'' '\''-pipe'\'' '\''-march=native'\'''\'' '\''LDFLAGS=-L/home/www/.linuxbrew/opt/unixodbc/lib '\''-L/home/www/.linuxbrew/lib'\'' '\''-Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so'\'' '\''-Wl,-rpath,/home/www/.linuxbrew/lib'\'''\'' '\''CPPFLAGS=-I/home/www/.linuxbrew/opt/unixodbc/include '\''-isystem/home/www/.linuxbrew/include'\'''\'''
CPP='/home/www/.linuxbrew/bin/gcc-5 -E'
CPPFLAGS='-I/home/www/.linuxbrew/opt/unixodbc/include -isystem/home/www/.linuxbrew/include'
DEFS=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
LDFLAGS='-L/home/www/.linuxbrew/opt/unixodbc/lib -L/home/www/.linuxbrew/lib -Wl,--dynamic-linker=/home/www/.linuxbrew/lib/ld.so -Wl,-rpath,/home/www/.linuxbrew/lib'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
NMEDIT=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/home/www/.linuxbrew/bin/pkg-config'
RANLIB=''
RE2C='exit 0;'
SED='/bin/sed'
SHELL='/bin/bash'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
STRIP=''
ac_ct_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='NONE'
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='/home/www/.linuxbrew/Cellar/php56/5.6.27_4'
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. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define HAVE_MEMCACHED_SESSION 1
#define HAVE_MEMCACHED_IGBINARY 1
#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 HAVE_SASL_SASL_H 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment