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 6.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:2862: 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:2974: checking whether make supports nested variables configure:2991: result: yes configure:3051: checking for a BSD-compatible install configure:3119: result: /usr/bin/install -c configure:3130: checking whether build environment is sane configure:3185: result: yes configure:3336: checking for a thread-safe mkdir -p configure:3375: result: /usr/bin/mkdir -p configure:3382: checking for gawk configure:3398: found /usr/bin/gawk configure:3409: result: gawk configure:3420: checking whether make sets $(MAKE) configure:3442: result: yes configure:3538: checking whether UID '500' is supported by ustar format configure:3541: result: yes configure:3548: checking whether GID '1000' is supported by ustar format configure:3551: result: yes configure:3559: checking how to create a ustar tar archive configure:3570: 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:3573: $? = 0 configure:3613: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3616: $? = 0 configure:3620: 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:4247: $? = 0 configure:4236: 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:4247: $? = 0 configure:4236: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4247: $? = 1 configure:4236: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4247: $? = 1 configure:4267: checking whether the C compiler works configure:4289: gcc conftest.c >&5 configure:4293: $? = 0 configure:4341: result: yes configure:4344: checking for C compiler default output file name configure:4346: result: a.out configure:4352: checking for suffix of executables configure:4359: gcc -o conftest conftest.c >&5 configure:4363: $? = 0 configure:4385: result: configure:4407: checking whether we are cross compiling configure:4415: gcc -o conftest conftest.c >&5 configure:4419: $? = 0 configure:4426: ./conftest configure:4430: $? = 0 configure:4445: result: no configure:4450: checking for suffix of object files configure:4472: gcc -c conftest.c >&5 configure:4476: $? = 0 configure:4497: result: o configure:4501: checking whether we are using the GNU C compiler configure:4520: gcc -c conftest.c >&5 configure:4520: $? = 0 configure:4529: result: yes configure:4538: checking whether gcc accepts -g configure:4558: gcc -c -g conftest.c >&5 configure:4558: $? = 0 configure:4599: result: yes configure:4616: checking for gcc option to accept ISO C89 configure:4679: gcc -c -g -O2 conftest.c >&5 configure:4679: $? = 0 configure:4692: result: none needed configure:4717: checking whether gcc understands -c and -o together configure:4739: gcc -c conftest.c -o conftest2.o configure:4742: $? = 0 configure:4739: gcc -c conftest.c -o conftest2.o configure:4742: $? = 0 configure:4754: result: yes configure:4773: checking dependency style of gcc configure:4884: result: gcc3 configure:4899: checking for a sed that does not truncate output configure:4963: result: /usr/bin/sed configure:4981: checking for grep that handles long lines and -e configure:5039: result: /usr/bin/grep configure:5044: checking for egrep configure:5106: result: /usr/bin/grep -E configure:5111: checking for fgrep configure:5173: result: /usr/bin/grep -F configure:5208: checking for ld used by gcc configure:5275: result: /usr/bin/ld configure:5282: checking if the linker (/usr/bin/ld) is GNU ld configure:5297: result: yes configure:5309: checking for BSD- or MS-compatible name lister (nm) configure:5363: result: /usr/bin/nm -B configure:5493: checking the name lister (/usr/bin/nm -B) interface configure:5500: gcc -c -g -O2 conftest.c >&5 configure:5503: /usr/bin/nm -B "conftest.o" configure:5506: output 0000000000000000 B some_variable configure:5513: result: BSD nm configure:5516: checking whether ln -s works configure:5520: result: yes configure:5528: checking the maximum length of command line arguments configure:5659: result: 1572864 configure:5707: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:5747: result: func_convert_file_noop configure:5754: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:5774: result: func_convert_file_noop configure:5781: checking for /usr/bin/ld option to reload object files configure:5788: result: -r configure:5862: checking for objdump configure:5878: found /usr/bin/objdump configure:5889: result: objdump configure:5921: checking how to recognize dependent libraries configure:6121: result: pass_all configure:6206: checking for dlltool configure:6236: result: no configure:6266: checking how to associate runtime and link libraries configure:6293: result: printf %s\n configure:6354: checking for ar configure:6370: found /usr/bin/ar configure:6381: result: ar configure:6418: checking for archiver @FILE support configure:6435: gcc -c -g -O2 conftest.c >&5 configure:6435: $? = 0 configure:6438: ar cru libconftest.a @conftest.lst >&5 configure:6441: $? = 0 configure:6446: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6449: $? = 1 configure:6461: result: @ configure:6519: checking for strip configure:6535: found /usr/bin/strip configure:6546: result: strip configure:6618: checking for ranlib configure:6634: found /usr/bin/ranlib configure:6645: result: ranlib configure:6747: checking command to parse /usr/bin/nm -B output from gcc object configure:6900: gcc -c -g -O2 conftest.c >&5 configure:6903: $? = 0 configure:6907: /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:6910: $? = 0 configure:6976: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6979: $? = 0 configure:7017: result: ok configure:7064: checking for sysroot configure:7094: result: no configure:7101: checking for a working dd configure:7139: result: /usr/bin/dd configure:7143: checking how to truncate binary pipes configure:7158: result: /usr/bin/dd bs=4096 count=1 configure:7294: gcc -c -g -O2 conftest.c >&5 configure:7297: $? = 0 configure:7487: checking for mt configure:7517: result: no configure:7537: checking if : is a manifest tool configure:7543: : '-?' configure:7551: result: no configure:8228: checking how to run the C preprocessor configure:8259: gcc -E conftest.c configure:8259: $? = 0 configure:8273: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8273: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.0.6" | /* end confdefs.h. */ | #include configure:8298: result: gcc -E configure:8318: gcc -E conftest.c configure:8318: $? = 0 configure:8332: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8332: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.0.6" | /* end confdefs.h. */ | #include configure:8361: checking for ANSI C header files configure:8381: gcc -c -g -O2 conftest.c >&5 configure:8381: $? = 0 configure:8454: gcc -o conftest -g -O2 conftest.c >&5 configure:8454: $? = 0 configure:8454: ./conftest configure:8454: $? = 0 configure:8465: result: yes configure:8478: checking for sys/types.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for sys/stat.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for stdlib.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for string.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for memory.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for strings.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for inttypes.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for stdint.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8478: checking for unistd.h configure:8478: gcc -c -g -O2 conftest.c >&5 configure:8478: $? = 0 configure:8478: result: yes configure:8492: checking for dlfcn.h configure:8492: gcc -c -g -O2 conftest.c >&5 configure:8492: $? = 0 configure:8492: result: yes configure:8748: checking for objdir configure:8763: result: .libs configure:9027: checking if gcc supports -fno-rtti -fno-exceptions configure:9045: 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:9049: $? = 0 configure:9062: result: no configure:9420: checking for gcc option to produce PIC configure:9427: result: -fPIC -DPIC configure:9435: checking if gcc PIC flag -fPIC -DPIC works configure:9453: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:9457: $? = 0 configure:9470: result: yes configure:9499: checking if gcc static flag -static works configure:9527: result: no configure:9542: checking if gcc supports -c -o file.o configure:9563: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9567: $? = 0 configure:9589: result: yes configure:9597: checking if gcc supports -c -o file.o configure:9644: result: yes configure:9677: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10936: result: yes configure:10973: checking whether -lc should be explicitly linked in configure:10981: gcc -c -g -O2 conftest.c >&5 configure:10984: $? = 0 configure:10999: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:11002: $? = 0 configure:11016: result: no configure:11176: checking dynamic linker characteristics configure:11757: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11757: $? = 0 configure:11997: result: GNU/Linux ld.so configure:12119: checking how to hardcode library paths into programs configure:12144: result: immediate configure:12692: checking whether stripping libraries is possible configure:12697: result: yes configure:12732: checking if libtool supports shared libraries configure:12734: result: yes configure:12737: checking whether to build shared libraries configure:12762: result: yes configure:12765: checking whether to build static libraries configure:12769: result: yes configure:12860: checking for pkg-config configure:12878: found /usr/bin/pkg-config configure:12890: result: /usr/bin/pkg-config configure:12915: checking pkg-config is at least version 0.9.0 configure:12918: result: yes configure:12927: checking whether GCC or Clang is our compiler configure:12943: gcc -c -g -O2 conftest.c >&5 conftest.c:24:42: error: #error #error ^~~~~ configure:12943: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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:12953: gcc -c -g -O2 conftest.c >&5 configure:12953: $? = 0 configure:12965: result: gcc configure:12978: checking for clang configure:13011: result: no configure:13028: checking gcc version configure:13034: result: 8 configure:13055: checking for gawk configure:13082: result: gawk configure:13141: checking for gcc configure:13168: result: gcc configure:13397: checking for C compiler version configure:13406: 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:13417: $? = 0 configure:13406: 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:13417: $? = 0 configure:13406: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:13417: $? = 1 configure:13406: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:13417: $? = 1 configure:13421: checking whether we are using the GNU C compiler configure:13449: result: yes configure:13458: checking whether gcc accepts -g configure:13519: result: yes configure:13536: checking for gcc option to accept ISO C89 configure:13612: result: none needed configure:13637: checking whether gcc understands -c and -o together configure:13674: result: yes configure:13693: checking dependency style of gcc configure:13804: result: gcc3 configure:13824: checking how to run the C preprocessor configure:13894: result: gcc -E configure:13914: gcc -E conftest.c configure:13914: $? = 0 configure:13928: gcc -E conftest.c conftest.c:23:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:13928: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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:13999: checking for ranlib configure:14026: result: ranlib configure:14049: checking whether ln -s works configure:14053: result: yes configure:14060: checking whether make sets $(MAKE) configure:14082: result: yes configure:14091: checking for grep that handles long lines and -e configure:14149: result: /usr/bin/grep configure:14157: checking for cygpath configure:14188: result: no configure:14207: checking for pkg-config configure:14225: found /usr/bin/pkg-config configure:14238: result: /usr/bin/pkg-config configure:14271: checking for python3 configure:14289: found /usr/bin/python3 configure:14301: result: /usr/bin/python3 configure:14344: checking for python-distutils configure:14347: result: yes configure:14376: checking for python-yaml configure:14380: result: yes configure:14398: checking for wget configure:14416: found /usr/bin/wget configure:14429: result: /usr/bin/wget configure:14507: checking stddef.h usability configure:14507: gcc -c -g -O2 conftest.c >&5 configure:14507: $? = 0 configure:14507: result: yes configure:14507: checking stddef.h presence configure:14507: gcc -E conftest.c configure:14507: $? = 0 configure:14507: result: yes configure:14507: checking for stddef.h configure:14507: result: yes configure:14520: checking arpa/inet.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking arpa/inet.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for arpa/inet.h configure:14520: result: yes configure:14520: checking assert.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking assert.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for assert.h configure:14520: result: yes configure:14520: checking ctype.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking ctype.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for ctype.h configure:14520: result: yes configure:14520: checking errno.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking errno.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for errno.h configure:14520: result: yes configure:14520: checking fcntl.h usability configure:14520: gcc -c -g -O2 conftest.c >&5 configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking fcntl.h presence configure:14520: gcc -E conftest.c configure:14520: $? = 0 configure:14520: result: yes configure:14520: checking for fcntl.h configure:14520: result: yes configure:14520: checking for inttypes.h configure:14520: result: yes configure:14532: checking getopt.h usability configure:14532: gcc -c -g -O2 conftest.c >&5 configure:14532: $? = 0 configure:14532: result: yes configure:14532: checking getopt.h presence configure:14532: gcc -E conftest.c configure:14532: $? = 0 configure:14532: result: yes configure:14532: checking for getopt.h configure:14532: result: yes configure:14545: checking limits.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking limits.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for limits.h configure:14545: result: yes configure:14545: checking netdb.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking netdb.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for netdb.h configure:14545: result: yes configure:14545: checking netinet/in.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking netinet/in.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for netinet/in.h configure:14545: result: yes configure:14545: checking poll.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking poll.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for poll.h configure:14545: result: yes configure:14545: checking sched.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking sched.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for sched.h configure:14545: result: yes configure:14545: checking signal.h usability configure:14545: gcc -c -g -O2 conftest.c >&5 configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking signal.h presence configure:14545: gcc -E conftest.c configure:14545: $? = 0 configure:14545: result: yes configure:14545: checking for signal.h configure:14545: result: yes configure:14558: checking stdarg.h usability configure:14558: gcc -c -g -O2 conftest.c >&5 configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking stdarg.h presence configure:14558: gcc -E conftest.c configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking for stdarg.h configure:14558: result: yes configure:14558: checking for stdint.h configure:14558: result: yes configure:14558: checking stdio.h usability configure:14558: gcc -c -g -O2 conftest.c >&5 configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking stdio.h presence configure:14558: gcc -E conftest.c configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking for stdio.h configure:14558: result: yes configure:14558: checking for stdlib.h configure:14558: result: yes configure:14558: checking stdbool.h usability configure:14558: gcc -c -g -O2 conftest.c >&5 configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking stdbool.h presence configure:14558: gcc -E conftest.c configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking for stdbool.h configure:14558: result: yes configure:14558: checking for string.h configure:14558: result: yes configure:14558: checking for strings.h configure:14558: result: yes configure:14558: checking sys/ioctl.h usability configure:14558: gcc -c -g -O2 conftest.c >&5 configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking sys/ioctl.h presence configure:14558: gcc -E conftest.c configure:14558: $? = 0 configure:14558: result: yes configure:14558: checking for sys/ioctl.h configure:14558: result: yes configure:14571: checking syslog.h usability configure:14571: gcc -c -g -O2 conftest.c >&5 configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking syslog.h presence configure:14571: gcc -E conftest.c configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking for syslog.h configure:14571: result: yes configure:14571: checking sys/prctl.h usability configure:14571: gcc -c -g -O2 conftest.c >&5 configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking sys/prctl.h presence configure:14571: gcc -E conftest.c configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking for sys/prctl.h configure:14571: result: yes configure:14571: checking sys/socket.h usability configure:14571: gcc -c -g -O2 conftest.c >&5 configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking sys/socket.h presence configure:14571: gcc -E conftest.c configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking for sys/socket.h configure:14571: result: yes configure:14571: checking for sys/stat.h configure:14571: result: yes configure:14571: checking sys/syscall.h usability configure:14571: gcc -c -g -O2 conftest.c >&5 configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking sys/syscall.h presence configure:14571: gcc -E conftest.c configure:14571: $? = 0 configure:14571: result: yes configure:14571: checking for sys/syscall.h configure:14571: result: yes configure:14584: checking sys/time.h usability configure:14584: gcc -c -g -O2 conftest.c >&5 configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking sys/time.h presence configure:14584: gcc -E conftest.c configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking for sys/time.h configure:14584: result: yes configure:14584: checking time.h usability configure:14584: gcc -c -g -O2 conftest.c >&5 configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking time.h presence configure:14584: gcc -E conftest.c configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking for time.h configure:14584: result: yes configure:14584: checking for unistd.h configure:14584: result: yes configure:14584: checking sys/param.h usability configure:14584: gcc -c -g -O2 conftest.c >&5 configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking sys/param.h presence configure:14584: gcc -E conftest.c configure:14584: $? = 0 configure:14584: result: yes configure:14584: checking for sys/param.h configure:14584: result: yes configure:14597: checking for sys/ioctl.h configure:14597: result: yes configure:14597: checking linux/if_ether.h usability configure:14597: gcc -c -g -O2 conftest.c >&5 configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking linux/if_ether.h presence configure:14597: gcc -E conftest.c configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking for linux/if_ether.h configure:14597: result: yes configure:14597: checking linux/if_packet.h usability configure:14597: gcc -c -g -O2 conftest.c >&5 configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking linux/if_packet.h presence configure:14597: gcc -E conftest.c configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking for linux/if_packet.h configure:14597: result: yes configure:14597: checking linux/filter.h usability configure:14597: gcc -c -g -O2 conftest.c >&5 configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking linux/filter.h presence configure:14597: gcc -E conftest.c configure:14597: $? = 0 configure:14597: result: yes configure:14597: checking for linux/filter.h configure:14597: result: yes configure:14610: checking linux/ethtool.h usability configure:14610: gcc -c -g -O2 conftest.c >&5 configure:14610: $? = 0 configure:14610: result: yes configure:14610: checking linux/ethtool.h presence configure:14610: gcc -E conftest.c configure:14610: $? = 0 configure:14610: result: yes configure:14610: checking for linux/ethtool.h configure:14610: result: yes configure:14610: checking linux/sockios.h usability configure:14610: gcc -c -g -O2 conftest.c >&5 configure:14610: $? = 0 configure:14610: result: yes configure:14610: checking linux/sockios.h presence configure:14610: gcc -E conftest.c configure:14610: $? = 0 configure:14610: result: yes configure:14610: checking for linux/sockios.h configure:14610: result: yes configure:14623: checking glob.h usability configure:14623: gcc -c -g -O2 conftest.c >&5 configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking glob.h presence configure:14623: gcc -E conftest.c configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking for glob.h configure:14623: result: yes configure:14623: checking locale.h usability configure:14623: gcc -c -g -O2 conftest.c >&5 configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking locale.h presence configure:14623: gcc -E conftest.c configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking for locale.h configure:14623: result: yes configure:14623: checking grp.h usability configure:14623: gcc -c -g -O2 conftest.c >&5 configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking grp.h presence configure:14623: gcc -E conftest.c configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking for grp.h configure:14623: result: yes configure:14623: checking pwd.h usability configure:14623: gcc -c -g -O2 conftest.c >&5 configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking pwd.h presence configure:14623: gcc -E conftest.c configure:14623: $? = 0 configure:14623: result: yes configure:14623: checking for pwd.h configure:14623: result: yes configure:14636: checking dirent.h usability configure:14636: gcc -c -g -O2 conftest.c >&5 configure:14636: $? = 0 configure:14636: result: yes configure:14636: checking dirent.h presence configure:14636: gcc -E conftest.c configure:14636: $? = 0 configure:14636: result: yes configure:14636: checking for dirent.h configure:14636: result: yes configure:14636: checking fnmatch.h usability configure:14636: gcc -c -g -O2 conftest.c >&5 configure:14636: $? = 0 configure:14636: result: yes configure:14636: checking fnmatch.h presence configure:14636: gcc -E conftest.c configure:14636: $? = 0 configure:14636: result: yes configure:14636: checking for fnmatch.h configure:14636: result: yes configure:14649: checking sys/resource.h usability configure:14649: gcc -c -g -O2 conftest.c >&5 configure:14649: $? = 0 configure:14649: result: yes configure:14649: checking sys/resource.h presence configure:14649: gcc -E conftest.c configure:14649: $? = 0 configure:14649: result: yes configure:14649: checking for sys/resource.h configure:14649: result: yes configure:14649: checking for sys/types.h configure:14649: result: yes configure:14649: checking sys/un.h usability configure:14649: gcc -c -g -O2 conftest.c >&5 configure:14649: $? = 0 configure:14649: result: yes configure:14649: checking sys/un.h presence configure:14649: gcc -E conftest.c configure:14649: $? = 0 configure:14649: result: yes configure:14649: checking for sys/un.h configure:14649: result: yes configure:14661: checking sys/random.h usability configure:14661: gcc -c -g -O2 conftest.c >&5 configure:14661: $? = 0 configure:14661: result: yes configure:14661: checking sys/random.h presence configure:14661: gcc -E conftest.c configure:14661: $? = 0 configure:14661: result: yes configure:14661: checking for sys/random.h configure:14661: result: yes configure:14673: checking utime.h usability configure:14673: gcc -c -g -O2 conftest.c >&5 configure:14673: $? = 0 configure:14673: result: yes configure:14673: checking utime.h presence configure:14673: gcc -E conftest.c configure:14673: $? = 0 configure:14673: result: yes configure:14673: checking for utime.h configure:14673: result: yes configure:14685: checking libgen.h usability configure:14685: gcc -c -g -O2 conftest.c >&5 configure:14685: $? = 0 configure:14685: result: yes configure:14685: checking libgen.h presence configure:14685: gcc -E conftest.c configure:14685: $? = 0 configure:14685: result: yes configure:14685: checking for libgen.h configure:14685: result: yes configure:14697: checking mach/mach.h usability configure:14697: gcc -c -g -O2 conftest.c >&5 conftest.c:105:10: fatal error: mach/mach.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:14697: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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 | /* 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:14697: result: no configure:14697: checking mach/mach.h presence configure:14697: gcc -E conftest.c conftest.c:72:10: fatal error: mach/mach.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. configure:14697: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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 | /* end confdefs.h. */ | #include configure:14697: result: no configure:14697: checking for mach/mach.h configure:14697: result: no configure:14709: checking stdatomic.h usability configure:14709: gcc -c -g -O2 conftest.c >&5 configure:14709: $? = 0 configure:14709: result: yes configure:14709: checking stdatomic.h presence configure:14709: gcc -E conftest.c configure:14709: $? = 0 configure:14709: result: yes configure:14709: checking for stdatomic.h configure:14709: result: yes configure:14723: checking for sys/socket.h configure:14723: result: yes configure:14723: checking for net/if.h configure:14723: gcc -c -g -O2 conftest.c >&5 configure:14723: $? = 0 configure:14723: result: yes configure:14723: checking for sys/mman.h configure:14723: gcc -c -g -O2 conftest.c >&5 configure:14723: $? = 0 configure:14723: result: yes configure:14723: checking for linux/if_arp.h configure:14723: gcc -c -g -O2 conftest.c >&5 configure:14723: $? = 0 configure:14723: result: yes configure:14742: checking for windows.h configure:14742: gcc -c -g -O2 conftest.c >&5 conftest.c:83:10: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14742: result: no configure:14742: checking for winsock2.h configure:14742: gcc -c -g -O2 conftest.c >&5 conftest.c:83:10: fatal error: winsock2.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:14742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14742: result: no configure:14742: checking for ws2tcpip.h configure:14742: gcc -c -g -O2 conftest.c >&5 conftest.c:83:10: fatal error: ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. configure:14742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14742: result: no configure:14742: checking for w32api/wtypes.h configure:14742: gcc -c -g -O2 conftest.c >&5 conftest.c:83:10: fatal error: w32api/wtypes.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. configure:14742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14742: result: no configure:14760: checking for w32api/winbase.h configure:14760: gcc -c -g -O2 conftest.c >&5 conftest.c:81:34: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14760: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14760: result: no configure:14760: checking for wincrypt.h configure:14760: gcc -c -g -O2 conftest.c >&5 conftest.c:81:34: fatal error: windows.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:14760: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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:14760: result: no configure:14778: checking for inline configure:14794: gcc -c -g -O2 conftest.c >&5 configure:14794: $? = 0 configure:14802: result: inline configure:14820: checking for C/C++ restrict keyword configure:14845: gcc -c -g -O2 conftest.c >&5 configure:14845: $? = 0 configure:14853: result: __restrict configure:14866: checking for pid_t configure:14866: gcc -c -g -O2 conftest.c >&5 configure:14866: $? = 0 configure:14866: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:14866: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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:14866: result: yes configure:14877: checking for mode_t configure:14877: gcc -c -g -O2 conftest.c >&5 configure:14877: $? = 0 configure:14877: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:14877: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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 ((mode_t))) | return 0; | ; | return 0; | } configure:14877: result: yes configure:14888: checking for size_t configure:14888: gcc -c -g -O2 conftest.c >&5 configure:14888: $? = 0 configure:14888: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:14888: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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:14888: result: yes configure:14899: checking for ssize_t configure:14899: gcc -c -g -O2 conftest.c >&5 configure:14899: $? = 0 configure:14899: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:14899: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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 ((ssize_t))) | return 0; | ; | return 0; | } configure:14899: result: yes configure:14911: checking for int8_t configure:14933: gcc -c -g -O2 conftest.c >&5 configure:14933: $? = 0 configure:14949: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1) ^~~~~~~~~~ configure:14949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1) | < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:14964: result: yes configure:14977: checking for int16_t configure:14999: gcc -c -g -O2 conftest.c >&5 configure:14999: $? = 0 configure:15015: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:114:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1) ^~~~~~~~~~ configure:15015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1) | < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:15030: result: yes configure:15043: checking for int32_t configure:15065: gcc -c -g -O2 conftest.c >&5 configure:15065: $? = 0 configure:15081: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:115: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:114: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:15081: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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:15096: result: yes configure:15109: checking for int64_t configure:15131: gcc -c -g -O2 conftest.c >&5 configure:15131: $? = 0 configure:15147: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:115:60: warning: integer overflow in expression of type 'long int' results in '-9223372036854775808' [-Woverflow] < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))]; ^ conftest.c:114:12: error: storage size of 'test_array' isn't constant static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) ^~~~~~~~~~ configure:15147: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | /* 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 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) | < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:15162: result: yes configure:15175: checking for uint8_t configure:15197: gcc -c -g -O2 conftest.c >&5 configure:15197: $? = 0 configure:15208: result: yes configure:15224: checking for uint16_t configure:15246: gcc -c -g -O2 conftest.c >&5 configure:15246: $? = 0 configure:15257: result: yes configure:15271: checking for uint32_t configure:15293: gcc -c -g -O2 conftest.c >&5 configure:15293: $? = 0 configure:15304: result: yes configure:15320: checking for uint64_t configure:15342: gcc -c -g -O2 conftest.c >&5 configure:15342: $? = 0 configure:15353: result: yes configure:15369: checking for u_int configure:15406: gcc -c -g -O2 conftest.c >&5 configure:15406: $? = 0 configure:15416: result: yes configure:15431: checking for u_short configure:15468: gcc -c -g -O2 conftest.c >&5 configure:15468: $? = 0 configure:15478: result: yes configure:15493: checking for u_long configure:15530: gcc -c -g -O2 conftest.c >&5 configure:15530: $? = 0 configure:15540: result: yes configure:15555: checking for u_char configure:15592: gcc -c -g -O2 conftest.c >&5 configure:15592: $? = 0 configure:15602: result: yes configure:15616: checking whether struct tm is in sys/time.h or time.h configure:15636: gcc -c -g -O2 conftest.c >&5 configure:15636: $? = 0 configure:15643: result: time.h configure:15651: checking for struct tm.tm_zone configure:15651: gcc -c -g -O2 conftest.c >&5 configure:15651: $? = 0 configure:15651: result: yes configure:15718: checking for ptrdiff_t configure:15718: gcc -c -g -O2 conftest.c >&5 configure:15718: $? = 0 configure:15718: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:116:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:15718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 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 ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:15718: result: yes configure:15728: checking for stdbool.h that conforms to C99 configure:15802: result: yes configure:15804: checking for _Bool configure:15804: gcc -c -g -O2 conftest.c >&5 configure:15804: $? = 0 configure:15804: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:117:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:15804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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:15804: result: yes configure:15825: checking for stdlib.h configure:15825: result: yes configure:15835: checking for GNU libc compatible malloc configure:15859: gcc -o conftest -g -O2 conftest.c >&5 configure:15859: $? = 0 configure:15859: ./conftest configure:15859: $? = 0 configure:15869: result: yes configure:15892: checking for stdlib.h configure:15892: result: yes configure:15902: checking for GNU libc compatible realloc configure:15926: gcc -o conftest -g -O2 conftest.c >&5 configure:15926: $? = 0 configure:15926: ./conftest configure:15926: $? = 0 configure:15936: result: yes configure:15959: checking vfork.h usability configure:15959: gcc -c -g -O2 conftest.c >&5 conftest.c:120:10: fatal error: vfork.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:15959: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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 | /* 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:15959: result: no configure:15959: checking vfork.h presence configure:15959: gcc -E conftest.c conftest.c:87:10: fatal error: vfork.h: No such file or directory #include ^~~~~~~~~ compilation terminated. configure:15959: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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 | /* end confdefs.h. */ | #include configure:15959: result: no configure:15959: checking for vfork.h configure:15959: result: no configure:15972: checking for fork configure:15972: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:110:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork (); ^~~~ configure:15972: $? = 0 configure:15972: result: yes configure:15972: checking for vfork configure:15972: gcc -o conftest -g -O2 conftest.c >&5 configure:15972: $? = 0 configure:15972: result: yes configure:15982: checking for working fork configure:16004: gcc -o conftest -g -O2 conftest.c >&5 configure:16004: $? = 0 configure:16004: ./conftest configure:16004: $? = 0 configure:16014: result: yes configure:16035: checking for working vfork configure:16145: result: yes configure:16170: checking whether time.h and sys/time.h may both be included configure:16190: gcc -c -g -O2 conftest.c >&5 configure:16190: $? = 0 configure:16197: result: yes configure:16211: checking for sys/time.h configure:16211: result: yes configure:16211: checking for unistd.h configure:16211: result: yes configure:16211: checking for stdlib.h configure:16211: result: yes configure:16211: checking for sys/param.h configure:16211: result: yes configure:16232: checking for alarm configure:16232: gcc -o conftest -g -O2 conftest.c >&5 configure:16232: $? = 0 configure:16232: result: yes configure:16245: checking for working mktime configure:16447: gcc -o conftest -g -O2 conftest.c >&5 configure:16447: $? = 0 configure:16447: ./conftest configure:16447: $? = 0 configure:16457: result: yes configure:16475: checking for getpagesize configure:16475: gcc -o conftest -g -O2 conftest.c >&5 configure:16475: $? = 0 configure:16475: result: yes configure:16484: checking for working mmap configure:16631: gcc -o conftest -g -O2 conftest.c >&5 configure:16631: $? = 0 configure:16631: ./conftest configure:16631: $? = 0 configure:16641: result: yes configure:16650: checking for working strtod configure:16691: gcc -o conftest -g -O2 conftest.c >&5 configure:16691: $? = 0 configure:16691: ./conftest configure:16691: $? = 0 configure:16701: result: yes configure:16767: checking for memmem configure:16767: gcc -o conftest -g -O2 conftest.c >&5 configure:16767: $? = 0 configure:16767: result: yes configure:16767: checking for memset configure:16767: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:123:6: warning: conflicting types for built-in function 'memset' [-Wbuiltin-declaration-mismatch] char memset (); ^~~~~~ configure:16767: $? = 0 configure:16767: result: yes configure:16767: checking for memchr configure:16767: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:124:6: warning: conflicting types for built-in function 'memchr' [-Wbuiltin-declaration-mismatch] char memchr (); ^~~~~~ configure:16767: $? = 0 configure:16767: result: yes configure:16767: checking for memrchr configure:16767: gcc -o conftest -g -O2 conftest.c >&5 configure:16767: $? = 0 configure:16767: result: yes configure:16767: checking for memmove configure:16767: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:126:6: warning: conflicting types for built-in function 'memmove' [-Wbuiltin-declaration-mismatch] char memmove (); ^~~~~~~ configure:16767: $? = 0 configure:16767: result: yes configure:16779: checking for strcasecmp configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:127:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp (); ^~~~~~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strchr configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:128:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch] char strchr (); ^~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strrchr configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:129:6: warning: conflicting types for built-in function 'strrchr' [-Wbuiltin-declaration-mismatch] char strrchr (); ^~~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strdup configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:130:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch] char strdup (); ^~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strndup configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:131:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch] char strndup (); ^~~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strncasecmp configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:132:6: warning: conflicting types for built-in function 'strncasecmp' [-Wbuiltin-declaration-mismatch] char strncasecmp (); ^~~~~~~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strtol configure:16779: gcc -o conftest -g -O2 conftest.c >&5 configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strtoul configure:16779: gcc -o conftest -g -O2 conftest.c >&5 configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strstr configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:135:6: warning: conflicting types for built-in function 'strstr' [-Wbuiltin-declaration-mismatch] char strstr (); ^~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strpbrk configure:16779: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:136:6: warning: conflicting types for built-in function 'strpbrk' [-Wbuiltin-declaration-mismatch] char strpbrk (); ^~~~~~~ configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strtoull configure:16779: gcc -o conftest -g -O2 conftest.c >&5 configure:16779: $? = 0 configure:16779: result: yes configure:16779: checking for strtoumax configure:16779: gcc -o conftest -g -O2 conftest.c >&5 configure:16779: $? = 0 configure:16779: result: yes configure:16790: checking for strerror configure:16790: gcc -o conftest -g -O2 conftest.c >&5 configure:16790: $? = 0 configure:16790: result: yes configure:16802: checking for gethostname configure:16802: gcc -o conftest -g -O2 conftest.c >&5 configure:16802: $? = 0 configure:16802: result: yes configure:16802: checking for inet_ntoa configure:16802: gcc -o conftest -g -O2 conftest.c >&5 configure:16802: $? = 0 configure:16802: result: yes configure:16802: checking for uname configure:16802: gcc -o conftest -g -O2 conftest.c >&5 configure:16802: $? = 0 configure:16802: result: yes configure:16814: checking for gettimeofday configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16814: checking for clock_gettime configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16814: checking for utime configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16814: checking for strptime configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16814: checking for tzset configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16814: checking for localtime_r configure:16814: gcc -o conftest -g -O2 conftest.c >&5 configure:16814: $? = 0 configure:16814: result: yes configure:16826: checking for socket configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for setenv configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for select configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for putenv configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for dup2 configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for endgrent configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for endpwent configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for atexit configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16826: checking for munmap configure:16826: gcc -o conftest -g -O2 conftest.c >&5 configure:16826: $? = 0 configure:16826: result: yes configure:16838: checking for fwrite_unlocked configure:16838: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:158:6: warning: conflicting types for built-in function 'fwrite_unlocked' [-Wbuiltin-declaration-mismatch] char fwrite_unlocked (); ^~~~~~~~~~~~~~~ configure:16838: $? = 0 configure:16838: result: yes configure:16848: checking whether getrandom is declared configure:16848: gcc -c -g -O2 conftest.c >&5 configure:16848: $? = 0 configure:16848: result: yes configure:16864: checking for strlcpy configure:16864: gcc -o conftest conftest.c >&5 /tmp/ccgYundY.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:16864: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 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:16864: result: no configure:16864: checking for strlcat configure:16864: gcc -o conftest conftest.c >&5 /tmp/ccuuTbCn.o: In function `main': conftest.c:(.text+0xa): undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:16864: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 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:16864: result: no configure:16883: checking for special C compiler options needed for large files configure:16928: result: no configure:16934: checking for _FILE_OFFSET_BITS value needed for large files configure:16959: gcc -c -g -O2 conftest.c >&5 configure:16959: $? = 0 configure:16991: result: no configure:17078: checking host os configure:17142: result: ok configure:17146: checking for c11 support configure:17161: gcc -c -std=c11 conftest.c >&5 configure:17161: $? = 0 configure:17162: result: yes configure:17181: checking for thread local storage gnu __thread support configure:17194: gcc -c -g -O2 -std=c11 conftest.c >&5 configure:17194: $? = 0 configure:17198: result: yes configure:17371: checking for dlfcn.h configure:17371: result: yes configure:17381: checking for plugin support configure:17396: gcc -o conftest -g -O2 -std=c11 -rdynamic conftest.c >&5 configure:17396: $? = 0 configure:17398: result: yes configure:17452: checking checking if gcc supports -march=native configure:17465: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:17465: $? = 0 configure:17467: result: yes configure:17739: checking for spatch configure:17770: result: no configure:17832: checking zlib.h usability configure:17832: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:17832: $? = 0 configure:17832: result: yes configure:17832: checking zlib.h presence configure:17832: gcc -E conftest.c configure:17832: $? = 0 configure:17832: result: yes configure:17832: checking for zlib.h configure:17832: result: yes configure:17849: checking for inflate in -lz configure:17874: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lz >&5 configure:17874: $? = 0 configure:17883: result: yes configure:17930: checking pcre.h usability configure:17930: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:17930: $? = 0 configure:17930: result: yes configure:17930: checking pcre.h presence configure:17930: gcc -E conftest.c configure:17930: $? = 0 configure:17930: result: yes configure:17930: checking for pcre.h configure:17930: result: yes configure:17943: checking for pcre_get_substring in -lpcre configure:17968: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcre -lz >&5 configure:17968: $? = 0 configure:17977: result: yes configure:18006: checking for LIBPCREVERSION configure:18013: $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:18016: $? = 1 configure:18030: $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:18033: $? = 1 configure:18047: result: no Package dependency requirement 'libpcre = 8.35' could not be satisfied. Package 'libpcre' has version '8.42', required version is '= 8.35' configure:18091: checking for pcre_dfa_exec in -lpcre configure:18116: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcre -lpcre -lz >&5 configure:18116: $? = 0 configure:18125: result: yes configure:18159: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:18159: $? = 0 configure:18191: gcc -c -O0 -g -Werror -Wall conftest.c >&5 configure:18191: $? = 0 configure:18203: checking for PCRE JIT support configure:18219: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:18219: $? = 0 configure:18389: result: yes configure:18395: checking for PCRE JIT support usability configure:18420: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:18420: $? = 0 configure:18436: result: yes configure:18446: checking for PCRE JIT exec availability configure:18474: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcre -lz >&5 configure:18474: $? = 0 configure:18485: result: yes configure:18502: checking for libhs configure:18509: $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:18512: $? = 1 configure:18526: $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:18529: $? = 1 configure:18543: result: no Package 'libhs', required by 'virtual:world', not found configure:18596: checking hs.h usability configure:18596: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 conftest.c:180:10: fatal error: hs.h: No such file or directory #include ^~~~~~ compilation terminated. configure:18596: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 1 | #define TLS_C11 1 | #define TLS_GNU 1 | #define HAVE_DLFCN_H 1 | #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 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:18596: result: no configure:18596: checking hs.h presence configure:18596: gcc -E conftest.c conftest.c:147:10: fatal error: hs.h: No such file or directory #include ^~~~~~ compilation terminated. configure:18596: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 1 | #define TLS_C11 1 | #define TLS_GNU 1 | #define HAVE_DLFCN_H 1 | #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 1 | /* end confdefs.h. */ | #include configure:18596: result: no configure:18596: checking for hs.h configure:18596: result: no configure:18704: checking yaml.h usability configure:18704: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:18704: $? = 0 configure:18704: result: yes configure:18704: checking yaml.h presence configure:18704: gcc -E conftest.c configure:18704: $? = 0 configure:18704: result: yes configure:18704: checking for yaml.h configure:18704: result: yes configure:18718: checking for yaml_parser_initialize in -lyaml configure:18743: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lyaml -lpcre -lz >&5 configure:18743: $? = 0 configure:18752: result: yes configure:18807: checking for pthread_create in -lpthread configure:18832: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpthread -lyaml -lpcre -lz >&5 configure:18832: $? = 0 configure:18841: result: yes configure:18864: checking for pthread_spin_unlock configure:18864: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpthread -lyaml -lpcre -lz >&5 configure:18864: $? = 0 configure:18864: result: yes configure:18917: checking jansson.h usability configure:18917: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:18917: $? = 0 configure:18917: result: yes configure:18917: checking jansson.h presence configure:18917: gcc -E conftest.c configure:18917: $? = 0 configure:18917: result: yes configure:18917: checking for jansson.h configure:18917: result: yes configure:18925: checking for json_dump_callback in -ljansson configure:18950: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -ljansson -lpthread -lyaml -lpcre -lz >&5 configure:18950: $? = 0 configure:18959: result: yes configure:19674: checking whether OS_WIN32 is declared configure:19674: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 conftest.c: In function 'main': conftest.c:192:10: error: 'OS_WIN32' undeclared (first use in this function) (void) OS_WIN32; ^~~~~~~~ conftest.c:192:10: note: each undeclared identifier is reported only once for each function it appears in configure:19674: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 1 | #define TLS_C11 1 | #define TLS_GNU 1 | #define HAVE_DLFCN_H 1 | #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 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:19674: result: no configure:20107: checking for libnet.h version 1.1.x configure:20318: result: no configure:20346: checking for pcap.h configure:20346: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:20346: $? = 0 configure:20346: result: yes configure:20371: checking for pcap.h configure:20371: result: yes configure:20371: checking for pcap/pcap.h configure:20371: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 configure:20371: $? = 0 configure:20371: result: yes configure:20371: checking for pcap/bpf.h configure:20371: gcc -c -g -O2 -std=c11 -march=native conftest.c >&5 In file included from conftest.c:162: /usr/include/pcap/bpf.h:85:9: error: unknown type name 'u_int' typedef u_int bpf_u_int32; ^~~~~ /usr/include/pcap/bpf.h:105:2: error: unknown type name 'u_int' u_int bf_len; ^~~~~ In file included from conftest.c:162: /usr/include/pcap/bpf.h:235:2: error: unknown type name 'u_short' u_short code; ^~~~~~~ /usr/include/pcap/bpf.h:236:2: error: unknown type name 'u_char' u_char jt; ^~~~~~ /usr/include/pcap/bpf.h:237:2: error: unknown type name 'u_char' u_char jf; ^~~~~~ /usr/include/pcap/bpf.h:248:10: error: unknown type name 'u_int' PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); ^~~~~ /usr/include/pcap/bpf.h:248:58: error: unknown type name 'u_char' PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); ^~~~~~ /usr/include/pcap/bpf.h:248:68: error: unknown type name 'u_int'; did you mean 'int'? PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); ^~~~~ int /usr/include/pcap/bpf.h:248:75: error: unknown type name 'u_int'; did you mean 'int'? PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int); ^~~~~ int configure:20371: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 1 | #define TLS_C11 1 | #define TLS_GNU 1 | #define HAVE_DLFCN_H 1 | #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 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_H 1 | #define HAVE_PCAP_PCAP_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_WINSOCK2_H | #include | #endif | #define _DEFAULT_SOURCE 1 | | | #include configure:20371: result: no configure:20391: checking for PCAP configure:20398: $PKG_CONFIG --exists --print-errors "libpcap" configure:20401: $? = 0 configure:20415: $PKG_CONFIG --exists --print-errors "libpcap" configure:20418: $? = 0 configure:20456: result: yes configure:20461: checking for pcap_open_live in -lpcap configure:20486: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:20486: $? = 0 configure:20496: result: yes configure:20527: checking for pcap_activate in -lpcap configure:20552: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:20552: $? = 0 configure:20562: result: yes configure:20588: checking for pcap-config configure:20606: found /usr/bin/pcap-config configure:20619: result: /usr/bin/pcap-config configure:20642: checking for pcap_set_buffer_size in -lpcap configure:20667: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:20667: $? = 0 configure:20677: result: yes configure:20740: checking for pfring_open in -lpfring configure:20765: gcc -o conftest -g -O2 -std=c11 -march=native -rdynamic conftest.c -lpfring -lpcap -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap >&5 configure:20765: $? = 0 configure:20774: result: yes configure:20805: gcc -c -g -O2 -std=c11 -march=native -Werror conftest.c >&5 In file included from /usr/include/pfring.h:60, from conftest.c:162: /usr/include/linux/pf_ring.h:935:3: error: unknown type name 'u_char' u_char device_address[6]; ^~~~~~ /usr/include/linux/pf_ring.h:993:3: error: unknown type name 'u_int' u_int clusterId; ^~~~~ In file included from conftest.c:162: /usr/include/pfring.h:97:75: error: unknown type name 'u_char' typedef void (*pfringProcesssPacket)(const struct pfring_pkthdr *h, const u_char *p, const u_char *user_bytes); ^~~~~~ /usr/include/pfring.h:97:92: error: unknown type name 'u_char' typedef void (*pfringProcesssPacket)(const struct pfring_pkthdr *h, const u_char *p, const u_char *user_bytes); ^~~~~~ /usr/include/pfring.h:153:3: error: unknown type name 'u_char' u_char *data; ^~~~~~ /usr/include/pfring.h:165:3: error: unknown type name 'u_int' u_int bf_len; ^~~~~ /usr/include/pfring.h:244:56: error: unknown type name 'u_char'; did you mean 'char'? int (*recv) (pfring *, u_char**, u_int, struct pfring_pkthdr *, u_int8_t); ^~~~~~ char /usr/include/pfring.h:244:66: error: unknown type name 'u_int'; did you mean 'int'? int (*recv) (pfring *, u_char**, u_int, struct pfring_pkthdr *, u_int8_t); ^~~~~ int /usr/include/pfring.h:247:56: error: unknown type name 'u_int'; did you mean 'int'? int (*set_poll_duration) (pfring *, u_int); ^~~~~ int /usr/include/pfring.h:253:72: error: unknown type name 'u_int'; did you mean 'int'? char* (*get_appl_stats_file_name) (pfring *ring, char *path, u_int path_len); ^~~~~ int /usr/include/pfring.h:256:64: error: unknown type name 'u_int'; did you mean 'int'? int (*send) (pfring *, char *, u_int, u_int8_t); ^~~~~ int /usr/include/pfring.h:257:64: error: unknown type name 'u_int'; did you mean 'int'? int (*send_get_time) (pfring *, char *, u_int, struct timespec *); ^~~~~ int /usr/include/pfring.h:266:56: error: unknown type name 'u_int'; did you mean 'int'? int (*set_cluster) (pfring *, u_int, cluster_type); ^~~~~ int /usr/include/pfring.h:272:87: error: unknown type name 'u_int'; did you mean 'int'? int (*get_hash_filtering_rule_stats)(pfring *, hash_filtering_rule *, char *, u_int *); ^~~~~ int /usr/include/pfring.h:273:79: error: unknown type name 'u_char'; did you mean 'char'? int (*handle_hash_filtering_rule) (pfring *, hash_filtering_rule *, u_char); ^~~~~~ char /usr/include/pfring.h:278:75: error: unknown type name 'u_int'; did you mean 'int'? int (*get_filtering_rule_stats) (pfring *, u_int16_t, char *, u_int *); ^~~~~ int /usr/include/pfring.h:281:56: error: unknown type name 'u_int'; did you mean 'int'? int (*poll) (pfring *, u_int); ^~~~~ int /usr/include/pfring.h:286:56: error: unknown type name 'u_char'; did you mean 'char'? int (*get_bound_device_address) (pfring *, u_char [6]); ^~~~~~ char /usr/include/pfring.h:293:64: error: unknown type name 'u_int'; did you mean 'int'? int (*loopback_test) (pfring *, char *, u_int, u_int); ^~~~~ int /usr/include/pfring.h:293:71: error: unknown type name 'u_int'; did you mean 'int'? int (*loopback_test) (pfring *, char *, u_int, u_int); ^~~~~ int /usr/include/pfring.h:309:53: error: unknown type name 'u_char'; did you mean 'char'? int (*get_metadata) (pfring *, u_char **, u_int32_t *); ^~~~~~ char /usr/include/pfring.h:351:3: error: unknown type name 'u_long' u_long num_poll_calls; ^~~~~~ /usr/include/pfring.h:353:3: error: unknown type name 'pthread_rwlock_t' pfring_rwlock_t rx_lock; ^~~~~~~~~~~~~~~ /usr/include/pfring.h:354:3: error: unknown type name 'pthread_rwlock_t' pfring_rwlock_t tx_lock; ^~~~~~~~~~~~~~~ In file included from conftest.c:162: /usr/include/pfring.h:459:20: error: unknown type name 'u_short'; did you mean 'short'? void pfring_config(u_short cpu_percentage); ^~~~~~~ short /usr/include/pfring.h:470:10: error: unknown type name 'u_char' const u_char *user_bytes, u_int8_t wait_for_packet); ^~~~~~ /usr/include/pfring.h:506:31: error: unknown type name 'u_char'; did you mean 'char'? int pfring_recv(pfring *ring, u_char** buffer, u_int buffer_len, ^~~~~~ char /usr/include/pfring.h:506:48: error: unknown type name 'u_int'; did you mean 'int'? int pfring_recv(pfring *ring, u_char** buffer, u_int buffer_len, ^~~~~ int /usr/include/pfring.h:535:38: error: unknown type name 'u_char'; did you mean 'char'? int pfring_recv_parsed(pfring *ring, u_char** buffer, u_int buffer_len, ^~~~~~ char /usr/include/pfring.h:535:55: error: unknown type name 'u_int'; did you mean 'int'? int pfring_recv_parsed(pfring *ring, u_char** buffer, u_int buffer_len, ^~~~~ int /usr/include/pfring.h:546:39: error: unknown type name 'u_char'; did you mean 'char'? int pfring_get_metadata(pfring *ring, u_char **metadata, u_int32_t *metadata_len); ^~~~~~ char /usr/include/pfring.h:576:44: error: unknown type name 'u_int'; did you mean 'int'? int pfring_set_poll_duration(pfring *ring, u_int duration); ^~~~~ int /usr/include/pfring.h:653:65: error: unknown type name 'u_int'; did you mean 'int'? char* pfring_get_appl_stats_file_name(pfring *ring, char *path, u_int path_len); ^~~~~ int /usr/include/pfring.h:686:42: error: unknown type name 'u_int'; did you mean 'int'? int pfring_send(pfring *ring, char *pkt, u_int pkt_len, u_int8_t flush_packet); ^~~~~ int /usr/include/pfring.h:697:51: error: unknown type name 'u_int'; did you mean 'int'? int pfring_send_get_time(pfring *ring, char *pkt, u_int pkt_len, struct timespec *ts); ^~~~~ int /usr/include/pfring.h:769:38: error: unknown type name 'u_int'; did you mean 'int'? int pfring_set_cluster(pfring *ring, u_int clusterId, cluster_type the_type); ^~~~~ int /usr/include/pfring.h:819:11: error: unknown type name 'u_char'; did you mean 'char'? u_char add_rule); ^~~~~~ char /usr/include/pfring.h:882:20: error: unknown type name 'u_int'; did you mean 'int'? char *stats, u_int *stats_len); ^~~~~ int /usr/include/pfring.h:895:22: error: unknown type name 'u_int'; did you mean 'int'? char* stats, u_int *stats_len); ^~~~~ int /usr/include/pfring.h:921:31: error: unknown type name 'u_int'; did you mean 'int'? int pfring_poll(pfring *ring, u_int wait_duration); ^~~~~ int /usr/include/pfring.h:974:51: error: unknown type name 'u_char'; did you mean 'char'? int pfring_get_bound_device_address(pfring *ring, u_char mac_address[6]); ^~~~~~ char /usr/include/pfring.h:1016:54: error: unknown type name 'u_int'; did you mean 'int'? int pfring_loopback_test(pfring *ring, char *buffer, u_int buffer_len, u_int test_len); ^~~~~ int /usr/include/pfring.h:1016:72: error: unknown type name 'u_int'; did you mean 'int'? int pfring_loopback_test(pfring *ring, char *buffer, u_int buffer_len, u_int test_len); ^~~~~ int /usr/include/pfring.h:1146:22: error: unknown type name 'u_char'; did you mean 'char'? int pfring_parse_pkt(u_char *pkt, struct pfring_pkthdr *hdr, u_int8_t level /* 2..4 */, ^~~~~~ char /usr/include/pfring.h:1172:52: error: unknown type name 'u_int'; did you mean 'int'? char* pfring_format_numbers(double val, char *buf, u_int buf_len, u_int8_t add_decimals); ^~~~~ int /usr/include/pfring.h:1207:41: error: unknown type name 'u_int'; did you mean 'int'? int pfring_print_parsed_pkt(char *buff, u_int buff_len, const u_char *p, const struct pfring_pkthdr *h); ^~~~~ int /usr/include/pfring.h:1207:63: error: unknown type name 'u_char' int pfring_print_parsed_pkt(char *buff, u_int buff_len, const u_char *p, const struct pfring_pkthdr *h); ^~~~~~ /usr/include/pfring.h:1218:34: error: unknown type name 'u_int'; did you mean 'int'? int pfring_print_pkt(char *buff, u_int buff_len, const u_char *p, u_int len, u_int caplen); ^~~~~ int /usr/include/pfring.h:1218:56: error: unknown type name 'u_char' int pfring_print_pkt(char *buff, u_int buff_len, const u_char *p, u_int len, u_int caplen); ^~~~~~ /usr/include/pfring.h:1218:67: error: unknown type name 'u_int'; did you mean 'int'? int pfring_print_pkt(char *buff, u_int buff_len, const u_char *p, u_int len, u_int caplen); ^~~~~ int /usr/include/pfring.h:1218:78: error: unknown type name 'u_int'; did you mean 'int'? int pfring_print_pkt(char *buff, u_int buff_len, const u_char *p, u_int len, u_int caplen); ^~~~~ int /usr/include/pfring.h:1250:35: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_ixia_hw_timestamp(u_char *buffer, u_int32_t buffer_len, struct timespec *ts); ^~~~~~ char /usr/include/pfring.h:1259:37: error: unknown type name 'u_char'; did you mean 'char'? int pfring_handle_ixia_hw_timestamp(u_char* buffer, struct pfring_pkthdr *hdr); ^~~~~~ char /usr/include/pfring.h:1268:40: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_metawatch_hw_timestamp(u_char *buffer, u_int32_t buffer_len, struct timespec *ts); ^~~~~~ char /usr/include/pfring.h:1278:39: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_metawatch_device_info(u_char *buffer, u_int32_t buffer_len, u_int16_t *device_id, u_int8_t *port_id); ^~~~~~ char /usr/include/pfring.h:1286:42: error: unknown type name 'u_char'; did you mean 'char'? int pfring_handle_metawatch_hw_timestamp(u_char* buffer, struct pfring_pkthdr *hdr); ^~~~~~ char /usr/include/pfring.h:1296:33: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_arista_keyframe(u_char *buffer, u_int32_t buffer_len, u_int64_t *ns_ts, u_int32_t *ticks_ts); ^~~~~~ char /usr/include/pfring.h:1305:37: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_arista_hw_timestamp(u_char *buffer, u_int32_t buffer_len, u_int64_t *ns_ts); ^~~~~~ char /usr/include/pfring.h:1314:39: error: unknown type name 'u_char'; did you mean 'char'? int pfring_handle_arista_hw_timestamp(u_char* buffer, struct pfring_pkthdr *hdr); ^~~~~~ char /usr/include/pfring.h:1323:40: error: unknown type name 'u_char'; did you mean 'char'? int pfring_read_vss_apcon_hw_timestamp(u_char *buffer, u_int32_t buffer_len, struct timespec *ts); ^~~~~~ char /usr/include/pfring.h:1332:43: error: unknown type name 'u_char'; did you mean 'char'? void pfring_handle_vss_apcon_hw_timestamp(u_char* buffer, struct pfring_pkthdr *hdr); ^~~~~~ char /usr/include/pfring.h:1355:50: error: unknown type name 'u_int'; did you mean 'int'? int pfring_parse_bpf_filter(char *filter_buffer, u_int caplen, ^~~~~ int /usr/include/pfring.h:1371:45: error: unknown type name 'u_char'; did you mean 'char'? u_int32_t pfring_bpf_filter(void *bpf_insn, u_char *buffer, u_int32_t caplen, u_int32_t len); ^~~~~~ char configure:20805: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "suricata" | #define PACKAGE_TARNAME "suricata" | #define PACKAGE_VERSION "6.0.6" | #define PACKAGE_STRING "suricata 6.0.6" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "suricata" | #define VERSION "6.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_PARAM_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_LOCALE_H 1 | #define HAVE_GRP_H 1 | #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_PTRDIFF_T 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_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_ALARM 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_MMAP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMSET 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMRCHR 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNDUP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_STRSTR 1 | #define HAVE_STRPBRK 1 | #define HAVE_STRTOULL 1 | #define HAVE_STRTOUMAX 1 | #define HAVE_STRERROR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_INET_NTOA 1 | #define HAVE_UNAME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_UTIME 1 | #define HAVE_STRPTIME 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_SOCKET 1 | #define HAVE_SETENV 1 | #define HAVE_SELECT 1 | #define HAVE_PUTENV 1 | #define HAVE_DUP2 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_ATEXIT 1 | #define HAVE_MUNMAP 1 | #define HAVE_FWRITE_UNLOCKED 1 | #define HAVE_GETRANDOM 1 | #define TLS_C11 1 | #define TLS_GNU 1 | #define HAVE_DLFCN_H 1 | #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 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_H 1 | #define HAVE_PCAP_PCAP_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 | /* end confdefs.h. */ | | #include | | int | main () | { | | pfring_recv_chunk(NULL, NULL, 0, 0); | | ; | return 0; | } ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_int16_t=yes ac_cv_c_int32_t=yes ac_cv_c_int64_t=yes ac_cv_c_int8_t=yes ac_cv_c_restrict=__restrict ac_cv_c_u_char=yes ac_cv_c_u_char_type=U_CHAR ac_cv_c_u_int=yes ac_cv_c_u_int_type=U_INT ac_cv_c_u_long=yes ac_cv_c_u_long_type=U_LONG ac_cv_c_u_short=yes ac_cv_c_u_short_type=U_SHORT 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_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_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_alarm=yes ac_cv_func_atexit=yes ac_cv_func_clock_gettime=yes ac_cv_func_dup2=yes ac_cv_func_endgrent=yes ac_cv_func_endpwent=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_fwrite_unlocked=yes ac_cv_func_gethostname=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_ntoa=yes ac_cv_func_localtime_r=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memchr=yes ac_cv_func_memmem=yes ac_cv_func_memmove=yes ac_cv_func_memrchr=yes ac_cv_func_memset=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_pthread_spin_unlock=yes ac_cv_func_putenv=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_select=yes ac_cv_func_setenv=yes ac_cv_func_socket=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_strpbrk=yes ac_cv_func_strptime=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_strtoull=yes ac_cv_func_strtoumax=yes ac_cv_func_tzset=yes ac_cv_func_uname=yes ac_cv_func_utime=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_working_mktime=yes ac_cv_have_decl_OS_WIN32=no ac_cv_have_decl_getrandom=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_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_grp_h=yes ac_cv_header_hs_h=no 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_locale_h=yes ac_cv_header_mach_mach_h=no 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_pcap_bpf_h=no 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_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdatomic_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_param_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=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_vfork_h=no 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_jansson_json_dump_callback=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_member_struct_tm_tm_zone=yes ac_cv_objext=o 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_PCAP_CONFIG=/usr/bin/pcap-config ac_cv_path_HAVE_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_HAVE_PYTHON=/usr/bin/python3 ac_cv_path_HAVE_WGET=/usr/bin/wget ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config 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_g=yes ac_cv_prog_make_make_set=yes ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type__Bool=yes ac_cv_type_mode_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_size_t=yes ac_cv_type_ssize_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 ' ## ----------------- ## ## 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_FUZZTARGETS_FALSE='' BUILD_FUZZTARGETS_TRUE='' BUILD_UNITTESTS_FALSE='' BUILD_UNITTESTS_TRUE='#' CARGO='' CARGO_BUILD_TARGET='' CARGO_HOME='' CBINDGEN='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -std=c11 -march=native' CLANG='' CLANG_CFLAGS='' CONFIGURE_DATAROOTDIR='' CONFIGURE_LOCALSTATEDIR='' CONFIGURE_PREFIX='' CONFIGURE_SYSCONDIR='' CPP='gcc -E' CPPFLAGS=' ' CXX='' CXXCPP='' CXXDEPMODE='' CXXFLAGS='' CYGPATH_W='echo' DEBUG_FALSE='' DEBUG_TRUE='#' DEBUG_VALIDATION_FALSE='' DEBUG_VALIDATION_TRUE='#' DEFS='' 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' HAS_FUZZLDFLAGS_FALSE='' HAS_FUZZLDFLAGS_TRUE='' HAVE_CARGO_VENDOR_FALSE='' HAVE_CARGO_VENDOR_TRUE='' HAVE_CBINDGEN_FALSE='' HAVE_CBINDGEN_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='' HAVE_GIT_CMD='' HAVE_LUA_FALSE='' HAVE_LUA_TRUE='' HAVE_PCAP_CONFIG='/usr/bin/pcap-config' HAVE_PDFLATEX='' 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_HEADERS_FALSE='' HAVE_RUST_HEADERS_TRUE='' HAVE_RUST_TRUE='' HAVE_RUST_VENDOR_FALSE='' HAVE_RUST_VENDOR_TRUE='' HAVE_SPHINXBUILD='' 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='' HTP_LDADD='' HTTP2_DECOMPRESSION_FALSE='' HTTP2_DECOMPRESSION_TRUE='#' 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=' -rdynamic' 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='-lpfring -lpcap -ljansson -lpthread -lyaml -lpcre -lz -lpcap ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_FUZZING_ENGINE='' 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 6.0.6' PACKAGE_TARNAME='suricata' PACKAGE_URL='' PACKAGE_VERSION='6.0.6' PATH_SEPARATOR=':' PCAP_CFLAGS=' ' PCAP_LIBS='-lpcap ' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POW_LIB='' RANLIB='ranlib' RUSTC='' RUSTUP_HOME_PATH='' RUST_BUILD_STD_FALSE='' RUST_BUILD_STD_TRUE='' RUST_CROSS_COMPILE_FALSE='' RUST_CROSS_COMPILE_TRUE='' RUST_FEATURES='' RUST_LDADD='-ldl -lrt -lm' RUST_SURICATA_LIB='' RUST_SURICATA_LIBDIR='' SECCFLAGS='' SECLDFLAGS='' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' SURICATA_UPDATE_DIR='' VERSION='6.0.6' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --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='' e_defaultruledir='' e_enable_evelog='yes' e_localstatedir='' e_logcertsdir='' e_logdir='' e_logfilesdir='' e_magic_file='' e_magic_file_comment='#' e_rundir='' e_rustdir='' e_sysconfdir='' exec_prefix='NONE' have_cargo_vendor_bin='' have_rustup='' 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='' libnspr_LIBS='' libnss_CFLAGS='' libnss_LIBS='' 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='' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "suricata" #define PACKAGE_TARNAME "suricata" #define PACKAGE_VERSION "6.0.6" #define PACKAGE_STRING "suricata 6.0.6" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "suricata" #define VERSION "6.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_PARAM_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_LOCALE_H 1 #define HAVE_GRP_H 1 #define HAVE_PWD_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_STDATOMIC_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 restrict __restrict #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_PTRDIFF_T 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_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_ALARM 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_MEMMEM 1 #define HAVE_MEMSET 1 #define HAVE_MEMCHR 1 #define HAVE_MEMRCHR 1 #define HAVE_MEMMOVE 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRNDUP 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_STRSTR 1 #define HAVE_STRPBRK 1 #define HAVE_STRTOULL 1 #define HAVE_STRTOUMAX 1 #define HAVE_STRERROR 1 #define HAVE_GETHOSTNAME 1 #define HAVE_INET_NTOA 1 #define HAVE_UNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_UTIME 1 #define HAVE_STRPTIME 1 #define HAVE_TZSET 1 #define HAVE_LOCALTIME_R 1 #define HAVE_SOCKET 1 #define HAVE_SETENV 1 #define HAVE_SELECT 1 #define HAVE_PUTENV 1 #define HAVE_DUP2 1 #define HAVE_ENDGRENT 1 #define HAVE_ENDPWENT 1 #define HAVE_ATEXIT 1 #define HAVE_MUNMAP 1 #define HAVE_FWRITE_UNLOCKED 1 #define HAVE_GETRANDOM 1 #define TLS_C11 1 #define TLS_GNU 1 #define HAVE_DLFCN_H 1 #define HAVE_PLUGINS 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 PCRE_HAVE_JIT_EXEC 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_H 1 #define HAVE_PCAP_PCAP_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 configure: exit 1