mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
2642 lines
89 KiB
Plaintext
2642 lines
89 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by sphinx configure 1.11, which was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
|
|
$ ./configure --prefix=/usr/local/coreseek --without-unixodbc --with-mmseg --with-mmseg-includes=/usr/local/mmseg3/include/mmseg/ --with-mmseg-libs=/usr/local/mmseg3/lib/ --with-mysql
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = data-center
|
|
uname -m = x86_64
|
|
uname -r = 3.2.0-100-generic
|
|
uname -s = Linux
|
|
uname -v = #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 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: /usr/local/sbin
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/sbin
|
|
PATH: /usr/bin
|
|
PATH: /sbin
|
|
PATH: /bin
|
|
PATH: /opt/chef/embedded/bin
|
|
PATH: /opt/chef/embedded/bin
|
|
PATH: /var/lib/gems/1.8/bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2354: result:
|
|
configure:2356: result: checking build environment
|
|
configure:2359: result: --------------------------
|
|
configure:2361: result:
|
|
configure:2410: checking for a BSD-compatible install
|
|
configure:2478: result: /usr/bin/install -c
|
|
configure:2489: checking whether build environment is sane
|
|
configure:2539: result: yes
|
|
configure:2680: checking for a thread-safe mkdir -p
|
|
configure:2719: result: /bin/mkdir -p
|
|
configure:2732: checking for gawk
|
|
configure:2748: found /usr/bin/gawk
|
|
configure:2759: result: gawk
|
|
configure:2770: checking whether make sets $(MAKE)
|
|
configure:2792: result: yes
|
|
configure:2873: checking whether to enable maintainer-specific portions of Makefiles
|
|
configure:2882: result: no
|
|
configure:2907: checking for python
|
|
configure:2925: found /usr/bin/python
|
|
configure:2937: result: /usr/bin/python
|
|
configure:2958: checking for python version
|
|
configure:2965: result: 2.7
|
|
configure:2977: checking for python platform
|
|
configure:2984: result: linux2
|
|
configure:2991: checking for python script directory
|
|
configure:3019: result: ${prefix}/lib/python2.7/site-packages
|
|
configure:3028: checking for python extension module directory
|
|
configure:3056: result: ${exec_prefix}/lib/python2.7/site-packages
|
|
configure:3079: result:
|
|
configure:3081: result: checking for compiler programs
|
|
configure:3084: result: ------------------------------
|
|
configure:3086: result:
|
|
configure:3100: checking whether to compile debug version
|
|
configure:3110: result: no
|
|
configure:3174: checking for gcc
|
|
configure:3190: found /usr/bin/gcc
|
|
configure:3201: result: gcc
|
|
configure:3430: checking for C compiler version
|
|
configure:3439: gcc --version >&5
|
|
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
|
Copyright (C) 2011 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:3450: $? = 0
|
|
configure:3439: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
|
|
configure:3450: $? = 0
|
|
configure:3439: gcc -V >&5
|
|
gcc: error: unrecognized option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3450: $? = 4
|
|
configure:3439: gcc -qversion >&5
|
|
gcc: error: unrecognized option '-qversion'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:3450: $? = 4
|
|
configure:3470: checking whether the C compiler works
|
|
configure:3492: gcc -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:3496: $? = 0
|
|
configure:3544: result: yes
|
|
configure:3547: checking for C compiler default output file name
|
|
configure:3549: result: a.out
|
|
configure:3555: checking for suffix of executables
|
|
configure:3562: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:3566: $? = 0
|
|
configure:3588: result:
|
|
configure:3610: checking whether we are cross compiling
|
|
configure:3618: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:3622: $? = 0
|
|
configure:3629: ./conftest
|
|
configure:3633: $? = 0
|
|
configure:3648: result: no
|
|
configure:3653: checking for suffix of object files
|
|
configure:3675: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:3679: $? = 0
|
|
configure:3700: result: o
|
|
configure:3704: checking whether we are using the GNU C compiler
|
|
configure:3723: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:3723: $? = 0
|
|
configure:3732: result: yes
|
|
configure:3741: checking whether gcc accepts -g
|
|
configure:3761: gcc -c -g -I/usr/local/include conftest.c >&5
|
|
configure:3761: $? = 0
|
|
configure:3802: result: yes
|
|
configure:3819: checking for gcc option to accept ISO C89
|
|
configure:3883: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:3883: $? = 0
|
|
configure:3896: result: none needed
|
|
configure:3927: checking for style of include used by make
|
|
configure:3955: result: GNU
|
|
configure:3981: checking dependency style of gcc
|
|
configure:4092: result: gcc3
|
|
configure:4165: checking for g++
|
|
configure:4181: found /usr/bin/g++
|
|
configure:4192: result: g++
|
|
configure:4219: checking for C++ compiler version
|
|
configure:4228: g++ --version >&5
|
|
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
|
|
Copyright (C) 2011 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:4239: $? = 0
|
|
configure:4228: g++ -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=g++
|
|
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
|
|
Target: x86_64-linux-gnu
|
|
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
|
|
Thread model: posix
|
|
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
|
|
configure:4239: $? = 0
|
|
configure:4228: g++ -V >&5
|
|
g++: error: unrecognized option '-V'
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4239: $? = 4
|
|
configure:4228: g++ -qversion >&5
|
|
g++: error: unrecognized option '-qversion'
|
|
g++: fatal error: no input files
|
|
compilation terminated.
|
|
configure:4239: $? = 4
|
|
configure:4243: checking whether we are using the GNU C++ compiler
|
|
configure:4262: g++ -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.cpp >&5
|
|
configure:4262: $? = 0
|
|
configure:4271: result: yes
|
|
configure:4280: checking whether g++ accepts -g
|
|
configure:4300: g++ -c -g -I/usr/local/include conftest.cpp >&5
|
|
configure:4300: $? = 0
|
|
configure:4341: result: yes
|
|
configure:4366: checking dependency style of g++
|
|
configure:4477: result: gcc3
|
|
configure:4535: checking for ranlib
|
|
configure:4551: found /usr/bin/ranlib
|
|
configure:4562: result: ranlib
|
|
configure:4684: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c:14:6: warning: return type of 'main' is not 'int' [-Wmain]
|
|
configure:4684: $? = 0
|
|
configure:4704: result:
|
|
configure:4706: result: checking for header files
|
|
configure:4709: result: -------------------------
|
|
configure:4711: result:
|
|
configure:4721: checking how to run the C preprocessor
|
|
configure:4752: gcc -E -I/usr/local/include conftest.c
|
|
configure:4752: $? = 0
|
|
configure:4766: gcc -E -I/usr/local/include conftest.c
|
|
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4766: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:4791: result: gcc -E
|
|
configure:4811: gcc -E -I/usr/local/include conftest.c
|
|
configure:4811: $? = 0
|
|
configure:4825: gcc -E -I/usr/local/include conftest.c
|
|
conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory
|
|
compilation terminated.
|
|
configure:4825: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:4854: checking for grep that handles long lines and -e
|
|
configure:4912: result: /bin/grep
|
|
configure:4917: checking for egrep
|
|
configure:4979: result: /bin/grep -E
|
|
configure:4984: checking for ANSI C header files
|
|
configure:5004: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5004: $? = 0
|
|
configure:5077: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:5077: $? = 0
|
|
configure:5077: ./conftest
|
|
configure:5077: $? = 0
|
|
configure:5088: result: yes
|
|
configure:5096: checking for sys/wait.h that is POSIX.1 compatible
|
|
configure:5122: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5122: $? = 0
|
|
configure:5129: result: yes
|
|
configure:5142: checking for sys/types.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for sys/stat.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for stdlib.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for string.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for memory.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for strings.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for inttypes.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for stdint.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5142: checking for unistd.h
|
|
configure:5142: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5142: $? = 0
|
|
configure:5142: result: yes
|
|
configure:5157: checking fcntl.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking fcntl.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for fcntl.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking limits.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking limits.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for limits.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking netdb.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking netdb.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for netdb.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking netinet/in.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking netinet/in.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for netinet/in.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking for stdlib.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking for string.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/file.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/file.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for sys/file.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/socket.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/socket.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for sys/socket.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/time.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking sys/time.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for sys/time.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking for unistd.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking pthread.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking pthread.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for pthread.h
|
|
configure:5157: result: yes
|
|
configure:5157: checking execinfo.h usability
|
|
configure:5157: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking execinfo.h presence
|
|
configure:5157: gcc -E -I/usr/local/include conftest.c
|
|
configure:5157: $? = 0
|
|
configure:5157: result: yes
|
|
configure:5157: checking for execinfo.h
|
|
configure:5157: result: yes
|
|
configure:5167: checking expat.h usability
|
|
configure:5167: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5167: $? = 0
|
|
configure:5167: result: yes
|
|
configure:5167: checking expat.h presence
|
|
configure:5167: gcc -E -I/usr/local/include conftest.c
|
|
configure:5167: $? = 0
|
|
configure:5167: result: yes
|
|
configure:5167: checking for expat.h
|
|
configure:5167: result: yes
|
|
configure:5175: checking iconv.h usability
|
|
configure:5175: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5175: $? = 0
|
|
configure:5175: result: yes
|
|
configure:5175: checking iconv.h presence
|
|
configure:5175: gcc -E -I/usr/local/include conftest.c
|
|
configure:5175: $? = 0
|
|
configure:5175: result: yes
|
|
configure:5175: checking for iconv.h
|
|
configure:5175: result: yes
|
|
configure:5183: checking zlib.h usability
|
|
configure:5183: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5183: $? = 0
|
|
configure:5183: result: yes
|
|
configure:5183: checking zlib.h presence
|
|
configure:5183: gcc -E -I/usr/local/include conftest.c
|
|
configure:5183: $? = 0
|
|
configure:5183: result: yes
|
|
configure:5183: checking for zlib.h
|
|
configure:5183: result: yes
|
|
configure:5191: checking sql.h usability
|
|
configure:5191: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c:69:17: fatal error: sql.h: No such file or directory
|
|
compilation terminated.
|
|
configure:5191: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_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 <sql.h>
|
|
configure:5191: result: no
|
|
configure:5191: checking sql.h presence
|
|
configure:5191: gcc -E -I/usr/local/include conftest.c
|
|
conftest.c:36:17: fatal error: sql.h: No such file or directory
|
|
compilation terminated.
|
|
configure:5191: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| /* end confdefs.h. */
|
|
| #include <sql.h>
|
|
configure:5191: result: no
|
|
configure:5191: checking for sql.h
|
|
configure:5191: result: no
|
|
configure:5199: checking syslog.h usability
|
|
configure:5199: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5199: $? = 0
|
|
configure:5199: result: yes
|
|
configure:5199: checking syslog.h presence
|
|
configure:5199: gcc -E -I/usr/local/include conftest.c
|
|
configure:5199: $? = 0
|
|
configure:5199: result: yes
|
|
configure:5199: checking for syslog.h
|
|
configure:5199: result: yes
|
|
configure:5210: result:
|
|
configure:5212: result: checking for types
|
|
configure:5215: result: ------------------
|
|
configure:5217: result:
|
|
configure:5222: checking for stdbool.h that conforms to C99
|
|
configure:5289: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:85:2: warning: the address of 's' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:10: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:15: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:20: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:25: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:35: warning: the address of 'f' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:40: warning: the address of 'g' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:45: warning: the address of 'h' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:89:50: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:90:10: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:90:15: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
|
|
conftest.c:90:20: warning: the address of 'p' will always evaluate as 'true' [-Waddress]
|
|
configure:5289: $? = 0
|
|
configure:5296: result: yes
|
|
configure:5298: checking for _Bool
|
|
configure:5298: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5298: $? = 0
|
|
configure:5298: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:72:20: error: expected expression before ')' token
|
|
configure:5298: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_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
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((_Bool)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5298: result: yes
|
|
configure:5314: checking for an ANSI C-conforming const
|
|
configure:5379: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:67:10: warning: 't' is used uninitialized in this function [-Wuninitialized]
|
|
configure:5379: $? = 0
|
|
configure:5386: result: yes
|
|
configure:5394: checking for inline
|
|
configure:5410: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5410: $? = 0
|
|
configure:5418: result: inline
|
|
configure:5436: checking for off_t
|
|
configure:5436: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5436: $? = 0
|
|
configure:5436: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:74:20: error: expected expression before ')' token
|
|
configure:5436: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_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
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((off_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5436: result: yes
|
|
configure:5447: checking for size_t
|
|
configure:5447: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5447: $? = 0
|
|
configure:5447: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:74:21: error: expected expression before ')' token
|
|
configure:5447: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_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
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((size_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5447: result: yes
|
|
configure:5458: checking whether time.h and sys/time.h may both be included
|
|
configure:5478: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5478: $? = 0
|
|
configure:5485: result: yes
|
|
configure:5496: result:
|
|
configure:5498: result: checking for library functions
|
|
configure:5501: result: ------------------------------
|
|
configure:5503: result:
|
|
configure:5508: checking for pid_t
|
|
configure:5508: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5508: $? = 0
|
|
configure:5508: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:75:20: error: expected expression before ')' token
|
|
configure:5508: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 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
|
|
| int
|
|
| main ()
|
|
| {
|
|
| if (sizeof ((pid_t)))
|
|
| return 0;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5508: result: yes
|
|
configure:5521: checking vfork.h usability
|
|
configure:5521: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c:72:19: fatal error: vfork.h: No such file or directory
|
|
compilation terminated.
|
|
configure:5521: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 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 <vfork.h>
|
|
configure:5521: result: no
|
|
configure:5521: checking vfork.h presence
|
|
configure:5521: gcc -E -I/usr/local/include conftest.c
|
|
conftest.c:39:19: fatal error: vfork.h: No such file or directory
|
|
compilation terminated.
|
|
configure:5521: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| /* end confdefs.h. */
|
|
| #include <vfork.h>
|
|
configure:5521: result: no
|
|
configure:5521: checking for vfork.h
|
|
configure:5521: result: no
|
|
configure:5534: checking for fork
|
|
configure:5534: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
conftest.c:62:6: warning: conflicting types for built-in function 'fork' [enabled by default]
|
|
configure:5534: $? = 0
|
|
configure:5534: result: yes
|
|
configure:5534: checking for vfork
|
|
configure:5534: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:5534: $? = 0
|
|
configure:5534: result: yes
|
|
configure:5544: checking for working fork
|
|
configure:5566: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:5566: $? = 0
|
|
configure:5566: ./conftest
|
|
configure:5566: $? = 0
|
|
configure:5576: result: yes
|
|
configure:5597: checking for working vfork
|
|
configure:5707: result: yes
|
|
configure:5734: checking for stdlib.h
|
|
configure:5734: result: yes
|
|
configure:5744: checking for GNU libc compatible malloc
|
|
configure:5768: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:5768: $? = 0
|
|
configure:5768: ./conftest
|
|
configure:5768: $? = 0
|
|
configure:5778: result: yes
|
|
configure:5801: checking for stdlib.h
|
|
configure:5801: result: yes
|
|
configure:5811: checking for GNU libc compatible realloc
|
|
configure:5835: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:5835: $? = 0
|
|
configure:5835: ./conftest
|
|
configure:5835: $? = 0
|
|
configure:5845: result: yes
|
|
configure:5869: checking sys/select.h usability
|
|
configure:5869: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5869: $? = 0
|
|
configure:5869: result: yes
|
|
configure:5869: checking sys/select.h presence
|
|
configure:5869: gcc -E -I/usr/local/include conftest.c
|
|
configure:5869: $? = 0
|
|
configure:5869: result: yes
|
|
configure:5869: checking for sys/select.h
|
|
configure:5869: result: yes
|
|
configure:5869: checking for sys/socket.h
|
|
configure:5869: result: yes
|
|
configure:5879: checking types of arguments for select
|
|
configure:5907: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
configure:5907: $? = 0
|
|
configure:5918: result: int,fd_set *,struct timeval *
|
|
configure:5941: checking return type of signal handlers
|
|
configure:5959: gcc -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:58:1: error: void value not ignored as it ought to be
|
|
configure:5959: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <signal.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return *(signal (0, 0)) (0) == 1;
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:5966: result: void
|
|
configure:5974: checking whether lstat correctly handles trailing slash
|
|
configure:6000: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:6000: $? = 0
|
|
configure:6000: ./conftest
|
|
configure:6000: $? = 0
|
|
configure:6017: result: yes
|
|
configure:6036: checking whether stat accepts an empty string
|
|
configure:6056: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:6056: $? = 0
|
|
configure:6056: ./conftest
|
|
configure:6056: $? = 0
|
|
configure:6066: result: no
|
|
configure:6084: checking for vprintf
|
|
configure:6084: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
conftest.c:77:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
|
|
configure:6084: $? = 0
|
|
configure:6084: result: yes
|
|
configure:6090: checking for _doprnt
|
|
configure:6090: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
/tmp/ccuM9q7a.o: In function `main':
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:89: undefined reference to `_doprnt'
|
|
collect2: ld returned 1 exit status
|
|
configure:6090: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| /* end confdefs.h. */
|
|
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
| #define _doprnt innocuous__doprnt
|
|
|
|
|
| /* System header to define __stub macros and hopefully few prototypes,
|
|
| which can conflict with char _doprnt (); 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 _doprnt
|
|
|
|
|
| /* 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 _doprnt ();
|
|
| /* 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__doprnt || defined __stub____doprnt
|
|
| choke me
|
|
| #endif
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return _doprnt ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:6090: result: no
|
|
configure:6101: checking for library containing setsockopt
|
|
configure:6132: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:6132: $? = 0
|
|
configure:6149: result: none required
|
|
configure:6157: checking for library containing gethostbyname
|
|
configure:6188: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
configure:6188: $? = 0
|
|
configure:6205: result: none required
|
|
configure:6213: checking for library containing XML_Parse
|
|
configure:6244: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -L/usr/local/lib >&5
|
|
/tmp/ccOuIFyh.o: In function `main':
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:66: undefined reference to `XML_Parse'
|
|
collect2: ld returned 1 exit status
|
|
configure:6244: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* 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 XML_Parse ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return XML_Parse ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:6244: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lexpat -L/usr/local/lib >&5
|
|
configure:6244: $? = 0
|
|
configure:6261: result: -lexpat
|
|
configure:6271: checking for library containing iconv
|
|
configure:6302: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lexpat -L/usr/local/lib >&5
|
|
configure:6302: $? = 0
|
|
configure:6319: result: none required
|
|
configure:6329: checking for library containing inflate
|
|
configure:6360: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lexpat -L/usr/local/lib >&5
|
|
/tmp/ccsWBQJs.o: In function `main':
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:66: undefined reference to `inflate'
|
|
collect2: ld returned 1 exit status
|
|
configure:6360: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* 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 inflate ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return inflate ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:6360: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6360: $? = 0
|
|
configure:6377: result: -lz
|
|
configure:6387: checking for library containing logf
|
|
configure:6418: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:62:6: warning: conflicting types for built-in function 'logf' [enabled by default]
|
|
/tmp/ccmw6V5v.o: In function `main':
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:66: undefined reference to `logf'
|
|
collect2: ld returned 1 exit status
|
|
configure:6418: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* 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 logf ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| return logf ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:6418: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:62:6: warning: conflicting types for built-in function 'logf' [enabled by default]
|
|
configure:6418: $? = 0
|
|
configure:6435: result: -lm
|
|
configure:6446: checking for dup2
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for gethostbyname
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for gettimeofday
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for memmove
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:81:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for memset
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:82:6: warning: conflicting types for built-in function 'memset' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for select
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for socket
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strcasecmp
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:85:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strchr
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:86:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strerror
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strncasecmp
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:88:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strstr
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:89:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for strtol
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for logf
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
conftest.c:91:6: warning: conflicting types for built-in function 'logf' [enabled by default]
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6446: checking for pread
|
|
configure:6446: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6446: $? = 0
|
|
configure:6446: result: yes
|
|
configure:6458: checking for backtrace
|
|
configure:6458: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6458: $? = 0
|
|
configure:6458: result: yes
|
|
configure:6458: checking for backtrace_symbols
|
|
configure:6458: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib >&5
|
|
configure:6458: $? = 0
|
|
configure:6458: result: yes
|
|
configure:6472: checking for clock_gettime in -lrt
|
|
configure:6497: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lrt >&5
|
|
configure:6497: $? = 0
|
|
configure:6506: result: yes
|
|
configure:6525: checking for clock_gettime
|
|
configure:6525: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
configure:6525: $? = 0
|
|
configure:6525: result: yes
|
|
configure:6536: checking for LOCK_EX in sys/file.h
|
|
configure:6561: result: yes
|
|
configure:6570: checking for F_SETLKW in fcntl.h
|
|
configure:6595: result: yes
|
|
configure:6607: checking for dlopen in -ldl
|
|
configure:6632: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
configure:6632: $? = 0
|
|
configure:6641: result: yes
|
|
configure:6655: checking for dlopen
|
|
configure:6655: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
configure:6655: $? = 0
|
|
configure:6655: result: yes
|
|
configure:6655: checking for dlerror
|
|
configure:6655: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
configure:6655: $? = 0
|
|
configure:6655: result: yes
|
|
configure:6667: result:
|
|
configure:6669: result: configuring Sphinx
|
|
configure:6672: result: ------------------
|
|
configure:6674: result:
|
|
configure:6708: checking for CFLAGS needed for pthreads
|
|
configure:6727: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:92:17: warning: unused variable 'once_init' [-Wunused-variable]
|
|
/tmp/ccmvPmMz.o: In function `main':
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:95: undefined reference to `pthread_mutexattr_init'
|
|
/home/coreseek/coreseek-4.1-beta/csft-4.1/conftest.c:96: undefined reference to `pthread_create'
|
|
collect2: ld returned 1 exit status
|
|
configure:6727: $? = 1
|
|
configure: program exited with status 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_DUP2 1
|
|
| #define HAVE_GETHOSTBYNAME 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_SELECT 1
|
|
| #define HAVE_SOCKET 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_LOGF 1
|
|
| #define HAVE_PREAD 1
|
|
| #define HAVE_BACKTRACE 1
|
|
| #define HAVE_BACKTRACE_SYMBOLS 1
|
|
| #define HAVE_LIBRT 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| #define HAVE_LOCK_EX 1
|
|
| #define HAVE_F_SETLKW 1
|
|
| #define HAVE_LIBDL 1
|
|
| #define HAVE_DLOPEN 1
|
|
| #define HAVE_DLERROR 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <pthread.h>
|
|
| #include <stddef.h>
|
|
|
|
|
| void * thread_routine ( void * data )
|
|
| {
|
|
| return data;
|
|
| }
|
|
|
|
|
| int main ()
|
|
| {
|
|
| pthread_t thd;
|
|
| pthread_mutexattr_t mattr;
|
|
| pthread_once_t once_init = PTHREAD_ONCE_INIT;
|
|
| int data = 1;
|
|
|
|
|
| pthread_mutexattr_init ( &mattr );
|
|
| return pthread_create ( &thd, NULL, thread_routine, &data );
|
|
| }
|
|
|
|
|
configure:6727: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -kthread -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
gcc: error: unrecognized option '-kthread'
|
|
configure:6727: $? = 1
|
|
configure: program exited with status 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_DUP2 1
|
|
| #define HAVE_GETHOSTBYNAME 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_SELECT 1
|
|
| #define HAVE_SOCKET 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_LOGF 1
|
|
| #define HAVE_PREAD 1
|
|
| #define HAVE_BACKTRACE 1
|
|
| #define HAVE_BACKTRACE_SYMBOLS 1
|
|
| #define HAVE_LIBRT 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| #define HAVE_LOCK_EX 1
|
|
| #define HAVE_F_SETLKW 1
|
|
| #define HAVE_LIBDL 1
|
|
| #define HAVE_DLOPEN 1
|
|
| #define HAVE_DLERROR 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <pthread.h>
|
|
| #include <stddef.h>
|
|
|
|
|
| void * thread_routine ( void * data )
|
|
| {
|
|
| return data;
|
|
| }
|
|
|
|
|
| int main ()
|
|
| {
|
|
| pthread_t thd;
|
|
| pthread_mutexattr_t mattr;
|
|
| pthread_once_t once_init = PTHREAD_ONCE_INIT;
|
|
| int data = 1;
|
|
|
|
|
| pthread_mutexattr_init ( &mattr );
|
|
| return pthread_create ( &thd, NULL, thread_routine, &data );
|
|
| }
|
|
|
|
|
configure:6727: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -pthread -I/usr/local/include conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:92:17: warning: unused variable 'once_init' [-Wunused-variable]
|
|
configure:6727: $? = 0
|
|
configure:6727: ./conftest
|
|
configure:6727: $? = 0
|
|
configure:6765: result: -pthread
|
|
configure:6776: checking for LIBS needed for pthreads
|
|
configure:6794: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthread >&5
|
|
conftest.c: In function 'main':
|
|
conftest.c:92:17: warning: unused variable 'once_init' [-Wunused-variable]
|
|
configure:6794: $? = 0
|
|
configure:6794: ./conftest
|
|
configure:6794: $? = 0
|
|
configure:6833: result: -lpthread
|
|
configure:6842: checking for pthreads
|
|
configure:6846: result: found
|
|
configure:6858: checking for pthread_mutex_timedlock
|
|
configure:6858: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthread >&5
|
|
configure:6858: $? = 0
|
|
configure:6858: result: yes
|
|
configure:6879: checking whether to compile with MySQL support
|
|
configure:6882: result: yes
|
|
configure:6925: checking for mysql_config
|
|
configure:6936: result: mysql_config
|
|
configure:7027: checking for mysql_real_connect
|
|
configure:7027: gcc -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/include -pthread conftest.c -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthread -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl >&5
|
|
configure:7027: $? = 0
|
|
configure:7027: result: yes
|
|
configure:7064: checking MySQL include files
|
|
configure:7088: result: -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g
|
|
configure:7093: checking MySQL libraries
|
|
configure:7117: result: -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl
|
|
configure:7151: checking whether to link statically with MySQL support
|
|
configure:7399: result: no
|
|
configure:7414: checking whether to compile with PostgreSQL support
|
|
configure:7552: result: no
|
|
configure:7574: checking whether to compile with libmmseg support
|
|
configure:7577: result: yes
|
|
configure:7644: checking libmmseg include files
|
|
configure:7657: result: -I/usr/local/mmseg3/include/mmseg/
|
|
configure:7661: checking libmmseg libraries
|
|
configure:7674: result: -L/usr/local/mmseg3/lib/ -lmmseg
|
|
configure:7717: checking whether to use 64-bit document/word IDs
|
|
configure:7735: result: no
|
|
configure:7750: checking whether to compile with libstemmer support
|
|
configure:7768: result: no
|
|
configure:7785: checking for libexpat
|
|
configure:7791: result: found
|
|
configure:7811: checking for libiconv
|
|
configure:7821: result: found
|
|
configure:7824: checking for iconv() arg types
|
|
configure:7849: g++ -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:94:41: error: invalid conversion from 'const char**' to 'char**' [-fpermissive]
|
|
/usr/include/iconv.h:43:15: error: initializing argument 2 of 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' [-fpermissive]
|
|
configure:7849: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_DUP2 1
|
|
| #define HAVE_GETHOSTBYNAME 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_SELECT 1
|
|
| #define HAVE_SOCKET 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_LOGF 1
|
|
| #define HAVE_PREAD 1
|
|
| #define HAVE_BACKTRACE 1
|
|
| #define HAVE_BACKTRACE_SYMBOLS 1
|
|
| #define HAVE_LIBRT 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| #define HAVE_LOCK_EX 1
|
|
| #define HAVE_F_SETLKW 1
|
|
| #define HAVE_LIBDL 1
|
|
| #define HAVE_DLOPEN 1
|
|
| #define HAVE_DLERROR 1
|
|
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
|
|
| #define USE_MYSQL 1
|
|
| #define USE_MMSEG 1
|
|
| #define USE_64BIT 0
|
|
| #define USE_LIBSTEMMER 0
|
|
| #define USE_LIBEXPAT 1
|
|
| #define USE_LIBICONV 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| #include <iconv.h>
|
|
| #include <stdio.h>
|
|
| int
|
|
| main ()
|
|
| {
|
|
| const char * inbuf;
|
|
| iconv_t cd;
|
|
| iconv ( cd, &inbuf, NULL, NULL, NULL );
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:7871: result: char **
|
|
configure:7908: checking for UnixODBC
|
|
configure:7984: result: disabled
|
|
configure:7999: checking for Syslog
|
|
configure:8013: result: disabled
|
|
configure:8018: checking for unaligned RAM access
|
|
configure:8065: g++ -o conftest -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ conftest.cpp -ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthread >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:95:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
|
|
configure:8065: $? = 0
|
|
configure:8065: ./conftest
|
|
configure:8065: $? = 0
|
|
configure:8076: result: yes
|
|
configure:8089: checking whether byte ordering is bigendian
|
|
configure:8104: g++ -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ conftest.cpp >&5
|
|
conftest.cpp:90:9: error: expected unqualified-id before 'not' token
|
|
configure:8104: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_DUP2 1
|
|
| #define HAVE_GETHOSTBYNAME 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_SELECT 1
|
|
| #define HAVE_SOCKET 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_LOGF 1
|
|
| #define HAVE_PREAD 1
|
|
| #define HAVE_BACKTRACE 1
|
|
| #define HAVE_BACKTRACE_SYMBOLS 1
|
|
| #define HAVE_LIBRT 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| #define HAVE_LOCK_EX 1
|
|
| #define HAVE_F_SETLKW 1
|
|
| #define HAVE_LIBDL 1
|
|
| #define HAVE_DLOPEN 1
|
|
| #define HAVE_DLERROR 1
|
|
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
|
|
| #define USE_MYSQL 1
|
|
| #define USE_MMSEG 1
|
|
| #define USE_64BIT 0
|
|
| #define USE_LIBSTEMMER 0
|
|
| #define USE_LIBEXPAT 1
|
|
| #define USE_LIBICONV 1
|
|
| #define ICONV_INBUF_CONST 0
|
|
| #define USE_ZLIB 1
|
|
| #define UNALIGNED_RAM_ACCESS 1
|
|
| /* end confdefs.h. */
|
|
| #ifndef __APPLE_CC__
|
|
| not a universal capable compiler
|
|
| #endif
|
|
| typedef int dummy;
|
|
|
|
|
configure:8149: g++ -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ conftest.cpp >&5
|
|
configure:8149: $? = 0
|
|
configure:8167: g++ -c -Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ conftest.cpp >&5
|
|
conftest.cpp: In function 'int main()':
|
|
conftest.cpp:96:8: error: 'big' was not declared in this scope
|
|
conftest.cpp:96:12: error: expected ';' before 'endian'
|
|
configure:8167: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "sphinx"
|
|
| #define PACKAGE_TARNAME "sphinx"
|
|
| #define PACKAGE_VERSION "1.11"
|
|
| #define PACKAGE_STRING "sphinx 1.11"
|
|
| #define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
| #define PACKAGE_URL ""
|
|
| #define PACKAGE "sphinx"
|
|
| #define VERSION "1.11"
|
|
| #define COMPILER "gcc 4.6"
|
|
| #define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
| #define HAVE_LIMITS_H 1
|
|
| #define HAVE_NETDB_H 1
|
|
| #define HAVE_NETINET_IN_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_SYS_FILE_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define HAVE_SYS_TIME_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define HAVE_PTHREAD_H 1
|
|
| #define HAVE_EXECINFO_H 1
|
|
| #define HAVE__BOOL 1
|
|
| #define HAVE_STDBOOL_H 1
|
|
| #define TIME_WITH_SYS_TIME 1
|
|
| #define HAVE_FORK 1
|
|
| #define HAVE_VFORK 1
|
|
| #define HAVE_WORKING_VFORK 1
|
|
| #define HAVE_WORKING_FORK 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_MALLOC 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_REALLOC 1
|
|
| #define HAVE_SYS_SELECT_H 1
|
|
| #define HAVE_SYS_SOCKET_H 1
|
|
| #define SELECT_TYPE_ARG1 int
|
|
| #define SELECT_TYPE_ARG234 (fd_set *)
|
|
| #define SELECT_TYPE_ARG5 (struct timeval *)
|
|
| #define RETSIGTYPE void
|
|
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
| #define HAVE_VPRINTF 1
|
|
| #define HAVE_DUP2 1
|
|
| #define HAVE_GETHOSTBYNAME 1
|
|
| #define HAVE_GETTIMEOFDAY 1
|
|
| #define HAVE_MEMMOVE 1
|
|
| #define HAVE_MEMSET 1
|
|
| #define HAVE_SELECT 1
|
|
| #define HAVE_SOCKET 1
|
|
| #define HAVE_STRCASECMP 1
|
|
| #define HAVE_STRCHR 1
|
|
| #define HAVE_STRERROR 1
|
|
| #define HAVE_STRNCASECMP 1
|
|
| #define HAVE_STRSTR 1
|
|
| #define HAVE_STRTOL 1
|
|
| #define HAVE_LOGF 1
|
|
| #define HAVE_PREAD 1
|
|
| #define HAVE_BACKTRACE 1
|
|
| #define HAVE_BACKTRACE_SYMBOLS 1
|
|
| #define HAVE_LIBRT 1
|
|
| #define HAVE_CLOCK_GETTIME 1
|
|
| #define HAVE_LOCK_EX 1
|
|
| #define HAVE_F_SETLKW 1
|
|
| #define HAVE_LIBDL 1
|
|
| #define HAVE_DLOPEN 1
|
|
| #define HAVE_DLERROR 1
|
|
| #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
|
|
| #define USE_MYSQL 1
|
|
| #define USE_MMSEG 1
|
|
| #define USE_64BIT 0
|
|
| #define USE_LIBSTEMMER 0
|
|
| #define USE_LIBEXPAT 1
|
|
| #define USE_LIBICONV 1
|
|
| #define ICONV_INBUF_CONST 0
|
|
| #define USE_ZLIB 1
|
|
| #define UNALIGNED_RAM_ACCESS 1
|
|
| /* end confdefs.h. */
|
|
| #include <sys/types.h>
|
|
| #include <sys/param.h>
|
|
|
|
|
| int
|
|
| main ()
|
|
| {
|
|
| #if BYTE_ORDER != BIG_ENDIAN
|
|
| not big endian
|
|
| #endif
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:8295: result: no
|
|
configure:8317: result:
|
|
configure:8319: result: generating configuration files
|
|
configure:8322: result: ------------------------------
|
|
configure:8324: result:
|
|
configure:8498: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by sphinx config.status 1.11, which was
|
|
generated by GNU Autoconf 2.68. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on data-center
|
|
|
|
config.status:974: creating Makefile
|
|
config.status:974: creating src/Makefile
|
|
config.status:974: creating libstemmer_c/Makefile
|
|
config.status:974: creating doc/Makefile
|
|
config.status:974: creating sphinx.conf.dist
|
|
config.status:974: creating sphinx-min.conf.dist
|
|
config.status:974: creating config/config.h
|
|
config.status:1203: executing depfiles commands
|
|
configure:9836: result:
|
|
configure:9838: result: configuration done
|
|
configure:9841: result: ------------------
|
|
configure:9843: result:
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_c_bigendian=no
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_const=yes
|
|
ac_cv_c_inline=inline
|
|
ac_cv_cxx_compiler_gnu=yes
|
|
ac_cv_define_F_SETLKW=yes
|
|
ac_cv_define_LOCK_EX=yes
|
|
ac_cv_env_CCC_set=
|
|
ac_cv_env_CCC_value=
|
|
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_CXXFLAGS_set=
|
|
ac_cv_env_CXXFLAGS_value=
|
|
ac_cv_env_CXX_set=
|
|
ac_cv_env_CXX_value=
|
|
ac_cv_env_LDFLAGS_set=
|
|
ac_cv_env_LDFLAGS_value=
|
|
ac_cv_env_LIBS_set=
|
|
ac_cv_env_LIBS_value=
|
|
ac_cv_env_PYTHON_set=
|
|
ac_cv_env_PYTHON_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__doprnt=no
|
|
ac_cv_func_backtrace=yes
|
|
ac_cv_func_backtrace_symbols=yes
|
|
ac_cv_func_clock_gettime=yes
|
|
ac_cv_func_dlerror=yes
|
|
ac_cv_func_dlopen=yes
|
|
ac_cv_func_dup2=yes
|
|
ac_cv_func_fork=yes
|
|
ac_cv_func_fork_works=yes
|
|
ac_cv_func_gethostbyname=yes
|
|
ac_cv_func_gettimeofday=yes
|
|
ac_cv_func_logf=yes
|
|
ac_cv_func_lstat_dereferences_slashed_symlink=yes
|
|
ac_cv_func_malloc_0_nonnull=yes
|
|
ac_cv_func_memmove=yes
|
|
ac_cv_func_memset=yes
|
|
ac_cv_func_mysql_real_connect=yes
|
|
ac_cv_func_pread=yes
|
|
ac_cv_func_pthread_mutex_timedlock=yes
|
|
ac_cv_func_realloc_0_nonnull=yes
|
|
ac_cv_func_select=yes
|
|
ac_cv_func_select_args='int,fd_set *,struct timeval *'
|
|
ac_cv_func_socket=yes
|
|
ac_cv_func_stat_empty_string_bug=no
|
|
ac_cv_func_strcasecmp=yes
|
|
ac_cv_func_strchr=yes
|
|
ac_cv_func_strerror=yes
|
|
ac_cv_func_strncasecmp=yes
|
|
ac_cv_func_strstr=yes
|
|
ac_cv_func_strtol=yes
|
|
ac_cv_func_vfork=yes
|
|
ac_cv_func_vfork_works=yes
|
|
ac_cv_func_vprintf=yes
|
|
ac_cv_header_execinfo_h=yes
|
|
ac_cv_header_expat_h=yes
|
|
ac_cv_header_fcntl_h=yes
|
|
ac_cv_header_iconv_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_limits_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_netdb_h=yes
|
|
ac_cv_header_netinet_in_h=yes
|
|
ac_cv_header_pthread_h=yes
|
|
ac_cv_header_sql_h=no
|
|
ac_cv_header_stdbool_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_file_h=yes
|
|
ac_cv_header_sys_select_h=yes
|
|
ac_cv_header_sys_socket_h=yes
|
|
ac_cv_header_sys_stat_h=yes
|
|
ac_cv_header_sys_time_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_sys_wait_h=yes
|
|
ac_cv_header_syslog_h=yes
|
|
ac_cv_header_time=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_header_vfork_h=no
|
|
ac_cv_header_zlib_h=yes
|
|
ac_cv_lib_dl_dlopen=yes
|
|
ac_cv_lib_rt_clock_gettime=yes
|
|
ac_cv_mmseg_includes=/usr/local/mmseg3/include/mmseg/
|
|
ac_cv_mmseg_libs=/usr/local/mmseg3/lib/
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/bin/grep -E'
|
|
ac_cv_path_GREP=/bin/grep
|
|
ac_cv_path_PYTHON=/usr/bin/python
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_path_mkdir=/bin/mkdir
|
|
ac_cv_prog_AWK=gawk
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_CXX=g++
|
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
ac_cv_prog_cc_c89=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cxx_g=yes
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_search_XML_Parse=-lexpat
|
|
ac_cv_search_gethostbyname='none required'
|
|
ac_cv_search_iconv='none required'
|
|
ac_cv_search_inflate=-lz
|
|
ac_cv_search_logf=-lm
|
|
ac_cv_search_setsockopt='none required'
|
|
ac_cv_type__Bool=yes
|
|
ac_cv_type_off_t=yes
|
|
ac_cv_type_pid_t=yes
|
|
ac_cv_type_signal=void
|
|
ac_cv_type_size_t=yes
|
|
ac_cv_use_debug=no
|
|
ac_cv_use_iconv=yes
|
|
ac_cv_use_libstemmer=no
|
|
ac_cv_use_mmseg=yes
|
|
ac_cv_use_mysql=yes
|
|
ac_cv_use_pgsql=no
|
|
ac_cv_use_static_mysql=no
|
|
ac_cv_use_syslog=no
|
|
ac_cv_use_unixodbc=no
|
|
am_cv_CC_dependencies_compiler_type=gcc3
|
|
am_cv_CXX_dependencies_compiler_type=gcc3
|
|
am_cv_python_platform=linux2
|
|
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
|
|
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
|
|
am_cv_python_version=2.7
|
|
sphinx_cv_pthreads_cflags=-pthread
|
|
sphinx_cv_pthreads_libs=-lpthread
|
|
sphinx_cv_unaligned_ram_access=yes
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
ACLOCAL='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/missing --run aclocal-1.11'
|
|
AMDEPBACKSLASH='\'
|
|
AMDEP_FALSE='#'
|
|
AMDEP_TRUE=''
|
|
AMTAR='$${TAR-tar}'
|
|
AUTOCONF='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/missing --run autoconf'
|
|
AUTOHEADER='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/missing --run autoheader'
|
|
AUTOMAKE='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/missing --run automake-1.11'
|
|
AWK='gawk'
|
|
CC='gcc'
|
|
CCDEPMODE='depmode=gcc3'
|
|
CFLAGS='-Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG'
|
|
CONFDIR='/usr/local/coreseek/var'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=' -I/usr/local/include -pthread -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -I/usr/local/mmseg3/include/mmseg/ '
|
|
CXX='g++'
|
|
CXXDEPMODE='depmode=gcc3'
|
|
CXXFLAGS='-Wall -g -D_FILE_OFFSET_BITS=64 -O3 -DNDEBUG'
|
|
CYGPATH_W='echo'
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
DEPDIR='.deps'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/bin/grep -E'
|
|
EXEEXT=''
|
|
GREP='/bin/grep'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBRT='-lrt '
|
|
LIBS='-ldl -lm -lz -lexpat -L/usr/local/lib -lrt -lpthread '
|
|
LTLIBOBJS=''
|
|
MAINT='#'
|
|
MAINTAINER_MODE_FALSE=''
|
|
MAINTAINER_MODE_TRUE='#'
|
|
MAKEINFO='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/missing --run makeinfo'
|
|
MKDIR_P='/bin/mkdir -p'
|
|
MMSEG_CFLAGS='-I/usr/local/mmseg3/include/mmseg/'
|
|
MMSEG_LIBS='-L/usr/local/mmseg3/lib/ -lmmseg'
|
|
MYSQL_CFLAGS='-I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g'
|
|
MYSQL_LIBS='-L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -lrt -ldl'
|
|
OBJEXT='o'
|
|
PACKAGE='sphinx'
|
|
PACKAGE_BUGREPORT='shodan(at)shodan.ru'
|
|
PACKAGE_NAME='sphinx'
|
|
PACKAGE_STRING='sphinx 1.11'
|
|
PACKAGE_TARNAME='sphinx'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='1.11'
|
|
PATH_SEPARATOR=':'
|
|
PGSQL_CFLAGS=''
|
|
PGSQL_LIBS=''
|
|
PYTHON='/usr/bin/python'
|
|
PYTHON_CPPFLAGS=''
|
|
PYTHON_EXEC_PREFIX='${exec_prefix}'
|
|
PYTHON_LIBS=''
|
|
PYTHON_PLATFORM='linux2'
|
|
PYTHON_PREFIX='${prefix}'
|
|
PYTHON_VERSION='2.7'
|
|
RANLIB='ranlib'
|
|
SET_MAKE=''
|
|
SHELL='/bin/bash'
|
|
STRIP=''
|
|
USE_LIBSTEMMER_FALSE=''
|
|
USE_LIBSTEMMER_TRUE='#'
|
|
USE_MMSEG_FALSE='#'
|
|
USE_MMSEG_TRUE=''
|
|
USE_MYSQL_FALSE='#'
|
|
USE_MYSQL_TRUE=''
|
|
USE_PGSQL_FALSE=''
|
|
USE_PGSQL_TRUE='#'
|
|
USE_PYTHON_FALSE=''
|
|
USE_PYTHON_TRUE='#'
|
|
VERSION='1.11'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_CXX='g++'
|
|
am__EXEEXT_FALSE=''
|
|
am__EXEEXT_TRUE='#'
|
|
am__fastdepCC_FALSE='#'
|
|
am__fastdepCC_TRUE=''
|
|
am__fastdepCXX_FALSE='#'
|
|
am__fastdepCXX_TRUE=''
|
|
am__include='include'
|
|
am__isrc=''
|
|
am__leading_dot='.'
|
|
am__nodep='_no'
|
|
am__quote=''
|
|
am__tar='$${TAR-tar} chof - "$$tardir"'
|
|
am__untar='$${TAR-tar} xf -'
|
|
bindir='${exec_prefix}/bin'
|
|
build_alias=''
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='${prefix}'
|
|
host_alias=''
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
install_sh='${SHELL} /home/coreseek/coreseek-4.1-beta/csft-4.1/config/install-sh'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
mkdir_p='/bin/mkdir -p'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
pgconfig=''
|
|
pkgpyexecdir='${pyexecdir}/sphinx'
|
|
pkgpythondir='${pythondir}/sphinx'
|
|
prefix='/usr/local/coreseek'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
|
|
pythondir='${prefix}/lib/python2.7/site-packages'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "sphinx"
|
|
#define PACKAGE_TARNAME "sphinx"
|
|
#define PACKAGE_VERSION "1.11"
|
|
#define PACKAGE_STRING "sphinx 1.11"
|
|
#define PACKAGE_BUGREPORT "shodan(at)shodan.ru"
|
|
#define PACKAGE_URL ""
|
|
#define PACKAGE "sphinx"
|
|
#define VERSION "1.11"
|
|
#define COMPILER "gcc 4.6"
|
|
#define OS_UNAME "Linux data-center 3.2.0-100-generic #140-Ubuntu SMP Tue Feb 23 02:23:59 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_SYS_WAIT_H 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_FCNTL_H 1
|
|
#define HAVE_LIMITS_H 1
|
|
#define HAVE_NETDB_H 1
|
|
#define HAVE_NETINET_IN_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_SYS_FILE_H 1
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
#define HAVE_SYS_TIME_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_PTHREAD_H 1
|
|
#define HAVE_EXECINFO_H 1
|
|
#define HAVE__BOOL 1
|
|
#define HAVE_STDBOOL_H 1
|
|
#define TIME_WITH_SYS_TIME 1
|
|
#define HAVE_FORK 1
|
|
#define HAVE_VFORK 1
|
|
#define HAVE_WORKING_VFORK 1
|
|
#define HAVE_WORKING_FORK 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_MALLOC 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_REALLOC 1
|
|
#define HAVE_SYS_SELECT_H 1
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
#define SELECT_TYPE_ARG1 int
|
|
#define SELECT_TYPE_ARG234 (fd_set *)
|
|
#define SELECT_TYPE_ARG5 (struct timeval *)
|
|
#define RETSIGTYPE void
|
|
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
|
#define HAVE_VPRINTF 1
|
|
#define HAVE_DUP2 1
|
|
#define HAVE_GETHOSTBYNAME 1
|
|
#define HAVE_GETTIMEOFDAY 1
|
|
#define HAVE_MEMMOVE 1
|
|
#define HAVE_MEMSET 1
|
|
#define HAVE_SELECT 1
|
|
#define HAVE_SOCKET 1
|
|
#define HAVE_STRCASECMP 1
|
|
#define HAVE_STRCHR 1
|
|
#define HAVE_STRERROR 1
|
|
#define HAVE_STRNCASECMP 1
|
|
#define HAVE_STRSTR 1
|
|
#define HAVE_STRTOL 1
|
|
#define HAVE_LOGF 1
|
|
#define HAVE_PREAD 1
|
|
#define HAVE_BACKTRACE 1
|
|
#define HAVE_BACKTRACE_SYMBOLS 1
|
|
#define HAVE_LIBRT 1
|
|
#define HAVE_CLOCK_GETTIME 1
|
|
#define HAVE_LOCK_EX 1
|
|
#define HAVE_F_SETLKW 1
|
|
#define HAVE_LIBDL 1
|
|
#define HAVE_DLOPEN 1
|
|
#define HAVE_DLERROR 1
|
|
#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
|
|
#define USE_MYSQL 1
|
|
#define USE_MMSEG 1
|
|
#define USE_64BIT 0
|
|
#define USE_LIBSTEMMER 0
|
|
#define USE_LIBEXPAT 1
|
|
#define USE_LIBICONV 1
|
|
#define ICONV_INBUF_CONST 0
|
|
#define USE_ZLIB 1
|
|
#define UNALIGNED_RAM_ACCESS 1
|
|
#define USE_LITTLE_ENDIAN 1
|
|
|
|
configure: exit 0
|