This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by suricata configure 5.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-pfring ## --------- ## ## Platform. ## ## --------- ## hostname = hostname.example.com uname -m = x86_64 uname -r = 4.18.0-348.23.1.el8_5.x86_64 uname -s = Linux uname -v = #1 SMP Tue Apr 12 11:20:32 EDT 2022 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/user/.local/bin PATH: /home/user/bin PATH: /home/user/.local/bin PATH: /home/user/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /usr/local/zeek/bin PATH: /usr/local/suricata/bin PATH: /opt/splunkforwarder/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2646: loading site script /usr/share/config.site | # This is the config.site file to satisfy FHS defaults when installing below | # /usr. | # | # You may override this file by your config.site using the CONFIG_SITE env | # variable. | # | # Note: This file includes also RHEL/Fedora fix for installing libraries into | # "/lib/lib64" on 64bit systems. | | if test -n "$host"; then | # skip when cross-compiling | return 0 | fi | | if test "$prefix" = /usr \ | || { test "$prefix" = NONE && test "$ac_default_prefix" = /usr ; } | then | test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc | test "$sharedstatedir" = '${prefix}/com' && sharedstatedir=/var | test "$localstatedir" = '${prefix}/var' && localstatedir=/var | | ARCH=`uname -m` | for i in x86_64 ppc64 s390x aarch64; do | if test $ARCH = $i; then | test "$libdir" = '${exec_prefix}/lib' && libdir='${exec_prefix}/lib64' | break | fi | done | fi configure:2753: checking whether make supports nested variables configure:2770: result: yes configure:2830: checking for a BSD-compatible install configure:2898: result: /usr/bin/install -c configure:2909: checking whether build environment is sane configure:2964: result: yes configure:3115: checking for a thread-safe mkdir -p configure:3154: result: /usr/bin/mkdir -p configure:3161: checking for gawk configure:3177: found /usr/bin/gawk configure:3188: result: gawk configure:3199: checking whether make sets $(MAKE) configure:3221: result: yes configure:3317: checking whether UID '500' is supported by ustar format configure:3320: result: yes configure:3327: checking whether GID '1000' is supported by ustar format configure:3330: result: yes configure:3338: checking how to create a ustar tar archive configure:3349: tar --version tar (GNU tar) 1.30 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3352: $? = 0 configure:3392: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3395: $? = 0 configure:3399: tar -xf - &5 gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Copyright (C) 2018 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:3861: $? = 0 configure:3850: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-4) (GCC) configure:3861: $? = 0 configure:3850: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3861: $? = 1 configure:3850: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3861: $? = 1 configure:3881: checking whether the C compiler works configure:3903: gcc conftest.c >&5 configure:3907: $? = 0 configure:3955: result: yes configure:3958: checking for C compiler default output file name configure:3960: result: a.out configure:3966: checking for suffix of executables configure:3973: gcc -o conftest conftest.c >&5 configure:3977: $? = 0 configure:3999: result: configure:4021: checking whether we are cross compiling configure:4029: gcc -o conftest conftest.c >&5 configure:4033: $? = 0 configure:4040: ./conftest configure:4044: $? = 0 configure:4059: result: no configure:4064: checking for suffix of object files configure:4086: gcc -c conftest.c >&5 configure:4090: $? = 0 configure:4111: result: o configure:4115: checking whether we are using the GNU C compiler configure:4134: gcc -c conftest.c >&5 configure:4134: $? = 0 configure:4143: result: yes configure:4152: checking whether gcc accepts -g configure:4172: gcc -c -g conftest.c >&5 configure:4172: $? = 0 configure:4213: result: yes configure:4230: checking for gcc option to accept ISO C89 configure:4293: gcc -c -g -O2 conftest.c >&5 configure:4293: $? = 0 configure:4306: result: none needed configure:4331: checking whether gcc understands -c and -o together configure:4353: gcc -c conftest.c -o conftest2.o configure:4356: $? = 0 configure:4353: gcc -c conftest.c -o conftest2.o configure:4356: $? = 0 configure:4368: result: yes configure:4387: checking dependency style of gcc configure:4498: result: gcc3 configure:4513: checking for gcc option to accept ISO C99 configure:4662: gcc -c -g -O2 conftest.c >&5 configure:4662: $? = 0 configure:4675: result: none needed configure:4719: checking build system type configure:4733: result: x86_64-pc-linux-gnu configure:4753: checking host system type configure:4766: result: x86_64-pc-linux-gnu configure:4807: checking how to print strings configure:4834: result: printf configure:4855: checking for a sed that does not truncate output configure:4919: result: /usr/bin/sed configure:4937: checking for grep that handles long lines and -e configure:4995: result: /usr/bin/grep configure:5000: checking for egrep configure:5062: result: /usr/bin/grep -E configure:5067: checking for fgrep configure:5129: result: /usr/bin/grep -F configure:5164: checking for ld used by gcc configure:5231: result: /usr/bin/ld configure:5238: checking if the linker (/usr/bin/ld) is GNU ld configure:5253: result: yes configure:5265: checking for BSD- or MS-compatible name lister (nm) configure:5319: result: /usr/bin/nm -B configure:5449: checking the name lister (/usr/bin/nm -B) interface configure:5456: gcc -c -g -O2 conftest.c >&5 configure:5459: /usr/bin/nm -B "conftest.o" configure:5462: output 0000000000000000 B some_variable configure:5469: result: BSD nm configure:5472: checking whether ln -s works configure:5476: result: yes configure:5484: checking the maximum length of command line arguments configure:5615: result: 1572864 configure:5663: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5703: result: func_convert_file_noop configure:5710: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5730: result: func_convert_file_noop configure:5737: checking for /usr/bin/ld option to reload object files configure:5744: result: -r configure:5818: checking for objdump configure:5834: found /usr/bin/objdump configure:5845: result: objdump configure:5877: checking how to recognize dependent libraries configure:6077: result: pass_all configure:6162: checking for dlltool configure:6192: result: no configure:6222: checking how to associate runtime and link libraries configure:6249: result: printf %s\n configure:6310: checking for ar configure:6326: found /usr/bin/ar configure:6337: result: ar configure:6374: checking for archiver @FILE support configure:6391: gcc -c -g -O2 conftest.c >&5 configure:6391: $? = 0 configure:6394: ar cru libconftest.a @conftest.lst >&5 configure:6397: $? = 0 configure:6402: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6405: $? = 1 configure:6417: result: @ configure:6475: checking for strip configure:6491: found /usr/bin/strip configure:6502: result: strip configure:6574: checking for ranlib configure:6590: found /usr/bin/ranlib configure:6601: result: ranlib configure:6703: checking command to parse /usr/bin/nm -B output from gcc object configure:6856: gcc -c -g -O2 conftest.c >&5 configure:6859: $? = 0 configure:6863: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6866: $? = 0 configure:6932: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6935: $? = 0 configure:6973: result: ok configure:7020: checking for sysroot configure:7050: result: no configure:7057: checking for a working dd configure:7095: result: /usr/bin/dd configure:7099: checking how to truncate binary pipes configure:7114: result: /usr/bin/dd bs=4096 count=1 configure:7250: gcc -c -g -O2 conftest.c >&5 configure:7253: $? = 0 configure:7443: checking for mt configure:7473: result: no configure:7493: checking if : is a manifest tool configure:7499: : '-?' configure:7507: result: no configure:8184: checking how to run the C preprocessor configure:8215: gcc -E conftest.c configure:8215: $? = 0 configure:8229: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8229: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | /* end confdefs.h. */ | #include configure:8254: result: gcc -E configure:8274: gcc -E conftest.c configure:8274: $? = 0 configure:8288: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | /* end confdefs.h. */ | #include configure:8317: checking for ANSI C header files configure:8337: gcc -c -g -O2 conftest.c >&5 configure:8337: $? = 0 configure:8410: gcc -o conftest -g -O2 conftest.c >&5 configure:8410: $? = 0 configure:8410: ./conftest configure:8410: $? = 0 configure:8421: result: yes configure:8434: checking for sys/types.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for sys/stat.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for stdlib.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for string.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for memory.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for strings.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for inttypes.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for stdint.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8434: checking for unistd.h configure:8434: gcc -c -g -O2 conftest.c >&5 configure:8434: $? = 0 configure:8434: result: yes configure:8448: checking for dlfcn.h configure:8448: gcc -c -g -O2 conftest.c >&5 configure:8448: $? = 0 configure:8448: result: yes configure:8704: checking for objdir configure:8719: result: .libs configure:8983: checking if gcc supports -fno-rtti -fno-exceptions configure:9001: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:9005: $? = 0 configure:9018: result: no configure:9376: checking for gcc option to produce PIC configure:9383: result: -fPIC -DPIC configure:9391: checking if gcc PIC flag -fPIC -DPIC works configure:9409: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9413: $? = 0 configure:9426: result: yes configure:9455: checking if gcc static flag -static works configure:9483: result: no configure:9498: checking if gcc supports -c -o file.o configure:9519: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9523: $? = 0 configure:9545: result: yes configure:9553: checking if gcc supports -c -o file.o configure:9600: result: yes configure:9633: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10892: result: yes configure:10929: checking whether -lc should be explicitly linked in configure:10937: gcc -c -g -O2 conftest.c >&5 configure:10940: $? = 0 configure:10955: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:10958: $? = 0 configure:10972: result: no configure:11132: checking dynamic linker characteristics configure:11713: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11713: $? = 0 configure:11953: result: GNU/Linux ld.so configure:12075: checking how to hardcode library paths into programs configure:12100: result: immediate configure:12648: checking whether stripping libraries is possible configure:12653: result: yes configure:12688: checking if libtool supports shared libraries configure:12690: result: yes configure:12693: checking whether to build shared libraries configure:12718: result: yes configure:12721: checking whether to build static libraries configure:12725: result: yes configure:12816: checking for pkg-config configure:12834: found /usr/bin/pkg-config configure:12846: result: /usr/bin/pkg-config configure:12871: checking pkg-config is at least version 0.9.0 configure:12874: result: yes configure:12883: checking whether GCC or Clang is our compiler configure:12899: gcc -c -g -O2 conftest.c >&5 conftest.c:24:42: error: #error #error ^~~~~ configure:12899: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #if ! __clang__ | #error | #endif | configure:12909: gcc -c -g -O2 conftest.c >&5 configure:12909: $? = 0 configure:12921: result: gcc configure:12934: checking for clang configure:12967: result: no configure:13018: checking gcc version configure:13024: result: 8 configure:13045: checking for gawk configure:13072: result: gawk configure:13131: checking for gcc configure:13158: result: gcc configure:13387: checking for C compiler version configure:13396: gcc --version >&5 gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Copyright (C) 2018 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:13407: $? = 0 configure:13396: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --disable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 8.5.0 20210514 (Red Hat 8.5.0-4) (GCC) configure:13407: $? = 0 configure:13396: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:13407: $? = 1 configure:13396: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:13407: $? = 1 configure:13411: checking whether we are using the GNU C compiler configure:13439: result: yes configure:13448: checking whether gcc accepts -g configure:13509: result: yes configure:13526: checking for gcc option to accept ISO C89 configure:13602: result: none needed configure:13627: checking whether gcc understands -c and -o together configure:13664: result: yes configure:13683: checking dependency style of gcc configure:13794: result: gcc3 configure:13814: checking how to run the C preprocessor configure:13884: result: gcc -E configure:13904: gcc -E conftest.c configure:13904: $? = 0 configure:13918: gcc -E conftest.c conftest.c:23:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:13918: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13947: checking whether ln -s works configure:13951: result: yes configure:13958: checking whether make sets $(MAKE) configure:13980: result: yes configure:13989: checking for grep that handles long lines and -e configure:14047: result: /usr/bin/grep configure:14055: checking for cygpath configure:14086: result: no configure:14105: checking for pkg-config configure:14123: found /usr/bin/pkg-config configure:14136: result: /usr/bin/pkg-config configure:14169: checking for python3 configure:14187: found /usr/bin/python3 configure:14199: result: /usr/bin/python3 configure:14242: checking for python-distutils configure:14245: result: yes configure:14274: checking for python-yaml configure:14278: result: yes configure:14296: checking for wget configure:14314: found /usr/bin/wget configure:14327: result: /usr/bin/wget configure:14405: checking stddef.h usability configure:14405: gcc -c -g -O2 conftest.c >&5 configure:14405: $? = 0 configure:14405: result: yes configure:14405: checking stddef.h presence configure:14405: gcc -E conftest.c configure:14405: $? = 0 configure:14405: result: yes configure:14405: checking for stddef.h configure:14405: result: yes configure:14418: checking arpa/inet.h usability configure:14418: gcc -c -g -O2 conftest.c >&5 configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking arpa/inet.h presence configure:14418: gcc -E conftest.c configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking for arpa/inet.h configure:14418: result: yes configure:14418: checking assert.h usability configure:14418: gcc -c -g -O2 conftest.c >&5 configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking assert.h presence configure:14418: gcc -E conftest.c configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking for assert.h configure:14418: result: yes configure:14418: checking ctype.h usability configure:14418: gcc -c -g -O2 conftest.c >&5 configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking ctype.h presence configure:14418: gcc -E conftest.c configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking for ctype.h configure:14418: result: yes configure:14418: checking errno.h usability configure:14418: gcc -c -g -O2 conftest.c >&5 configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking errno.h presence configure:14418: gcc -E conftest.c configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking for errno.h configure:14418: result: yes configure:14418: checking fcntl.h usability configure:14418: gcc -c -g -O2 conftest.c >&5 configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking fcntl.h presence configure:14418: gcc -E conftest.c configure:14418: $? = 0 configure:14418: result: yes configure:14418: checking for fcntl.h configure:14418: result: yes configure:14418: checking for inttypes.h configure:14418: result: yes configure:14430: checking getopt.h usability configure:14430: gcc -c -g -O2 conftest.c >&5 configure:14430: $? = 0 configure:14430: result: yes configure:14430: checking getopt.h presence configure:14430: gcc -E conftest.c configure:14430: $? = 0 configure:14430: result: yes configure:14430: checking for getopt.h configure:14430: result: yes configure:14443: checking limits.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking limits.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for limits.h configure:14443: result: yes configure:14443: checking netdb.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking netdb.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for netdb.h configure:14443: result: yes configure:14443: checking netinet/in.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking netinet/in.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for netinet/in.h configure:14443: result: yes configure:14443: checking poll.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking poll.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for poll.h configure:14443: result: yes configure:14443: checking sched.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking sched.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for sched.h configure:14443: result: yes configure:14443: checking signal.h usability configure:14443: gcc -c -g -O2 conftest.c >&5 configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking signal.h presence configure:14443: gcc -E conftest.c configure:14443: $? = 0 configure:14443: result: yes configure:14443: checking for signal.h configure:14443: result: yes configure:14456: checking stdarg.h usability configure:14456: gcc -c -g -O2 conftest.c >&5 configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking stdarg.h presence configure:14456: gcc -E conftest.c configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking for stdarg.h configure:14456: result: yes configure:14456: checking for stdint.h configure:14456: result: yes configure:14456: checking stdio.h usability configure:14456: gcc -c -g -O2 conftest.c >&5 configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking stdio.h presence configure:14456: gcc -E conftest.c configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking for stdio.h configure:14456: result: yes configure:14456: checking for stdlib.h configure:14456: result: yes configure:14456: checking stdbool.h usability configure:14456: gcc -c -g -O2 conftest.c >&5 configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking stdbool.h presence configure:14456: gcc -E conftest.c configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking for stdbool.h configure:14456: result: yes configure:14456: checking for string.h configure:14456: result: yes configure:14456: checking for strings.h configure:14456: result: yes configure:14456: checking sys/ioctl.h usability configure:14456: gcc -c -g -O2 conftest.c >&5 configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking sys/ioctl.h presence configure:14456: gcc -E conftest.c configure:14456: $? = 0 configure:14456: result: yes configure:14456: checking for sys/ioctl.h configure:14456: result: yes configure:14469: checking syslog.h usability configure:14469: gcc -c -g -O2 conftest.c >&5 configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking syslog.h presence configure:14469: gcc -E conftest.c configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking for syslog.h configure:14469: result: yes configure:14469: checking sys/prctl.h usability configure:14469: gcc -c -g -O2 conftest.c >&5 configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking sys/prctl.h presence configure:14469: gcc -E conftest.c configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking for sys/prctl.h configure:14469: result: yes configure:14469: checking sys/socket.h usability configure:14469: gcc -c -g -O2 conftest.c >&5 configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking sys/socket.h presence configure:14469: gcc -E conftest.c configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking for sys/socket.h configure:14469: result: yes configure:14469: checking for sys/stat.h configure:14469: result: yes configure:14469: checking sys/syscall.h usability configure:14469: gcc -c -g -O2 conftest.c >&5 configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking sys/syscall.h presence configure:14469: gcc -E conftest.c configure:14469: $? = 0 configure:14469: result: yes configure:14469: checking for sys/syscall.h configure:14469: result: yes configure:14482: checking sys/time.h usability configure:14482: gcc -c -g -O2 conftest.c >&5 configure:14482: $? = 0 configure:14482: result: yes configure:14482: checking sys/time.h presence configure:14482: gcc -E conftest.c configure:14482: $? = 0 configure:14482: result: yes configure:14482: checking for sys/time.h configure:14482: result: yes configure:14482: checking time.h usability configure:14482: gcc -c -g -O2 conftest.c >&5 configure:14482: $? = 0 configure:14482: result: yes configure:14482: checking time.h presence configure:14482: gcc -E conftest.c configure:14482: $? = 0 configure:14482: result: yes configure:14482: checking for time.h configure:14482: result: yes configure:14482: checking for unistd.h configure:14482: result: yes configure:14495: checking for sys/ioctl.h configure:14495: result: yes configure:14495: checking linux/if_ether.h usability configure:14495: gcc -c -g -O2 conftest.c >&5 configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking linux/if_ether.h presence configure:14495: gcc -E conftest.c configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking for linux/if_ether.h configure:14495: result: yes configure:14495: checking linux/if_packet.h usability configure:14495: gcc -c -g -O2 conftest.c >&5 configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking linux/if_packet.h presence configure:14495: gcc -E conftest.c configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking for linux/if_packet.h configure:14495: result: yes configure:14495: checking linux/filter.h usability configure:14495: gcc -c -g -O2 conftest.c >&5 configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking linux/filter.h presence configure:14495: gcc -E conftest.c configure:14495: $? = 0 configure:14495: result: yes configure:14495: checking for linux/filter.h configure:14495: result: yes configure:14508: checking linux/ethtool.h usability configure:14508: gcc -c -g -O2 conftest.c >&5 configure:14508: $? = 0 configure:14508: result: yes configure:14508: checking linux/ethtool.h presence configure:14508: gcc -E conftest.c configure:14508: $? = 0 configure:14508: result: yes configure:14508: checking for linux/ethtool.h configure:14508: result: yes configure:14508: checking linux/sockios.h usability configure:14508: gcc -c -g -O2 conftest.c >&5 configure:14508: $? = 0 configure:14508: result: yes configure:14508: checking linux/sockios.h presence configure:14508: gcc -E conftest.c configure:14508: $? = 0 configure:14508: result: yes configure:14508: checking for linux/sockios.h configure:14508: result: yes configure:14520: checking glob.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking glob.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for glob.h configure:14520: result: yes configure:14533: checking dirent.h usability configure:14533: gcc -c -g -O2 conftest.c >&5 configure:14533: $? = 0 configure:14533: result: yes configure:14533: checking dirent.h presence configure:14533: gcc -E conftest.c configure:14533: $? = 0 configure:14533: result: yes configure:14533: checking for dirent.h configure:14533: result: yes configure:14533: checking fnmatch.h usability configure:14533: gcc -c -g -O2 conftest.c >&5 configure:14533: $? = 0 configure:14533: result: yes configure:14533: checking fnmatch.h presence configure:14533: gcc -E conftest.c configure:14533: $? = 0 configure:14533: result: yes configure:14533: checking for fnmatch.h configure:14533: result: yes configure:14546: checking sys/resource.h usability configure:14546: gcc -c -g -O2 conftest.c >&5 configure:14546: $? = 0 configure:14546: result: yes configure:14546: checking sys/resource.h presence configure:14546: gcc -E conftest.c configure:14546: $? = 0 configure:14546: result: yes configure:14546: checking for sys/resource.h configure:14546: result: yes configure:14546: checking for sys/types.h configure:14546: result: yes configure:14546: checking sys/un.h usability configure:14546: gcc -c -g -O2 conftest.c >&5 configure:14546: $? = 0 configure:14546: result: yes configure:14546: checking sys/un.h presence configure:14546: gcc -E conftest.c configure:14546: $? = 0 configure:14546: result: yes configure:14546: checking for sys/un.h configure:14546: result: yes configure:14558: checking sys/random.h usability configure:14558: gcc -c -g -O2 conftest.c >&5 configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking sys/random.h presence configure:14558: gcc -E conftest.c configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking for sys/random.h configure:14558: result: yes configure:14570: checking utime.h usability configure:14570: gcc -c -g -O2 conftest.c >&5 configure:14570: $? = 0 configure:14570: result: yes configure:14570: checking utime.h presence configure:14570: gcc -E conftest.c configure:14570: $? = 0 configure:14570: result: yes configure:14570: checking for utime.h configure:14570: result: yes configure:14582: checking libgen.h usability configure:14582: gcc -c -g -O2 conftest.c >&5 configure:14582: $? = 0 configure:14582: result: yes configure:14582: checking libgen.h presence configure:14582: gcc -E conftest.c configure:14582: $? = 0 configure:14582: result: yes configure:14582: checking for libgen.h configure:14582: result: yes configure:14596: checking for sys/socket.h configure:14596: result: yes configure:14596: checking for net/if.h configure:14596: gcc -c -g -O2 conftest.c >&5 configure:14596: $? = 0 configure:14596: result: yes configure:14596: checking for sys/mman.h configure:14596: gcc -c -g -O2 conftest.c >&5 configure:14596: $? = 0 configure:14596: result: yes configure:14596: checking for linux/if_arp.h configure:14596: gcc -c -g -O2 conftest.c >&5 configure:14596: $? = 0 configure:14596: result: yes configure:14615: checking for windows.h configure:14615: gcc -c -g -O2 conftest.c >&5 conftest.c:78:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14615: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | | | #include configure:14615: result: no configure:14615: checking for winsock2.h configure:14615: gcc -c -g -O2 conftest.c >&5 conftest.c:78:10: fatal error: winsock2.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:14615: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | | | #include configure:14615: result: no configure:14615: checking for ws2tcpip.h configure:14615: gcc -c -g -O2 conftest.c >&5 conftest.c:78:10: fatal error: ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:14615: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | | | #include configure:14615: result: no configure:14615: checking for w32api/wtypes.h configure:14615: gcc -c -g -O2 conftest.c >&5 conftest.c:78:10: fatal error: w32api/wtypes.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:14615: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | | | #include configure:14615: result: no configure:14633: checking for w32api/winbase.h configure:14633: gcc -c -g -O2 conftest.c >&5 conftest.c:76:34: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14633: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | #include | | | #include configure:14633: result: no configure:14633: checking for wincrypt.h configure:14633: gcc -c -g -O2 conftest.c >&5 conftest.c:76:34: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14633: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | | #ifndef _X86_ | #define _X86_ | #endif | #include | | | #include configure:14633: result: no configure:14651: checking for inline configure:14667: gcc -c -g -O2 conftest.c >&5 configure:14667: $? = 0 configure:14675: result: inline configure:14693: checking for pid_t configure:14693: gcc -c -g -O2 conftest.c >&5 configure:14693: $? = 0 configure:14693: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:14693: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:14693: result: yes configure:14704: checking for size_t configure:14704: gcc -c -g -O2 conftest.c >&5 configure:14704: $? = 0 configure:14704: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:14704: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:14704: result: yes configure:14716: checking for int32_t configure:14738: gcc -c -g -O2 conftest.c >&5 configure:14738: $? = 0 configure:14754: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:109:60: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow] < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))]; ^ conftest.c:108:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1) ^~~~~~~~~~ configure:14754: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1) | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:14769: result: yes configure:14782: checking for uint16_t configure:14804: gcc -c -g -O2 conftest.c >&5 configure:14804: $? = 0 configure:14815: result: yes configure:14829: checking for uint32_t configure:14851: gcc -c -g -O2 conftest.c >&5 configure:14851: $? = 0 configure:14862: result: yes configure:14878: checking for uint64_t configure:14900: gcc -c -g -O2 conftest.c >&5 configure:14900: $? = 0 configure:14911: result: yes configure:14927: checking for uint8_t configure:14949: gcc -c -g -O2 conftest.c >&5 configure:14949: $? = 0 configure:14960: result: yes configure:14975: checking for stdbool.h that conforms to C99 configure:15049: result: yes configure:15051: checking for _Bool configure:15051: gcc -c -g -O2 conftest.c >&5 configure:15051: $? = 0 configure:15051: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:15051: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:15051: result: yes configure:15072: checking for stdlib.h configure:15072: result: yes configure:15082: checking for GNU libc compatible malloc configure:15106: gcc -o conftest -g -O2 conftest.c >&5 configure:15106: $? = 0 configure:15106: ./conftest configure:15106: $? = 0 configure:15116: result: yes configure:15139: checking for stdlib.h configure:15139: result: yes configure:15149: checking for GNU libc compatible realloc configure:15173: gcc -o conftest -g -O2 conftest.c >&5 configure:15173: $? = 0 configure:15173: ./conftest configure:15173: $? = 0 configure:15183: result: yes configure:15207: checking for gettimeofday configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for memset configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:102:6: warning: conflicting types for built-in function 'memset' [-Wbuiltin-declaration-mismatch] char memset (); ^~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strcasecmp configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:103:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp (); ^~~~~~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strchr configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:104:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch] char strchr (); ^~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strrchr configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:105:6: warning: conflicting types for built-in function 'strrchr' [-Wbuiltin-declaration-mismatch] char strrchr (); ^~~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strdup configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:106:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] char strdup (); ^~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strndup configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:107:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch] char strndup (); ^~~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strerror configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strncasecmp configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:109:6: warning: conflicting types for built-in function 'strncasecmp' [-Wbuiltin-declaration-mismatch] char strncasecmp (); ^~~~~~~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strtol configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for strtoul configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for memchr configure:15207: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:112:6: warning: conflicting types for built-in function 'memchr' [-Wbuiltin-declaration-mismatch] char memchr (); ^~~~~~ configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for memrchr configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15207: checking for clock_gettime configure:15207: gcc -o conftest -g -O2 conftest.c >&5 configure:15207: $? = 0 configure:15207: result: yes configure:15218: checking for strptime configure:15218: gcc -o conftest -g -O2 conftest.c >&5 configure:15218: $? = 0 configure:15218: result: yes configure:15228: checking whether getrandom is declared configure:15228: gcc -c -g -O2 conftest.c >&5 configure:15228: $? = 0 configure:15228: result: yes configure:15241: checking for utime configure:15241: gcc -o conftest -g -O2 conftest.c >&5 configure:15241: $? = 0 configure:15241: result: yes configure:15256: checking for strlcpy configure:15256: gcc -o conftest conftest.c >&5 /tmp/ccR6UW9q.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:15256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcpy | | /* 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 strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:15256: result: no configure:15256: checking for strlcat configure:15256: gcc -o conftest conftest.c >&5 /tmp/ccIbQWCN.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:15256: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlcat | | /* 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 strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:15256: result: no configure:15275: checking for special C compiler options needed for large files configure:15320: result: no configure:15326: checking for _FILE_OFFSET_BITS value needed for large files configure:15351: gcc -c -g -O2 conftest.c >&5 configure:15351: $? = 0 configure:15383: result: no configure:15470: checking host os configure:15534: result: ok configure:15611: checking for thread local storage __thread support configure:15624: gcc -c -g -O2 conftest.c >&5 configure:15624: $? = 0 configure:15628: result: yes configure:15825: checking checking if gcc supports -march=native configure:15838: gcc -c -g -O2 -march=native conftest.c >&5 configure:15838: $? = 0 configure:15840: result: yes configure:16095: checking for spatch configure:16126: result: no configure:16188: checking zlib.h usability configure:16188: gcc -c -g -O2 -march=native conftest.c >&5 configure:16188: $? = 0 configure:16188: result: yes configure:16188: checking zlib.h presence configure:16188: gcc -E conftest.c configure:16188: $? = 0 configure:16188: result: yes configure:16188: checking for zlib.h configure:16188: result: yes configure:16205: checking for inflate in -lz configure:16230: gcc -o conftest -g -O2 -march=native conftest.c -lz >&5 configure:16230: $? = 0 configure:16239: result: yes configure:16286: checking pcre.h usability configure:16286: gcc -c -g -O2 -march=native conftest.c >&5 configure:16286: $? = 0 configure:16286: result: yes configure:16286: checking pcre.h presence configure:16286: gcc -E conftest.c configure:16286: $? = 0 configure:16286: result: yes configure:16286: checking for pcre.h configure:16286: result: yes configure:16299: checking for pcre_get_substring in -lpcre configure:16324: gcc -o conftest -g -O2 -march=native conftest.c -lpcre -lz >&5 configure:16324: $? = 0 configure:16333: result: yes configure:16362: checking for LIBPCREVERSION configure:16369: $PKG_CONFIG --exists --print-errors "libpcre = 8.35" Package dependency requirement 'libpcre = 8.35' could not be satisfied. Package 'libpcre' has version '8.42', required version is '= 8.35' configure:16372: $? = 1 configure:16386: $PKG_CONFIG --exists --print-errors "libpcre = 8.35" Package dependency requirement 'libpcre = 8.35' could not be satisfied. Package 'libpcre' has version '8.42', required version is '= 8.35' configure:16389: $? = 1 configure:16403: result: no Package dependency requirement 'libpcre = 8.35' could not be satisfied. Package 'libpcre' has version '8.42', required version is '= 8.35' configure:16447: checking for pcre_dfa_exec in -lpcre configure:16472: gcc -o conftest -g -O2 -march=native conftest.c -lpcre -lpcre -lz >&5 configure:16472: $? = 0 configure:16481: result: yes configure:16515: gcc -c -g -O2 -march=native conftest.c >&5 configure:16515: $? = 0 configure:16547: gcc -c -O0 -g -Werror -Wall conftest.c >&5 configure:16547: $? = 0 configure:16559: checking for PCRE JIT support configure:16575: gcc -c -g -O2 -march=native conftest.c >&5 configure:16575: $? = 0 configure:16743: result: yes configure:16749: checking for PCRE JIT support usability configure:16777: gcc -c -g -O2 -march=native conftest.c >&5 configure:16777: $? = 0 configure:16793: result: yes configure:16807: checking for libhs configure:16814: $PKG_CONFIG --exists --print-errors "libhs" Package libhs was not found in the pkg-config search path. Perhaps you should add the directory containing `libhs.pc' to the PKG_CONFIG_PATH environment variable Package 'libhs', required by 'virtual:world', not found configure:16817: $? = 1 configure:16831: $PKG_CONFIG --exists --print-errors "libhs" Package libhs was not found in the pkg-config search path. Perhaps you should add the directory containing `libhs.pc' to the PKG_CONFIG_PATH environment variable Package 'libhs', required by 'virtual:world', not found configure:16834: $? = 1 configure:16848: result: no Package 'libhs', required by 'virtual:world', not found configure:16901: checking hs.h usability configure:16901: gcc -c -g -O2 -march=native conftest.c >&5 conftest.c:134:10: fatal error: hs.h: No such file or directory #include ^~~~~~ compilation terminated. configure:16901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | #define TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPCRE 1 | #define HAVE_LIBPCRE 1 | #define HAVE_PCRE_FREE_STUDY 1 | #define PCRE_HAVE_JIT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16901: result: no configure:16901: checking hs.h presence configure:16901: gcc -E conftest.c conftest.c:101:10: fatal error: hs.h: No such file or directory #include ^~~~~~ compilation terminated. configure:16901: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | #define TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPCRE 1 | #define HAVE_LIBPCRE 1 | #define HAVE_PCRE_FREE_STUDY 1 | #define PCRE_HAVE_JIT 1 | /* end confdefs.h. */ | #include configure:16901: result: no configure:16901: checking for hs.h configure:16901: result: no configure:17009: checking yaml.h usability configure:17009: gcc -c -g -O2 -march=native conftest.c >&5 configure:17009: $? = 0 configure:17009: result: yes configure:17009: checking yaml.h presence configure:17009: gcc -E conftest.c configure:17009: $? = 0 configure:17009: result: yes configure:17009: checking for yaml.h configure:17009: result: yes configure:17023: checking for yaml_parser_initialize in -lyaml configure:17048: gcc -o conftest -g -O2 -march=native conftest.c -lyaml -lpcre -lz >&5 configure:17048: $? = 0 configure:17057: result: yes configure:17112: checking for pthread_create in -lpthread configure:17137: gcc -o conftest -g -O2 -march=native conftest.c -lpthread -lyaml -lpcre -lz >&5 configure:17137: $? = 0 configure:17146: result: yes configure:17169: checking for pthread_spin_unlock configure:17169: gcc -o conftest -g -O2 -march=native conftest.c -lpthread -lyaml -lpcre -lz >&5 configure:17169: $? = 0 configure:17169: result: yes configure:17205: checking jansson.h usability configure:17205: gcc -c -g -O2 -march=native conftest.c >&5 configure:17205: $? = 0 configure:17205: result: yes configure:17205: checking jansson.h presence configure:17205: gcc -E conftest.c configure:17205: $? = 0 configure:17205: result: yes configure:17205: checking for jansson.h configure:17205: result: yes configure:17213: checking for json_dump_callback in -ljansson configure:17238: gcc -o conftest -g -O2 -march=native conftest.c -ljansson -lpthread -lyaml -lpcre -lz >&5 configure:17238: $? = 0 configure:17247: result: yes configure:17954: checking whether OS_WIN32 is declared configure:17954: gcc -c -g -O2 -march=native conftest.c >&5 conftest.c: In function 'main': conftest.c:146:10: error: 'OS_WIN32' undeclared (first use in this function) (void) OS_WIN32; ^~~~~~~~ conftest.c:146:10: note: each undeclared identifier is reported only once for each function it appears in configure:17954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | #define TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPCRE 1 | #define HAVE_LIBPCRE 1 | #define HAVE_PCRE_FREE_STUDY 1 | #define PCRE_HAVE_JIT 1 | #define HAVE_LIBYAML 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_PTHREAD_SPIN_UNLOCK 1 | #define HAVE_LIBJANSSON 1 | #define BUILD_UNIX_SOCKET 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | #ifndef OS_WIN32 | #ifdef __cplusplus | (void) OS_WIN32; | #else | (void) OS_WIN32; | #endif | #endif | | ; | return 0; | } configure:17954: result: no configure:18387: checking for libnet.h version 1.1.x configure:18598: result: no configure:18624: checking pcap.h usability configure:18624: gcc -c -g -O2 -march=native conftest.c >&5 configure:18624: $? = 0 configure:18624: result: yes configure:18624: checking pcap.h presence configure:18624: gcc -E conftest.c configure:18624: $? = 0 configure:18624: result: yes configure:18624: checking for pcap.h configure:18624: result: yes configure:18639: checking for pcap.h configure:18639: result: yes configure:18639: checking pcap/pcap.h usability configure:18639: gcc -c -g -O2 -march=native conftest.c >&5 configure:18639: $? = 0 configure:18639: result: yes configure:18639: checking pcap/pcap.h presence configure:18639: gcc -E conftest.c configure:18639: $? = 0 configure:18639: result: yes configure:18639: checking for pcap/pcap.h configure:18639: result: yes configure:18639: checking pcap/bpf.h usability configure:18639: gcc -c -g -O2 -march=native conftest.c >&5 configure:18639: $? = 0 configure:18639: result: yes configure:18639: checking pcap/bpf.h presence configure:18639: gcc -E conftest.c configure:18639: $? = 0 configure:18639: result: yes configure:18639: checking for pcap/bpf.h configure:18639: result: yes configure:18653: checking for PCAP configure:18660: $PKG_CONFIG --exists --print-errors "libpcap" configure:18663: $? = 0 configure:18677: $PKG_CONFIG --exists --print-errors "libpcap" configure:18680: $? = 0 configure:18718: result: yes configure:18723: checking for pcap_open_live in -lpcap configure:18748: gcc -o conftest -g -O2 -march=native conftest.c -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:18748: $? = 0 configure:18758: result: yes configure:18789: checking for pcap_activate in -lpcap configure:18814: gcc -o conftest -g -O2 -march=native conftest.c -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:18814: $? = 0 configure:18824: result: yes configure:18850: checking for pcap-config configure:18868: found /usr/bin/pcap-config configure:18881: result: /usr/bin/pcap-config configure:18904: checking for pcap_set_buffer_size in -lpcap configure:18929: gcc -o conftest -g -O2 -march=native conftest.c -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:18929: $? = 0 configure:18939: result: yes configure:19002: checking for pfring_open in -lpfring configure:19027: gcc -o conftest -g -O2 -march=native conftest.c -lpfring -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:19027: $? = 0 configure:19036: result: yes configure:19067: gcc -c -g -O2 -march=native -Werror conftest.c >&5 configure:19067: $? = 0 configure:19092: gcc -c -g -O2 -march=native conftest.c >&5 configure:19092: $? = 0 configure:19131: checking whether TPACKET_V2 is declared configure:19131: gcc -c -g -O2 -march=native conftest.c >&5 configure:19131: $? = 0 configure:19131: result: yes configure:19142: checking whether PACKET_FANOUT_QM is declared configure:19142: gcc -c -g -O2 -march=native conftest.c >&5 configure:19142: $? = 0 configure:19142: result: yes configure:19150: checking whether TPACKET_V3 is declared configure:19150: gcc -c -g -O2 -march=native conftest.c >&5 configure:19150: $? = 0 configure:19150: result: yes configure:19159: checking whether SOF_TIMESTAMPING_RAW_HARDWARE is declared configure:19159: gcc -c -g -O2 -march=native conftest.c >&5 configure:19159: $? = 0 configure:19159: result: yes configure:22394: checking iconv.h usability configure:22394: gcc -c -g -O2 -march=native -I${srcdir}/../libhtp/ conftest.c >&5 configure:22394: $? = 0 configure:22394: result: yes configure:22394: checking iconv.h presence configure:22394: gcc -E -I${srcdir}/../libhtp/ conftest.c configure:22394: $? = 0 configure:22394: result: yes configure:22394: checking for iconv.h configure:22394: result: yes configure:22402: checking for libiconv_close in -liconv configure:22427: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ conftest.c -liconv -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 /usr/bin/ld: cannot find -liconv collect2: error: ld returned 1 exit status configure:22427: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | #define TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPCRE 1 | #define HAVE_LIBPCRE 1 | #define HAVE_PCRE_FREE_STUDY 1 | #define PCRE_HAVE_JIT 1 | #define HAVE_LIBYAML 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_PTHREAD_SPIN_UNLOCK 1 | #define HAVE_LIBJANSSON 1 | #define BUILD_UNIX_SOCKET 1 | #define HAVE_PCAP_H 1 | #define HAVE_PCAP_PCAP_H 1 | #define HAVE_PCAP_BPF_H 1 | #define HAVE_LIBPCAP 1 | #define HAVE_LIBPCAP 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_SET_BUFF 1 | #define HAVE_PFRING 1 | #define HAVE_LIBPFRING 1 | #define HAVE_PF_RING_FLOW_OFFLOAD 1 | #define HAVE_AF_PACKET 1 | #define HAVE_PACKET_FANOUT 1 | #define HAVE_TPACKET_V3 1 | #define HAVE_HW_TIMESTAMPING 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 libiconv_close (); | int | main () | { | return libiconv_close (); | ; | return 0; | } configure:22436: result: no configure:22526: checking cap-ng.h usability configure:22526: gcc -c -g -O2 -march=native -I${srcdir}/../libhtp/ conftest.c >&5 configure:22526: $? = 0 configure:22526: result: yes configure:22526: checking cap-ng.h presence configure:22526: gcc -E -I${srcdir}/../libhtp/ conftest.c configure:22526: $? = 0 configure:22526: result: yes configure:22526: checking for cap-ng.h configure:22526: result: yes configure:22536: checking for capng_clear in -lcap-ng configure:22561: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ conftest.c -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:22561: $? = 0 configure:22570: result: yes configure:22920: checking for libnspr configure:22927: $PKG_CONFIG --exists --print-errors "nspr" configure:22930: $? = 0 configure:22944: $PKG_CONFIG --exists --print-errors "nspr" configure:22947: $? = 0 configure:22985: result: yes configure:22999: checking nspr.h usability configure:22999: gcc -c -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 conftest.c >&5 configure:22999: $? = 0 configure:22999: result: yes configure:22999: checking nspr.h presence configure:22999: gcc -E -I${srcdir}/../libhtp/ -I/usr/include/nspr4 conftest.c configure:22999: $? = 0 configure:22999: result: yes configure:22999: checking for nspr.h configure:22999: result: yes configure:23001: checking for PR_GetCurrentThread in -lnspr4 configure:23026: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 conftest.c -lnspr4 -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap -lplds4 -lplc4 -lnspr4 -lpthread -ldl >&5 configure:23026: $? = 0 configure:23035: result: yes configure:23103: checking for libnss configure:23110: $PKG_CONFIG --exists --print-errors "nss" configure:23113: $? = 0 configure:23127: $PKG_CONFIG --exists --print-errors "nss" configure:23130: $? = 0 configure:23168: result: yes configure:23183: checking sechash.h usability configure:23183: gcc -c -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5 configure:23183: $? = 0 configure:23183: result: yes configure:23183: checking sechash.h presence configure:23183: gcc -E -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c configure:23183: $? = 0 configure:23183: result: yes configure:23183: checking for sechash.h configure:23183: result: yes configure:23185: checking for HASH_Begin in -lnss3 configure:23210: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lnss3 -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl >&5 configure:23210: $? = 0 configure:23219: result: yes configure:23286: checking magic.h usability configure:23286: gcc -c -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c >&5 configure:23286: $? = 0 configure:23286: result: yes configure:23286: checking magic.h presence configure:23286: gcc -E -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c configure:23286: $? = 0 configure:23286: result: yes configure:23286: checking for magic.h configure:23286: result: yes configure:23296: checking for magic_open in -lmagic configure:23321: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -lmagic -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl >&5 configure:23321: $? = 0 configure:23330: result: yes configure:26695: checking for LZ4F_createCompressionContext in -llz4 configure:26720: gcc -o conftest -g -O2 -march=native -I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 conftest.c -llz4 -lmagic -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl >&5 /usr/bin/ld: cannot find -llz4 collect2: error: ld returned 1 exit status configure:26720: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "5.0.6" | #define PACKAGE_STRING "suricata 5.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "5.0.6" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_STDDEF_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_PRCTL_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_SYSCALL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_LINUX_IF_ETHER_H 1 | #define HAVE_LINUX_IF_PACKET_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_ETHTOOL_H 1 | #define HAVE_LINUX_SOCKIOS_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SYS_RANDOM_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_NET_IF_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_LINUX_IF_ARP_H 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_GETRANDOM 1 | #define HAVE_UTIME 1 | #define TLS 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPCRE 1 | #define HAVE_LIBPCRE 1 | #define HAVE_PCRE_FREE_STUDY 1 | #define PCRE_HAVE_JIT 1 | #define HAVE_LIBYAML 1 | #define HAVE_LIBPTHREAD 1 | #define HAVE_PTHREAD_SPIN_UNLOCK 1 | #define HAVE_LIBJANSSON 1 | #define BUILD_UNIX_SOCKET 1 | #define HAVE_PCAP_H 1 | #define HAVE_PCAP_PCAP_H 1 | #define HAVE_PCAP_BPF_H 1 | #define HAVE_LIBPCAP 1 | #define HAVE_LIBPCAP 1 | #define HAVE_LIBPCAP 1 | #define HAVE_PCAP_SET_BUFF 1 | #define HAVE_PFRING 1 | #define HAVE_LIBPFRING 1 | #define HAVE_PF_RING_FLOW_OFFLOAD 1 | #define HAVE_AF_PACKET 1 | #define HAVE_PACKET_FANOUT 1 | #define HAVE_TPACKET_V3 1 | #define HAVE_HW_TIMESTAMPING 1 | #define HAVE_HTP_URI_NORMALIZE_HOOK 1 | #define HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW 1 | #define HAVE_HTP_DECODE_QUERY_INPLACE 1 | #define HAVE_HTP_CONFIG_SET_RESPONSE_DECOMPRESSION_LAYER_LIMIT 1 | #define HAVE_HTP_CONFIG_SET_LZMA_MEMLIMIT 1 | #define HAVE_HTP_CONFIG_SET_COMPRESSION_BOMB_LIMIT 1 | #define HAVE_HTP_CONFIG_SET_COMPRESSION_TIME_LIMIT 1 | #define HAVE_LIBCAP_NG 1 | #define HAVE_LIBCAP_NG 1 | #define HAVE_NSPR 1 | #define HAVE_NSS 1 | #define HAVE_LIBMAGIC 1 | #define HAVE_MAGIC 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 LZ4F_createCompressionContext (); | int | main () | { | return LZ4F_createCompressionContext (); | ; | return 0; | } configure:26729: result: no configure:26758: checking for getconf configure:26776: found /usr/bin/getconf configure:26789: result: /usr/bin/getconf configure:26819: checking for sphinx-build configure:26850: result: no configure:26884: checking for pdflatex configure:26915: result: no configure:26946: checking for rustc configure:26964: found /usr/bin/rustc configure:26977: result: /usr/bin/rustc configure:27000: checking for cargo configure:27018: found /usr/bin/cargo configure:27031: result: /usr/bin/cargo configure:27064: checking for Rust version 1.33.0 or newer configure:27082: result: yes configure:27139: checking for rustup configure:27170: result: no configure:27209: checking for cargo vendor support configure:27220: result: yes configure:27301: checking for git configure:27319: found /usr/bin/git configure:27332: result: /usr/bin/git configure:27729: checking that generated files are newer than configure configure:27735: result: done configure:27842: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by suricata config.status 5.0.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hostname.example.com config.status:1341: creating Makefile config.status:1341: creating src/Makefile config.status:1341: creating rust/Makefile config.status:1341: creating rust/Cargo.toml config.status:1341: creating rust/.cargo/config config.status:1341: creating qa/Makefile config.status:1341: creating qa/coccinelle/Makefile config.status:1341: creating rules/Makefile config.status:1341: creating doc/Makefile config.status:1341: creating doc/userguide/Makefile config.status:1341: creating contrib/Makefile config.status:1341: creating contrib/file_processor/Makefile config.status:1341: creating contrib/file_processor/Action/Makefile config.status:1341: creating contrib/file_processor/Processor/Makefile config.status:1341: creating suricata.yaml config.status:1341: creating etc/Makefile config.status:1341: creating etc/suricata.logrotate config.status:1341: creating etc/suricata.service config.status:1341: creating python/Makefile config.status:1341: creating python/suricata/config/defaults.py config.status:1341: creating ebpf/Makefile config.status:1341: creating config.h config.status:1570: executing depfiles commands config.status:1644: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1649: $? = 0 config.status:1570: executing libtool commands configure:30069: === configuring in libhtp (/run/suri-build/suricata/libhtp) configure:30132: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--enable-pfring' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_int32_t=yes ac_cv_c_uint16_t=yes ac_cv_c_uint32_t=yes ac_cv_c_uint64_t=yes ac_cv_c_uint8_t=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBHTPDEVVERSION_CFLAGS_set= ac_cv_env_LIBHTPDEVVERSION_CFLAGS_value= ac_cv_env_LIBHTPDEVVERSION_LIBS_set= ac_cv_env_LIBHTPDEVVERSION_LIBS_value= ac_cv_env_LIBHTPMINVERSION_CFLAGS_set= ac_cv_env_LIBHTPMINVERSION_CFLAGS_value= ac_cv_env_LIBHTPMINVERSION_LIBS_set= ac_cv_env_LIBHTPMINVERSION_LIBS_value= ac_cv_env_LIBPCREVERSION_CFLAGS_set= ac_cv_env_LIBPCREVERSION_CFLAGS_value= ac_cv_env_LIBPCREVERSION_LIBS_set= ac_cv_env_LIBPCREVERSION_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_LUAJIT_CFLAGS_set= ac_cv_env_LUAJIT_CFLAGS_value= ac_cv_env_LUAJIT_LIBS_set= ac_cv_env_LUAJIT_LIBS_value= ac_cv_env_LUA_CFLAGS_set= ac_cv_env_LUA_CFLAGS_value= ac_cv_env_LUA_LIBS_set= ac_cv_env_LUA_LIBS_value= ac_cv_env_PCAP_CFLAGS_set= ac_cv_env_PCAP_CFLAGS_value= ac_cv_env_PCAP_LIBS_set= ac_cv_env_PCAP_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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_libhs_CFLAGS_set= ac_cv_env_libhs_CFLAGS_value= ac_cv_env_libhs_LIBS_set= ac_cv_env_libhs_LIBS_value= ac_cv_env_libhtp_CFLAGS_set= ac_cv_env_libhtp_CFLAGS_value= ac_cv_env_libhtp_LIBS_set= ac_cv_env_libhtp_LIBS_value= ac_cv_env_libnetfilter_queue_CFLAGS_set= ac_cv_env_libnetfilter_queue_CFLAGS_value= ac_cv_env_libnetfilter_queue_LIBS_set= ac_cv_env_libnetfilter_queue_LIBS_value= ac_cv_env_libnspr_CFLAGS_set= ac_cv_env_libnspr_CFLAGS_value= ac_cv_env_libnspr_LIBS_set= ac_cv_env_libnspr_LIBS_value= ac_cv_env_libnss_CFLAGS_set= ac_cv_env_libnss_CFLAGS_value= ac_cv_env_libnss_LIBS_set= ac_cv_env_libnss_LIBS_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_clock_gettime=yes ac_cv_func_gettimeofday=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memchr=yes ac_cv_func_memrchr=yes ac_cv_func_memset=yes ac_cv_func_pthread_spin_unlock=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strncasecmp=yes ac_cv_func_strndup=yes ac_cv_func_strptime=yes ac_cv_func_strrchr=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_utime=yes ac_cv_have_decl_OS_WIN32=no ac_cv_have_decl_PACKET_FANOUT_QM=yes ac_cv_have_decl_SOF_TIMESTAMPING_RAW_HARDWARE=yes ac_cv_have_decl_TPACKET_V2=yes ac_cv_have_decl_TPACKET_V3=yes ac_cv_have_decl_getrandom=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_cap_ng_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_fnmatch_h=yes ac_cv_header_getopt_h=yes ac_cv_header_glob_h=yes ac_cv_header_hs_h=no ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_jansson_h=yes ac_cv_header_libgen_h=yes ac_cv_header_limits_h=yes ac_cv_header_linux_ethtool_h=yes ac_cv_header_linux_filter_h=yes ac_cv_header_linux_if_arp_h=yes ac_cv_header_linux_if_ether_h=yes ac_cv_header_linux_if_packet_h=yes ac_cv_header_linux_sockios_h=yes ac_cv_header_magic_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_if_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nspr_h=yes ac_cv_header_pcap_bpf_h=yes ac_cv_header_pcap_h=yes ac_cv_header_pcap_pcap_h=yes ac_cv_header_pcre_h=yes ac_cv_header_poll_h=yes ac_cv_header_sched_h=yes ac_cv_header_sechash_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_prctl_h=yes ac_cv_header_sys_random_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syscall_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_w32api_winbase_h=no ac_cv_header_w32api_wtypes_h=no ac_cv_header_wincrypt_h=no ac_cv_header_windows_h=no ac_cv_header_winsock2_h=no ac_cv_header_ws2tcpip_h=no ac_cv_header_yaml_h=yes ac_cv_header_zlib_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_cap_ng_capng_clear=yes ac_cv_lib_iconv_libiconv_close=no ac_cv_lib_jansson_json_dump_callback=yes ac_cv_lib_lz4_LZ4F_createCompressionContext=no ac_cv_lib_magic_magic_open=yes ac_cv_lib_nspr4_PR_GetCurrentThread=yes ac_cv_lib_nss3_HASH_Begin=yes ac_cv_lib_pcap___pcap_activate=yes ac_cv_lib_pcap___pcap_open_live=yes ac_cv_lib_pcap___pcap_set_buffer_size=yes ac_cv_lib_pcre_pcre_dfa_exec=yes ac_cv_lib_pcre_pcre_get_substring=yes ac_cv_lib_pfring_pfring_open=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_yaml_yaml_parser_initialize=yes ac_cv_lib_z_inflate=yes ac_cv_objext=o ac_cv_path_CARGO=/usr/bin/cargo ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_HAVE_COCCINELLE_CONFIG=no ac_cv_path_HAVE_CYGPATH=no ac_cv_path_HAVE_GETCONF_CMD=/usr/bin/getconf ac_cv_path_HAVE_GIT_CMD=/usr/bin/git ac_cv_path_HAVE_PCAP_CONFIG=/usr/bin/pcap-config ac_cv_path_HAVE_PDFLATEX=no ac_cv_path_HAVE_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_HAVE_PYTHON=/usr/bin/python3 ac_cv_path_HAVE_SPHINXBUILD=no ac_cv_path_HAVE_WGET=/usr/bin/wget ac_cv_path_RUSTC=/usr/bin/rustc ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_have_rustup=no ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type__Bool=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_prog_tar_ustar=gnutar lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pkg_cv_PCAP_CFLAGS= pkg_cv_PCAP_LIBS='-lpcap ' pkg_cv_libnspr_CFLAGS='-I/usr/include/nspr4 ' pkg_cv_libnspr_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl ' pkg_cv_libnss_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 ' pkg_cv_libnss_LIBS='-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /run/suri-build/suricata/missing aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /run/suri-build/suricata/missing autoconf' AUTOHEADER='${SHELL} /run/suri-build/suricata/missing autoheader' AUTOMAKE='${SHELL} /run/suri-build/suricata/missing automake-1.16' AWK='gawk' BUILD_EBPF_FALSE='' BUILD_EBPF_TRUE='#' BUILD_UNITTESTS_FALSE='' BUILD_UNITTESTS_TRUE='#' CARGO='/usr/bin/cargo' CARGO_HOME='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -march=native -I${srcdir}/../rust/gen/c-headers' CLANG='' CLANG_CFLAGS='' CONFIGURE_DATAROOTDIR='/usr/share' CONFIGURE_LOCALSTATEDIR='/var' CONFIGURE_PREFIX='/usr' CONFIGURE_SYSCONDIR='/etc' CPP='gcc -E' CPPFLAGS='-I${srcdir}/../libhtp/ -I/usr/include/nspr4 -I/usr/include/nss3 -I/usr/include/nspr4 ' CYGPATH_W='echo' DEBUG_FALSE='' DEBUG_TRUE='#' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GCC_CFLAGS='-Wextra -Werror-implicit-function-declaration' GREP='/usr/bin/grep' HAVE_CARGO_VENDOR_FALSE='#' HAVE_CARGO_VENDOR_TRUE='' HAVE_COCCINELLE_CONFIG='no' HAVE_COCCINELLE_FALSE='' HAVE_COCCINELLE_TRUE='#' HAVE_CURL='' HAVE_CYGPATH='no' HAVE_CYGPATH_FALSE='' HAVE_CYGPATH_TRUE='#' HAVE_FETCH_COMMAND_FALSE='#' HAVE_FETCH_COMMAND_TRUE='' HAVE_GETCONF_CMD='/usr/bin/getconf' HAVE_GIT_CMD='/usr/bin/git' HAVE_LUA_FALSE='' HAVE_LUA_TRUE='#' HAVE_PCAP_CONFIG='/usr/bin/pcap-config' HAVE_PDFLATEX='no' HAVE_PDFLATEX_FALSE='' HAVE_PDFLATEX_TRUE='#' HAVE_PKG_CONFIG='/usr/bin/pkg-config' HAVE_PYTHON='/usr/bin/python3' HAVE_PYTHON_DISTUTILS_FALSE='#' HAVE_PYTHON_DISTUTILS_TRUE='' HAVE_PYTHON_FALSE='#' HAVE_PYTHON_TRUE='' HAVE_PYTHON_YAML_FALSE='#' HAVE_PYTHON_YAML_TRUE='' HAVE_RUST_FALSE='#' HAVE_RUST_TRUE='' HAVE_RUST_VENDOR_FALSE='' HAVE_RUST_VENDOR_TRUE='#' HAVE_SPHINXBUILD='no' HAVE_SPHINXBUILD_FALSE='' HAVE_SPHINXBUILD_TRUE='#' HAVE_SURICATA_MAN_FALSE='' HAVE_SURICATA_MAN_TRUE='#' HAVE_WGET='/usr/bin/wget' HAVE_WGET_COMMAND_FALSE='#' HAVE_WGET_COMMAND_TRUE='' HTP_DIR='libhtp' HTP_LDADD='../libhtp/htp/libhtp.la' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTALL_SURICATA_UPDATE_FALSE='' INSTALL_SURICATA_UPDATE_TRUE='#' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBHTPDEVVERSION_CFLAGS='' LIBHTPDEVVERSION_LIBS='' LIBHTPMINVERSION_CFLAGS='' LIBHTPMINVERSION_LIBS='' LIBOBJS='' LIBPCREVERSION_CFLAGS='' LIBPCREVERSION_LIBS='' LIBPRELUDE_CFLAGS='' LIBPRELUDE_CONFIG='' LIBPRELUDE_CONFIG_PREFIX='' LIBPRELUDE_LDFLAGS='' LIBPRELUDE_LIBS='' LIBPRELUDE_PREFIX='' LIBPRELUDE_PTHREAD_CFLAGS='' LIBS='-lmagic -lcap-ng -lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LLC='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' LUAJIT_CFLAGS='' LUAJIT_LIBS='' LUA_CFLAGS='' LUA_INT8='' LUA_LIBS='' MAKEINFO='${SHELL} /run/suri-build/suricata/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OPTIMIZATION_CFLAGS='-march=native' OTOOL64='' OTOOL='' PACKAGE='suricata' PACKAGE_BUGREPORT='' PACKAGE_NAME='suricata' PACKAGE_STRING='suricata 5.0.6' PACKAGE_TARNAME='suricata' PACKAGE_URL='' PACKAGE_VERSION='5.0.6' PATH_SEPARATOR=':' PCAP_CFLAGS=' ' PCAP_LIBS='-lpcap ' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RANLIB='ranlib' RUSTC='/usr/bin/rustc' RUSTUP_HOME_PATH='no' RUST_CROSS_COMPILE_FALSE='' RUST_CROSS_COMPILE_TRUE='#' RUST_FEATURES='' RUST_LDADD='../rust/target/release/libsuricata.a -ldl -lrt -lm' RUST_SURICATA_LIB='../rust/target/release/libsuricata.a' RUST_SURICATA_LIBDIR='../rust/target/release' SECCFLAGS='' SECLDFLAGS='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' SURICATA_UPDATE_DIR='' VERSION='5.0.6' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' e_datarulesdir='/usr/share/suricata/rules' e_defaultruledir='/etc/suricata/rules' e_enable_evelog='yes' e_localstatedir='/var/run/suricata' e_logcertsdir='/var/log/suricata/certs' e_logdir='/var/log/suricata/' e_logfilesdir='/var/log/suricata/files' e_magic_file='' e_magic_file_comment='#' e_rundir='/var/run/' e_rustdir='/run/suri-build/suricata/rust' e_sysconfdir='/etc/suricata/' exec_prefix='${prefix}' have_cargo_vendor_bin='' have_rustup='no' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /run/suri-build/suricata/install-sh' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/libexec' libhs_CFLAGS='' libhs_LIBS='' libhtp_CFLAGS='' libhtp_LIBS='' libnetfilter_queue_CFLAGS='' libnetfilter_queue_LIBS='' libnspr_CFLAGS='-I/usr/include/nspr4 ' libnspr_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl ' libnss_CFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 ' libnss_LIBS='-lssl3 -lsmime3 -lnss3 -lnssutil3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ' localedir='${datarootdir}/locale' localstatedir='/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' rust_vendor_comment='# ' rustup_home='' sbindir='${exec_prefix}/sbin' sharedstatedir='/var' subdirs=' libhtp' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "suricata" #define PACKAGE_TARNAME "suricata" #define PACKAGE_VERSION "5.0.6" #define PACKAGE_STRING "suricata 5.0.6" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "suricata" #define VERSION "5.0.6" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_STDDEF_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ASSERT_H 1 #define HAVE_CTYPE_H 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_POLL_H 1 #define HAVE_SCHED_H 1 #define HAVE_SIGNAL_H 1 #define HAVE_STDARG_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_PRCTL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSCALL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_LINUX_IF_ETHER_H 1 #define HAVE_LINUX_IF_PACKET_H 1 #define HAVE_LINUX_FILTER_H 1 #define HAVE_LINUX_ETHTOOL_H 1 #define HAVE_LINUX_SOCKIOS_H 1 #define HAVE_GLOB_H 1 #define HAVE_DIRENT_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SYS_RANDOM_H 1 #define HAVE_UTIME_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NET_IF_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_LINUX_IF_ARP_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMSET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRNDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_MEMCHR 1 #define HAVE_MEMRCHR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_STRPTIME 1 #define HAVE_GETRANDOM 1 #define HAVE_UTIME 1 #define TLS 1 #define HAVE_LIBZ 1 #define HAVE_LIBPCRE 1 #define HAVE_LIBPCRE 1 #define HAVE_PCRE_FREE_STUDY 1 #define PCRE_HAVE_JIT 1 #define HAVE_LIBYAML 1 #define HAVE_LIBPTHREAD 1 #define HAVE_PTHREAD_SPIN_UNLOCK 1 #define HAVE_LIBJANSSON 1 #define BUILD_UNIX_SOCKET 1 #define HAVE_PCAP_H 1 #define HAVE_PCAP_PCAP_H 1 #define HAVE_PCAP_BPF_H 1 #define HAVE_LIBPCAP 1 #define HAVE_LIBPCAP 1 #define HAVE_LIBPCAP 1 #define HAVE_PCAP_SET_BUFF 1 #define HAVE_PFRING 1 #define HAVE_LIBPFRING 1 #define HAVE_PF_RING_FLOW_OFFLOAD 1 #define HAVE_AF_PACKET 1 #define HAVE_PACKET_FANOUT 1 #define HAVE_TPACKET_V3 1 #define HAVE_HW_TIMESTAMPING 1 #define HAVE_HTP_URI_NORMALIZE_HOOK 1 #define HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW 1 #define HAVE_HTP_DECODE_QUERY_INPLACE 1 #define HAVE_HTP_CONFIG_SET_RESPONSE_DECOMPRESSION_LAYER_LIMIT 1 #define HAVE_HTP_CONFIG_SET_LZMA_MEMLIMIT 1 #define HAVE_HTP_CONFIG_SET_COMPRESSION_BOMB_LIMIT 1 #define HAVE_HTP_CONFIG_SET_COMPRESSION_TIME_LIMIT 1 #define HAVE_LIBCAP_NG 1 #define HAVE_LIBCAP_NG 1 #define HAVE_NSPR 1 #define HAVE_NSS 1 #define HAVE_LIBMAGIC 1 #define HAVE_MAGIC 1 #define CLS 64 #define HAVE_RUST 1 #define REVISION b46125a64 2021-03-01 #define CAPTURE_OFFLOAD 1 #define CONFIG_DIR "/etc/suricata/" #define DATA_DIR "/var/lib/suricata/data" configure: exit 0