Project

General

Profile

Support #2994 ยป config - Copy.log

Blayne Bradley, 05/30/2019 02:00 PM

 
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 4.1.4, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --with-libpcap-includes=/npcap-sdk/Include --with-libpcap-libraries=/npcap-sdk/Lib/x64 --enable-lua --enable-geoip --disable-gccmarch-native --disable-rust

## --------- ##
## Platform. ##
## --------- ##

hostname = DESKTOP-PHHGA6U
uname -m = x86_64
uname -r = 3.0.7-338.x86_64
uname -s = MINGW64_NT-10.0-17763
uname -v = 2019-05-27 06:58 UTC

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /mingw64/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /c/Windows/System32
PATH: /c/Windows
PATH: /c/Windows/System32/Wbem
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2657: loading site script /mingw64/etc/config.site
| # This file is in public domain.
| # Original author: Karlson2k (Evgeny Grin)
| # Written for MSys2/MinGW64 to help running 'configure' scripts
|
| # Defaults for MinGW64-targeted programs
|
| # Set proper selfname on bash and fallback to default name on other shells
| test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
|
| # Set default 'host' to speedup configure
| if test -z "$build_alias"; then
| build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
| ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
| fi
|
| # Set default 'prefix' to "/mingw64"
| if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
| ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
| prefix="${MSYSTEM_PREFIX-/mingw64}" && \
| ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
| fi
config.site:13: default build_alias set to x86_64-w64-mingw32
config.site:20: default prefix set to /mingw64
configure:2764: checking whether make supports nested variables
configure:2781: result: yes
configure:2841: checking for a BSD-compatible install
configure:2909: result: /usr/bin/install -c
configure:2920: checking whether build environment is sane
configure:2975: result: yes
configure:3126: checking for a thread-safe mkdir -p
configure:3165: result: /usr/bin/mkdir -p
configure:3172: checking for gawk
configure:3188: found /usr/bin/gawk
configure:3199: result: gawk
configure:3210: checking whether make sets $(MAKE)
configure:3232: result: yes
configure:3387: checking for style of include used by make
configure:3415: result: GNU
configure:3486: checking for gcc
configure:3502: found /mingw64/bin/gcc
configure:3513: result: gcc
configure:3742: checking for C compiler version
configure:3751: gcc --version >&5
gcc.exe (Rev1, Built by MSYS2 project) 9.1.0
Copyright (C) 2019 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:3762: $? = 0
configure:3751: gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\Development\msys64\mingw64\bin\gcc.exe
COLLECT_LTO_WRAPPER=C:/Development/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-9.1.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --enable-plugin --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev1, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 9.1.0 (Rev1, Built by MSYS2 project)
configure:3762: $? = 0
configure:3751: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3762: $? = 1
configure:3751: gcc -qversion >&5
gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc.exe: fatal error: no input files
compilation terminated.
configure:3762: $? = 1
configure:3782: checking whether the C compiler works
configure:3804: gcc conftest.c >&5
configure:3808: $? = 0
configure:3856: result: yes
configure:3859: checking for C compiler default output file name
configure:3861: result: a.exe
configure:3867: checking for suffix of executables
configure:3874: gcc -o conftest.exe conftest.c >&5
configure:3878: $? = 0
configure:3900: result: .exe
configure:3922: checking whether we are cross compiling
configure:3930: gcc -o conftest.exe conftest.c >&5
configure:3934: $? = 0
configure:3941: ./conftest.exe
configure:3945: $? = 0
configure:3960: result: no
configure:3965: checking for suffix of object files
configure:3987: gcc -c conftest.c >&5
configure:3991: $? = 0
configure:4012: result: o
configure:4016: checking whether we are using the GNU C compiler
configure:4035: gcc -c conftest.c >&5
configure:4035: $? = 0
configure:4044: result: yes
configure:4053: checking whether gcc accepts -g
configure:4073: gcc -c -g conftest.c >&5
configure:4073: $? = 0
configure:4114: result: yes
configure:4131: checking for gcc option to accept ISO C89
configure:4194: gcc -c -g -O2 conftest.c >&5
configure:4194: $? = 0
configure:4207: result: none needed
configure:4232: checking whether gcc understands -c and -o together
configure:4254: gcc -c conftest.c -o conftest2.o
configure:4257: $? = 0
configure:4254: gcc -c conftest.c -o conftest2.o
configure:4257: $? = 0
configure:4269: result: yes
configure:4288: checking dependency style of gcc
configure:4399: result: gcc3
configure:4414: checking for gcc option to accept ISO C99
configure:4563: gcc -c -g -O2 conftest.c >&5
configure:4563: $? = 0
configure:4576: result: none needed
configure:4620: checking build system type
configure:4634: result: x86_64-w64-mingw32
configure:4654: checking host system type
configure:4667: result: x86_64-w64-mingw32
configure:4708: checking how to print strings
configure:4735: result: printf
configure:4756: checking for a sed that does not truncate output
configure:4820: result: /usr/bin/sed
configure:4838: checking for grep that handles long lines and -e
configure:4896: result: /usr/bin/grep
configure:4901: checking for egrep
configure:4963: result: /usr/bin/grep -E
configure:4968: checking for fgrep
configure:5030: result: /usr/bin/grep -F
configure:5065: checking for ld used by gcc
configure:5132: result: C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
configure:5139: checking if the linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
configure:5154: result: yes
configure:5166: checking for BSD- or MS-compatible name lister (nm)
configure:5220: result: /mingw64/bin/nm -B
configure:5350: checking the name lister (/mingw64/bin/nm -B) interface
configure:5357: gcc -c -g -O2 conftest.c >&5
configure:5360: /mingw64/bin/nm -B "conftest.o"
configure:5363: output
0000000000000000 b .bss
0000000000000000 d .data
0000000000000000 N .debug_abbrev
0000000000000000 N .debug_aranges
0000000000000000 N .debug_info
0000000000000000 N .debug_line
0000000000000000 r .rdata$zzz
0000000000000000 t .text
0000000000000000 B some_variable
configure:5370: result: BSD nm
configure:5373: checking whether ln -s works
configure:5380: result: no, using cp -pR
configure:5385: checking the maximum length of command line arguments
configure:5516: result: 8192
configure:5564: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
configure:5604: result: func_convert_file_msys_to_w32
configure:5611: checking how to convert x86_64-w64-mingw32 file names to toolchain format
configure:5631: result: func_convert_file_msys_to_w32
configure:5638: checking for C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files
configure:5645: result: -r
configure:5719: checking for objdump
configure:5735: found /mingw64/bin/objdump
configure:5746: result: objdump
configure:5778: checking how to recognize dependent libraries
configure:5978: result: file_magic ^x86 archive import|^x86 DLL
configure:6063: checking for dlltool
configure:6079: found /mingw64/bin/dlltool
configure:6090: result: dlltool
configure:6123: checking how to associate runtime and link libraries
configure:6150: result: func_cygming_dll_for_implib
configure:6211: checking for ar
configure:6227: found /mingw64/bin/ar
configure:6238: result: ar
configure:6275: checking for archiver @FILE support
configure:6292: gcc -c -g -O2 conftest.c >&5
configure:6292: $? = 0
configure:6295: ar cru libconftest.a @conftest.lst >&5
configure:6298: $? = 0
configure:6303: ar cru libconftest.a @conftest.lst >&5
C:\Development\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
configure:6306: $? = 1
configure:6318: result: @
configure:6376: checking for strip
configure:6392: found /mingw64/bin/strip
configure:6403: result: strip
configure:6475: checking for ranlib
configure:6491: found /mingw64/bin/ranlib
configure:6502: result: ranlib
configure:6604: checking command to parse /mingw64/bin/nm -B output from gcc object
configure:6757: gcc -c -g -O2 conftest.c >&5
configure:6760: $? = 0
configure:6764: /mingw64/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6767: $? = 0
configure:6833: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:6836: $? = 0
configure:6874: result: ok
configure:6921: checking for sysroot
configure:6951: result: no
configure:6958: checking for a working dd
configure:6996: result: /usr/bin/dd
configure:7000: checking how to truncate binary pipes
configure:7015: result: /usr/bin/dd bs=4096 count=1
configure:7344: checking for mt
configure:7374: result: no
configure:7394: checking if : is a manifest tool
configure:7400: : '-?'
configure:7408: result: no
configure:8085: checking how to run the C preprocessor
configure:8116: gcc -E conftest.c
configure:8116: $? = 0
configure:8130: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
12 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8155: result: gcc -E
configure:8175: gcc -E conftest.c
configure:8175: $? = 0
configure:8189: gcc -E conftest.c
conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
12 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:8189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8218: checking for ANSI C header files
configure:8238: gcc -c -g -O2 conftest.c >&5
configure:8238: $? = 0
configure:8311: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:8311: $? = 0
configure:8311: ./conftest.exe
configure:8311: $? = 0
configure:8322: result: yes
configure:8335: checking for sys/types.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for sys/stat.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for stdlib.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for string.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for memory.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for strings.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for inttypes.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for stdint.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8335: checking for unistd.h
configure:8335: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8335: result: yes
configure:8349: checking for dlfcn.h
configure:8349: gcc -c -g -O2 conftest.c >&5
conftest.c:56:10: fatal error: dlfcn.h: No such file or directory
56 | #include <dlfcn.h>
| ^~~~~~~~~
compilation terminated.
configure:8349: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dlfcn.h>
configure:8349: result: no
configure:8605: checking for objdir
configure:8620: result: .libs
configure:8884: checking if gcc supports -fno-rtti -fno-exceptions
configure:8902: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:8906: $? = 0
configure:8919: result: no
configure:9277: checking for gcc option to produce PIC
configure:9284: result: -DDLL_EXPORT -DPIC
configure:9292: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
configure:9310: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:9314: $? = 0
configure:9327: result: yes
configure:9356: checking if gcc static flag -static works
configure:9384: result: yes
configure:9399: checking if gcc supports -c -o file.o
configure:9420: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9424: $? = 0
configure:9446: result: yes
configure:9454: checking if gcc supports -c -o file.o
configure:9501: result: yes
configure:9534: checking whether the gcc linker (C:/Development/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
configure:10797: result: yes
configure:10834: checking whether -lc should be explicitly linked in
configure:10842: gcc -c -g -O2 conftest.c >&5
configure:10845: $? = 0
configure:10860: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:10863: $? = 1
configure:10877: result: yes
configure:11037: checking dynamic linker characteristics
configure:11867: result: Win32 ld.exe
configure:11989: checking how to hardcode library paths into programs
configure:12014: result: immediate
configure:12562: checking whether stripping libraries is possible
configure:12567: result: yes
configure:12602: checking if libtool supports shared libraries
configure:12604: result: yes
configure:12607: checking whether to build shared libraries
configure:12632: result: yes
configure:12635: checking whether to build static libraries
configure:12639: result: yes
configure:12730: checking for pkg-config
configure:12748: found /mingw64/bin/pkg-config
configure:12760: result: /mingw64/bin/pkg-config
configure:12785: checking pkg-config is at least version 0.9.0
configure:12788: result: yes
configure:12797: checking whether GCC or Clang is our compiler
configure:12813: gcc -c -g -O2 conftest.c >&5
conftest.c:24:42: error: #error
24 | #error
| ^~~~~
configure:12813: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #if ! __clang__
| #error
| #endif
|
configure:12823: gcc -c -g -O2 conftest.c >&5
configure:12823: $? = 0
configure:12835: result: gcc
configure:12878: checking gcc version
configure:12884: result: 9.1.0
configure:12905: checking for gawk
configure:12932: result: gawk
configure:12991: checking for gcc
configure:13018: result: gcc
configure:13247: checking for C compiler version
configure:13256: gcc --version >&5
gcc.exe (Rev1, Built by MSYS2 project) 9.1.0
Copyright (C) 2019 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:13267: $? = 0
configure:13256: gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\Development\msys64\mingw64\bin\gcc.exe
COLLECT_LTO_WRAPPER=C:/Development/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-9.1.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --enable-plugin --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev1, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
Thread model: posix
gcc version 9.1.0 (Rev1, Built by MSYS2 project)
configure:13267: $? = 0
configure:13256: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
configure:13267: $? = 1
configure:13256: gcc -qversion >&5
gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc.exe: fatal error: no input files
compilation terminated.
configure:13267: $? = 1
configure:13271: checking whether we are using the GNU C compiler
configure:13299: result: yes
configure:13308: checking whether gcc accepts -g
configure:13369: result: yes
configure:13386: checking for gcc option to accept ISO C89
configure:13462: result: none needed
configure:13487: checking whether gcc understands -c and -o together
configure:13524: result: yes
configure:13543: checking dependency style of gcc
configure:13654: result: gcc3
configure:13674: checking how to run the C preprocessor
configure:13744: result: gcc -E
configure:13764: gcc -E conftest.c
configure:13764: $? = 0
configure:13778: gcc -E conftest.c
conftest.c:23:10: fatal error: ac_nonexistent.h: No such file or directory
23 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:13778: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:13807: checking whether ln -s works
configure:13814: result: no, using cp -pR
configure:13818: checking whether make sets $(MAKE)
configure:13840: result: yes
configure:13849: checking for grep that handles long lines and -e
configure:13907: result: /usr/bin/grep
configure:13915: checking for pkg-config
configure:13933: found /mingw64/bin/pkg-config
configure:13946: result: /mingw64/bin/pkg-config
configure:13974: checking for python
configure:13992: found /usr/bin/python
configure:14004: result: /usr/bin/python
configure:14042: checking for python-yaml
configure:14049: result: no
configure:14064: checking for wget
configure:14082: found /usr/bin/wget
configure:14095: result: /usr/bin/wget
configure:14173: checking stddef.h usability
configure:14173: gcc -c -g -O2 conftest.c >&5
configure:14173: $? = 0
configure:14173: result: yes
configure:14173: checking stddef.h presence
configure:14173: gcc -E conftest.c
configure:14173: $? = 0
configure:14173: result: yes
configure:14173: checking for stddef.h
configure:14173: result: yes
configure:14186: checking arpa/inet.h usability
configure:14186: gcc -c -g -O2 conftest.c >&5
conftest.c:57:10: fatal error: arpa/inet.h: No such file or directory
57 | #include <arpa/inet.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arpa/inet.h>
configure:14186: result: no
configure:14186: checking arpa/inet.h presence
configure:14186: gcc -E conftest.c
conftest.c:24:10: fatal error: arpa/inet.h: No such file or directory
24 | #include <arpa/inet.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| /* end confdefs.h. */
| #include <arpa/inet.h>
configure:14186: result: no
configure:14186: checking for arpa/inet.h
configure:14186: result: no
configure:14186: checking assert.h usability
configure:14186: gcc -c -g -O2 conftest.c >&5
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking assert.h presence
configure:14186: gcc -E conftest.c
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking for assert.h
configure:14186: result: yes
configure:14186: checking ctype.h usability
configure:14186: gcc -c -g -O2 conftest.c >&5
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking ctype.h presence
configure:14186: gcc -E conftest.c
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking for ctype.h
configure:14186: result: yes
configure:14186: checking errno.h usability
configure:14186: gcc -c -g -O2 conftest.c >&5
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking errno.h presence
configure:14186: gcc -E conftest.c
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking for errno.h
configure:14186: result: yes
configure:14186: checking fcntl.h usability
configure:14186: gcc -c -g -O2 conftest.c >&5
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking fcntl.h presence
configure:14186: gcc -E conftest.c
configure:14186: $? = 0
configure:14186: result: yes
configure:14186: checking for fcntl.h
configure:14186: result: yes
configure:14186: checking for inttypes.h
configure:14186: result: yes
configure:14198: checking getopt.h usability
configure:14198: gcc -c -g -O2 conftest.c >&5
configure:14198: $? = 0
configure:14198: result: yes
configure:14198: checking getopt.h presence
configure:14198: gcc -E conftest.c
configure:14198: $? = 0
configure:14198: result: yes
configure:14198: checking for getopt.h
configure:14198: result: yes
configure:14211: checking limits.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking limits.h presence
configure:14211: gcc -E conftest.c
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking for limits.h
configure:14211: result: yes
configure:14211: checking netdb.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
conftest.c:64:10: fatal error: netdb.h: No such file or directory
64 | #include <netdb.h>
| ^~~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdb.h>
configure:14211: result: no
configure:14211: checking netdb.h presence
configure:14211: gcc -E conftest.c
conftest.c:31:10: fatal error: netdb.h: No such file or directory
31 | #include <netdb.h>
| ^~~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <netdb.h>
configure:14211: result: no
configure:14211: checking for netdb.h
configure:14211: result: no
configure:14211: checking netinet/in.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
conftest.c:64:10: fatal error: netinet/in.h: No such file or directory
64 | #include <netinet/in.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in.h>
configure:14211: result: no
configure:14211: checking netinet/in.h presence
configure:14211: gcc -E conftest.c
conftest.c:31:10: fatal error: netinet/in.h: No such file or directory
31 | #include <netinet/in.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <netinet/in.h>
configure:14211: result: no
configure:14211: checking for netinet/in.h
configure:14211: result: no
configure:14211: checking poll.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
conftest.c:64:10: fatal error: poll.h: No such file or directory
64 | #include <poll.h>
| ^~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <poll.h>
configure:14211: result: no
configure:14211: checking poll.h presence
configure:14211: gcc -E conftest.c
conftest.c:31:10: fatal error: poll.h: No such file or directory
31 | #include <poll.h>
| ^~~~~~~~
compilation terminated.
configure:14211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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
| /* end confdefs.h. */
| #include <poll.h>
configure:14211: result: no
configure:14211: checking for poll.h
configure:14211: result: no
configure:14211: checking sched.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking sched.h presence
configure:14211: gcc -E conftest.c
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking for sched.h
configure:14211: result: yes
configure:14211: checking signal.h usability
configure:14211: gcc -c -g -O2 conftest.c >&5
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking signal.h presence
configure:14211: gcc -E conftest.c
configure:14211: $? = 0
configure:14211: result: yes
configure:14211: checking for signal.h
configure:14211: result: yes
configure:14224: checking stdarg.h usability
configure:14224: gcc -c -g -O2 conftest.c >&5
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking stdarg.h presence
configure:14224: gcc -E conftest.c
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking for stdarg.h
configure:14224: result: yes
configure:14224: checking for stdint.h
configure:14224: result: yes
configure:14224: checking stdio.h usability
configure:14224: gcc -c -g -O2 conftest.c >&5
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking stdio.h presence
configure:14224: gcc -E conftest.c
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking for stdio.h
configure:14224: result: yes
configure:14224: checking for stdlib.h
configure:14224: result: yes
configure:14224: checking stdbool.h usability
configure:14224: gcc -c -g -O2 conftest.c >&5
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking stdbool.h presence
configure:14224: gcc -E conftest.c
configure:14224: $? = 0
configure:14224: result: yes
configure:14224: checking for stdbool.h
configure:14224: result: yes
configure:14224: checking for string.h
configure:14224: result: yes
configure:14224: checking for strings.h
configure:14224: result: yes
configure:14224: checking sys/ioctl.h usability
configure:14224: gcc -c -g -O2 conftest.c >&5
conftest.c:73:10: fatal error: sys/ioctl.h: No such file or directory
73 | #include <sys/ioctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ioctl.h>
configure:14224: result: no
configure:14224: checking sys/ioctl.h presence
configure:14224: gcc -E conftest.c
conftest.c:40:10: fatal error: sys/ioctl.h: No such file or directory
40 | #include <sys/ioctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14224: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <sys/ioctl.h>
configure:14224: result: no
configure:14224: checking for sys/ioctl.h
configure:14224: result: no
configure:14237: checking syslog.h usability
configure:14237: gcc -c -g -O2 conftest.c >&5
conftest.c:73:10: fatal error: syslog.h: No such file or directory
73 | #include <syslog.h>
| ^~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <syslog.h>
configure:14237: result: no
configure:14237: checking syslog.h presence
configure:14237: gcc -E conftest.c
conftest.c:40:10: fatal error: syslog.h: No such file or directory
40 | #include <syslog.h>
| ^~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <syslog.h>
configure:14237: result: no
configure:14237: checking for syslog.h
configure:14237: result: no
configure:14237: checking sys/prctl.h usability
configure:14237: gcc -c -g -O2 conftest.c >&5
conftest.c:73:10: fatal error: sys/prctl.h: No such file or directory
73 | #include <sys/prctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:14237: result: no
configure:14237: checking sys/prctl.h presence
configure:14237: gcc -E conftest.c
conftest.c:40:10: fatal error: sys/prctl.h: No such file or directory
40 | #include <sys/prctl.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <sys/prctl.h>
configure:14237: result: no
configure:14237: checking for sys/prctl.h
configure:14237: result: no
configure:14237: checking sys/socket.h usability
configure:14237: gcc -c -g -O2 conftest.c >&5
conftest.c:73:10: fatal error: sys/socket.h: No such file or directory
73 | #include <sys/socket.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:14237: result: no
configure:14237: checking sys/socket.h presence
configure:14237: gcc -E conftest.c
conftest.c:40:10: fatal error: sys/socket.h: No such file or directory
40 | #include <sys/socket.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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
| /* end confdefs.h. */
| #include <sys/socket.h>
configure:14237: result: no
configure:14237: checking for sys/socket.h
configure:14237: result: no
configure:14237: checking for sys/stat.h
configure:14237: result: yes
configure:14237: checking sys/syscall.h usability
configure:14237: gcc -c -g -O2 conftest.c >&5
conftest.c:74:10: fatal error: sys/syscall.h: No such file or directory
74 | #include <sys/syscall.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syscall.h>
configure:14237: result: no
configure:14237: checking sys/syscall.h presence
configure:14237: gcc -E conftest.c
conftest.c:41:10: fatal error: sys/syscall.h: No such file or directory
41 | #include <sys/syscall.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:14237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| /* end confdefs.h. */
| #include <sys/syscall.h>
configure:14237: result: no
configure:14237: checking for sys/syscall.h
configure:14237: result: no
configure:14250: checking sys/time.h usability
configure:14250: gcc -c -g -O2 conftest.c >&5
configure:14250: $? = 0
configure:14250: result: yes
configure:14250: checking sys/time.h presence
configure:14250: gcc -E conftest.c
configure:14250: $? = 0
configure:14250: result: yes
configure:14250: checking for sys/time.h
configure:14250: result: yes
configure:14250: checking time.h usability
configure:14250: gcc -c -g -O2 conftest.c >&5
configure:14250: $? = 0
configure:14250: result: yes
configure:14250: checking time.h presence
configure:14250: gcc -E conftest.c
configure:14250: $? = 0
configure:14250: result: yes
configure:14250: checking for time.h
configure:14250: result: yes
configure:14250: checking for unistd.h
configure:14250: result: yes
configure:14263: checking for sys/ioctl.h
configure:14263: result: no
configure:14263: checking linux/if_ether.h usability
configure:14263: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: linux/if_ether.h: No such file or directory
77 | #include <linux/if_ether.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_ether.h>
configure:14263: result: no
configure:14263: checking linux/if_ether.h presence
configure:14263: gcc -E conftest.c
conftest.c:44:10: fatal error: linux/if_ether.h: No such file or directory
44 | #include <linux/if_ether.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <linux/if_ether.h>
configure:14263: result: no
configure:14263: checking for linux/if_ether.h
configure:14263: result: no
configure:14263: checking linux/if_packet.h usability
configure:14263: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: linux/if_packet.h: No such file or directory
77 | #include <linux/if_packet.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/if_packet.h>
configure:14263: result: no
configure:14263: checking linux/if_packet.h presence
configure:14263: gcc -E conftest.c
conftest.c:44:10: fatal error: linux/if_packet.h: No such file or directory
44 | #include <linux/if_packet.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <linux/if_packet.h>
configure:14263: result: no
configure:14263: checking for linux/if_packet.h
configure:14263: result: no
configure:14263: checking linux/filter.h usability
configure:14263: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: linux/filter.h: No such file or directory
77 | #include <linux/filter.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/filter.h>
configure:14263: result: no
configure:14263: checking linux/filter.h presence
configure:14263: gcc -E conftest.c
conftest.c:44:10: fatal error: linux/filter.h: No such file or directory
44 | #include <linux/filter.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:14263: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <linux/filter.h>
configure:14263: result: no
configure:14263: checking for linux/filter.h
configure:14263: result: no
configure:14276: checking linux/ethtool.h usability
configure:14276: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: linux/ethtool.h: No such file or directory
77 | #include <linux/ethtool.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:14276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/ethtool.h>
configure:14276: result: no
configure:14276: checking linux/ethtool.h presence
configure:14276: gcc -E conftest.c
conftest.c:44:10: fatal error: linux/ethtool.h: No such file or directory
44 | #include <linux/ethtool.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:14276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <linux/ethtool.h>
configure:14276: result: no
configure:14276: checking for linux/ethtool.h
configure:14276: result: no
configure:14276: checking linux/sockios.h usability
configure:14276: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: linux/sockios.h: No such file or directory
77 | #include <linux/sockios.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:14276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/sockios.h>
configure:14276: result: no
configure:14276: checking linux/sockios.h presence
configure:14276: gcc -E conftest.c
conftest.c:44:10: fatal error: linux/sockios.h: No such file or directory
44 | #include <linux/sockios.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:14276: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <linux/sockios.h>
configure:14276: result: no
configure:14276: checking for linux/sockios.h
configure:14276: result: no
configure:14288: checking glob.h usability
configure:14288: gcc -c -g -O2 conftest.c >&5
conftest.c:77:10: fatal error: glob.h: No such file or directory
77 | #include <glob.h>
| ^~~~~~~~
compilation terminated.
configure:14288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <glob.h>
configure:14288: result: no
configure:14288: checking glob.h presence
configure:14288: gcc -E conftest.c
conftest.c:44:10: fatal error: glob.h: No such file or directory
44 | #include <glob.h>
| ^~~~~~~~
compilation terminated.
configure:14288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <glob.h>
configure:14288: result: no
configure:14288: checking for glob.h
configure:14288: result: no
configure:14301: checking dirent.h usability
configure:14301: gcc -c -g -O2 conftest.c >&5
configure:14301: $? = 0
configure:14301: result: yes
configure:14301: checking dirent.h presence
configure:14301: gcc -E conftest.c
configure:14301: $? = 0
configure:14301: result: yes
configure:14301: checking for dirent.h
configure:14301: result: yes
configure:14301: checking fnmatch.h usability
configure:14301: gcc -c -g -O2 conftest.c >&5
conftest.c:78:10: fatal error: fnmatch.h: No such file or directory
78 | #include <fnmatch.h>
| ^~~~~~~~~~~
compilation terminated.
configure:14301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fnmatch.h>
configure:14301: result: no
configure:14301: checking fnmatch.h presence
configure:14301: gcc -E conftest.c
conftest.c:45:10: fatal error: fnmatch.h: No such file or directory
45 | #include <fnmatch.h>
| ^~~~~~~~~~~
compilation terminated.
configure:14301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <fnmatch.h>
configure:14301: result: no
configure:14301: checking for fnmatch.h
configure:14301: result: no
configure:14314: checking sys/resource.h usability
configure:14314: gcc -c -g -O2 conftest.c >&5
conftest.c:78:10: fatal error: sys/resource.h: No such file or directory
78 | #include <sys/resource.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:14314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/resource.h>
configure:14314: result: no
configure:14314: checking sys/resource.h presence
configure:14314: gcc -E conftest.c
conftest.c:45:10: fatal error: sys/resource.h: No such file or directory
45 | #include <sys/resource.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:14314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include <sys/resource.h>
configure:14314: result: no
configure:14314: checking for sys/resource.h
configure:14314: result: no
configure:14314: checking for sys/types.h
configure:14314: result: yes
configure:14314: checking sys/un.h usability
configure:14314: gcc -c -g -O2 conftest.c >&5
conftest.c:79:10: fatal error: sys/un.h: No such file or directory
79 | #include <sys/un.h>
| ^~~~~~~~~~
compilation terminated.
configure:14314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/un.h>
configure:14314: result: no
configure:14314: checking sys/un.h presence
configure:14314: gcc -E conftest.c
conftest.c:46:10: fatal error: sys/un.h: No such file or directory
46 | #include <sys/un.h>
| ^~~~~~~~~~
compilation terminated.
configure:14314: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/un.h>
configure:14314: result: no
configure:14314: checking for sys/un.h
configure:14314: result: no
configure:14326: checking sys/random.h usability
configure:14326: gcc -c -g -O2 conftest.c >&5
conftest.c:79:10: fatal error: sys/random.h: No such file or directory
79 | #include <sys/random.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14326: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/random.h>
configure:14326: result: no
configure:14326: checking sys/random.h presence
configure:14326: gcc -E conftest.c
conftest.c:46:10: fatal error: sys/random.h: No such file or directory
46 | #include <sys/random.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14326: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h. */
| #include <sys/random.h>
configure:14326: result: no
configure:14326: checking for sys/random.h
configure:14326: result: no
configure:14338: checking utime.h usability
configure:14338: gcc -c -g -O2 conftest.c >&5
configure:14338: $? = 0
configure:14338: result: yes
configure:14338: checking utime.h presence
configure:14338: gcc -E conftest.c
configure:14338: $? = 0
configure:14338: result: yes
configure:14338: checking for utime.h
configure:14338: result: yes
configure:14350: checking libgen.h usability
configure:14350: gcc -c -g -O2 conftest.c >&5
configure:14350: $? = 0
configure:14350: result: yes
configure:14350: checking libgen.h presence
configure:14350: gcc -E conftest.c
configure:14350: $? = 0
configure:14350: result: yes
configure:14350: checking for libgen.h
configure:14350: result: yes
configure:14364: checking for sys/socket.h
configure:14364: result: no
configure:14364: checking for net/if.h
configure:14364: gcc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: net/if.h: No such file or directory
54 | #include <net/if.h>
| ^~~~~~~~~~
compilation terminated.
configure:14364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/types.h>
| #include <sys/socket.h>
| #endif
|
|
| #include <net/if.h>
configure:14364: result: no
configure:14364: checking for sys/mman.h
configure:14364: gcc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: sys/mman.h: No such file or directory
54 | #include <sys/mman.h>
| ^~~~~~~~~~~~
compilation terminated.
configure:14364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/types.h>
| #include <sys/socket.h>
| #endif
|
|
| #include <sys/mman.h>
configure:14364: result: no
configure:14364: checking for linux/if_arp.h
configure:14364: gcc -c -g -O2 conftest.c >&5
conftest.c:54:10: fatal error: linux/if_arp.h: No such file or directory
54 | #include <linux/if_arp.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:14364: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/types.h>
| #include <sys/socket.h>
| #endif
|
|
| #include <linux/if_arp.h>
configure:14364: result: no
configure:14383: checking for windows.h
configure:14383: gcc -c -g -O2 conftest.c >&5
configure:14383: $? = 0
configure:14383: result: yes
configure:14383: checking for winsock2.h
configure:14383: gcc -c -g -O2 conftest.c >&5
configure:14383: $? = 0
configure:14383: result: yes
configure:14383: checking for ws2tcpip.h
configure:14383: gcc -c -g -O2 conftest.c >&5
configure:14383: $? = 0
configure:14383: result: yes
configure:14383: checking for w32api/wtypes.h
configure:14383: gcc -c -g -O2 conftest.c >&5
conftest.c:57:10: fatal error: w32api/wtypes.h: No such file or directory
57 | #include <w32api/wtypes.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:14383: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| /* end confdefs.h. */
|
| #ifndef _X86_
| #define _X86_
| #endif
|
|
| #include <w32api/wtypes.h>
configure:14383: result: no
configure:14401: checking for w32api/winbase.h
configure:14401: gcc -c -g -O2 conftest.c >&5
conftest.c:58:10: fatal error: w32api/winbase.h: No such file or directory
58 | #include <w32api/winbase.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:14401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| /* end confdefs.h. */
|
| #ifndef _X86_
| #define _X86_
| #endif
| #include <windows.h>
|
|
| #include <w32api/winbase.h>
configure:14401: result: no
configure:14401: checking for wincrypt.h
configure:14401: gcc -c -g -O2 conftest.c >&5
configure:14401: $? = 0
configure:14401: result: yes
configure:14419: checking for inline
configure:14435: gcc -c -g -O2 conftest.c >&5
configure:14435: $? = 0
configure:14443: result: inline
configure:14461: checking for pid_t
configure:14461: gcc -c -g -O2 conftest.c >&5
configure:14461: $? = 0
configure:14461: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:20: error: expected expression before ')' token
88 | if (sizeof ((pid_t)))
| ^
configure:14461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:14461: result: yes
configure:14472: checking for size_t
configure:14472: gcc -c -g -O2 conftest.c >&5
configure:14472: $? = 0
configure:14472: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:21: error: expected expression before ')' token
88 | if (sizeof ((size_t)))
| ^
configure:14472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:14472: result: yes
configure:14484: checking for int32_t
configure:14506: gcc -c -g -O2 conftest.c >&5
configure:14506: $? = 0
configure:14522: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:60: warning: integer overflow in expression of type 'int' results in '-2147483648' [-Woverflow]
89 | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
| ^
conftest.c:88:12: error: storage size of 'test_array' isn't constant
88 | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
| ^~~~~~~~~~
configure:14522: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 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:14537: result: yes
configure:14550: checking for uint16_t
configure:14572: gcc -c -g -O2 conftest.c >&5
configure:14572: $? = 0
configure:14583: result: yes
configure:14597: checking for uint32_t
configure:14619: gcc -c -g -O2 conftest.c >&5
configure:14619: $? = 0
configure:14630: result: yes
configure:14646: checking for uint64_t
configure:14668: gcc -c -g -O2 conftest.c >&5
configure:14668: $? = 0
configure:14679: result: yes
configure:14695: checking for uint8_t
configure:14717: gcc -c -g -O2 conftest.c >&5
configure:14717: $? = 0
configure:14728: result: yes
configure:14743: checking for stdbool.h that conforms to C99
configure:14817: result: yes
configure:14819: checking for _Bool
configure:14819: gcc -c -g -O2 conftest.c >&5
configure:14819: $? = 0
configure:14819: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:20: error: expected expression before ')' token
88 | if (sizeof ((_Bool)))
| ^
configure:14819: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:14819: result: yes
configure:14840: checking for stdlib.h
configure:14840: result: yes
configure:14850: checking for GNU libc compatible malloc
configure:14874: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14874: $? = 0
configure:14874: ./conftest.exe
configure:14874: $? = 0
configure:14884: result: yes
configure:14907: checking for stdlib.h
configure:14907: result: yes
configure:14917: checking for GNU libc compatible realloc
configure:14941: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14941: $? = 0
configure:14941: ./conftest.exe
configure:14941: $? = 0
configure:14951: result: yes
configure:14975: checking for gettimeofday
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for memset
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:82:6: warning: conflicting types for built-in function 'memset'; expected 'void *(void *, int, long long unsigned int)' [-Wbuiltin-declaration-mismatch]
82 | char memset ();
| ^~~~~~
conftest.c:70:1: note: 'memset' is declared in header '<string.h>'
69 | # include <limits.h>
70 | #else
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strcasecmp
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:83:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
83 | char strcasecmp ();
| ^~~~~~~~~~
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strchr
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:84:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
84 | char strchr ();
| ^~~~~~
conftest.c:72:1: note: 'strchr' is declared in header '<string.h>'
71 | # include <limits.h>
72 | #else
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strdup
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:85:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
85 | char strdup ();
| ^~~~~~
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strerror
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strncasecmp
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:87:6: warning: conflicting types for built-in function 'strncasecmp'; expected 'int(const char *, const char *, long long unsigned int)' [-Wbuiltin-declaration-mismatch]
87 | char strncasecmp ();
| ^~~~~~~~~~~
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strtol
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for strtoul
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for memchr
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:90:6: warning: conflicting types for built-in function 'memchr'; expected 'void *(const void *, int, long long unsigned int)' [-Wbuiltin-declaration-mismatch]
90 | char memchr ();
| ^~~~~~
conftest.c:78:1: note: 'memchr' is declared in header '<string.h>'
77 | # include <limits.h>
78 | #else
configure:14975: $? = 0
configure:14975: result: yes
configure:14975: checking for memrchr
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
C:\Development\msys64\tmp\ccKEr2KU.o: In function `main':
C:\Development\msys64\home\BlayneBradleyDev\suricata-4.1.4/conftest.c:102: undefined reference to `memrchr'
collect2.exe: error: ld returned 1 exit status
configure:14975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| /* end confdefs.h. */
| /* Define memrchr to an innocuous variant, in case <limits.h> declares memrchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define memrchr innocuous_memrchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char memrchr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef memrchr
|
| /* 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 memrchr ();
| /* 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_memrchr || defined __stub___memrchr
| choke me
| #endif
|
| int
| main ()
| {
| return memrchr ();
| ;
| return 0;
| }
configure:14975: result: no
configure:14975: checking for clock_gettime
configure:14975: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:14975: $? = 0
configure:14975: result: yes
configure:14986: checking for strptime
configure:14986: gcc -o conftest.exe -g -O2 conftest.c >&5
C:\Development\msys64\tmp\ccgAbOB9.o: In function `main':
C:\Development\msys64\home\BlayneBradleyDev\suricata-4.1.4/conftest.c:103: undefined reference to `strptime'
collect2.exe: error: ld returned 1 exit status
configure:14986: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
| /* Define strptime to an innocuous variant, in case <limits.h> declares strptime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strptime innocuous_strptime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strptime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strptime
|
| /* 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 strptime ();
| /* 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_strptime || defined __stub___strptime
| choke me
| #endif
|
| int
| main ()
| {
| return strptime ();
| ;
| return 0;
| }
configure:14986: result: no
configure:14996: checking whether getrandom is declared
configure:14996: gcc -c -g -O2 conftest.c >&5
conftest.c:70:22: fatal error: sys/random.h: No such file or directory
70 | #include <sys/random.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:14996: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h. */
|
| #include <sys/random.h>
|
|
| int
| main ()
| {
| #ifndef getrandom
| #ifdef __cplusplus
| (void) getrandom;
| #else
| (void) getrandom;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:14996: result: no
configure:15009: checking for utime
configure:15009: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:15009: $? = 0
configure:15009: result: yes
configure:15024: checking for strlcpy
configure:15024: gcc -o conftest.exe conftest.c >&5
C:\Development\msys64\tmp\ccCfC3Hl.o:conftest.c:(.text+0xe): undefined reference to `strlcpy'
collect2.exe: error: ld returned 1 exit status
configure:15024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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:15024: result: no
configure:15024: checking for strlcat
configure:15024: gcc -o conftest.exe conftest.c >&5
C:\Development\msys64\tmp\ccCK8gy1.o:conftest.c:(.text+0xe): undefined reference to `strlcat'
collect2.exe: error: ld returned 1 exit status
configure:15024: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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:15024: result: no
configure:15043: checking for special C compiler options needed for large files
configure:15088: result: no
configure:15094: checking for _FILE_OFFSET_BITS value needed for large files
configure:15119: gcc -c -g -O2 conftest.c >&5
conftest.c:75:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
75 | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
| ^~
conftest.c:76:23: note: in expansion of macro 'LARGE_OFF_T'
76 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
conftest.c:75:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
75 | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
| ^~
conftest.c:76:23: note: in expansion of macro 'LARGE_OFF_T'
76 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~
conftest.c:75:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
75 | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
| ^~
conftest.c:77:13: note: in expansion of macro 'LARGE_OFF_T'
77 | && LARGE_OFF_T % 2147483647 == 1)
| ^~~~~~~~~~~
conftest.c:75:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
75 | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
| ^~
conftest.c:77:13: note: in expansion of macro 'LARGE_OFF_T'
77 | && LARGE_OFF_T % 2147483647 == 1)
| ^~~~~~~~~~~
conftest.c:76:7: error: variably modified 'off_t_is_large' at file scope
76 | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| ^~~~~~~~~~~~~~
configure:15119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:15143: gcc -c -g -O2 conftest.c >&5
configure:15143: $? = 0
configure:15151: result: 64
configure:15238: checking host os
configure:15309: result: ok
configure:15386: checking for thread local storage __thread support
configure:15399: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:15399: $? = 0
configure:15403: result: yes
configure:16011: checking for spatch
configure:16042: result: no
configure:16114: checking zlib.h usability
configure:16114: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16114: $? = 0
configure:16114: result: yes
configure:16114: checking zlib.h presence
configure:16114: gcc -E conftest.c
configure:16114: $? = 0
configure:16114: result: yes
configure:16114: checking for zlib.h
configure:16114: result: yes
configure:16131: checking for inflate in -lz
configure:16156: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -lz >&5
configure:16156: $? = 0
configure:16165: result: yes
configure:16212: checking lzma.h usability
configure:16212: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16212: $? = 0
configure:16212: result: yes
configure:16212: checking lzma.h presence
configure:16212: gcc -E conftest.c
configure:16212: $? = 0
configure:16212: result: yes
configure:16212: checking for lzma.h
configure:16212: result: yes
configure:16229: checking for lzma_code in -llzma
configure:16254: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -llzma -lz >&5
configure:16254: $? = 0
configure:16263: result: yes
configure:16292: checking for Mpipe
configure:16305: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
conftest.c:76:10: fatal error: gxio/mpipe.h: No such file or directory
76 | #include <gxio/mpipe.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:16305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| /* end confdefs.h. */
| #include <gxio/mpipe.h>
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:16315: result: no
configure:16341: checking pcre.h usability
configure:16341: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16341: $? = 0
configure:16341: result: yes
configure:16341: checking pcre.h presence
configure:16341: gcc -E conftest.c
configure:16341: $? = 0
configure:16341: result: yes
configure:16341: checking for pcre.h
configure:16341: result: yes
configure:16354: checking for pcre_get_substring in -lpcre
configure:16379: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -lpcre -lz -llzma >&5
configure:16379: $? = 0
configure:16388: result: yes
configure:16414: checking for LIBPCREVERSION
configure:16421: $PKG_CONFIG --exists --print-errors "libpcre = 8.35"
Requested 'libpcre = 8.35' but version of libpcre is 8.43
configure:16424: $? = 1
configure:16438: $PKG_CONFIG --exists --print-errors "libpcre = 8.35"
Requested 'libpcre = 8.35' but version of libpcre is 8.43
configure:16441: $? = 1
configure:16455: result: no
Requested 'libpcre = 8.35' but version of libpcre is 8.43
configure:16499: checking for pcre_dfa_exec in -lpcre
configure:16524: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -lpcre -lpcre -lz -llzma >&5
configure:16524: $? = 0
configure:16533: result: yes
configure:16567: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16567: $? = 0
configure:16599: gcc -c -O0 -g -Werror -Wall conftest.c >&5
configure:16599: $? = 0
configure:16611: checking for PCRE JIT support
configure:16627: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16627: $? = 0
configure:16795: result: yes
configure:16801: checking for PCRE JIT support usability
configure:16829: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:16829: $? = 0
configure:16845: result: yes
configure:16859: checking for libhs
configure:16866: $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
No package 'libhs' found
configure:16869: $? = 1
configure:16883: $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
No package 'libhs' found
configure:16886: $? = 1
configure:16900: result: no
No package 'libhs' found
configure:16953: checking hs.h usability
configure:16953: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
conftest.c:113:10: fatal error: hs.h: No such file or directory
113 | #include <hs.h>
| ^~~~~~
compilation terminated.
configure:16953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <hs.h>
configure:16953: result: no
configure:16953: checking hs.h presence
configure:16953: gcc -E conftest.c
conftest.c:80:10: fatal error: hs.h: No such file or directory
80 | #include <hs.h>
| ^~~~~~
compilation terminated.
configure:16953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| /* end confdefs.h. */
| #include <hs.h>
configure:16953: result: no
configure:16953: checking for hs.h
configure:16953: result: no
configure:17061: checking yaml.h usability
configure:17061: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:17061: $? = 0
configure:17061: result: yes
configure:17061: checking yaml.h presence
configure:17061: gcc -E conftest.c
configure:17061: $? = 0
configure:17061: result: yes
configure:17061: checking for yaml.h
configure:17061: result: yes
configure:17075: checking for yaml_parser_initialize in -lyaml
configure:17100: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -lyaml -lpcre -lz -llzma >&5
configure:17100: $? = 0
configure:17109: result: yes
configure:17164: checking for pthread_create in -lpthread
configure:17189: gcc -o conftest.exe -g -O2 -DOS_WIN32 -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid conftest.c -lpthread -lyaml -lpcre -lz -llzma >&5
configure:17189: $? = 0
configure:17198: result: yes
configure:17253: checking jansson.h usability
configure:17253: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
conftest.c:115:10: fatal error: jansson.h: No such file or directory
115 | #include <jansson.h>
| ^~~~~~~~~~~
compilation terminated.
configure:17253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <jansson.h>
configure:17253: result: no
configure:17253: checking jansson.h presence
configure:17253: gcc -E conftest.c
conftest.c:82:10: fatal error: jansson.h: No such file or directory
82 | #include <jansson.h>
| ^~~~~~~~~~~
compilation terminated.
configure:17253: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
| #include <jansson.h>
configure:17253: result: no
configure:17253: checking for jansson.h
configure:17253: result: no
configure:17971: checking whether OS_WIN32 is declared
configure:17971: gcc -c -g -O2 -DOS_WIN32 conftest.c >&5
configure:17971: $? = 0
configure:17971: result: yes
configure:18404: checking for libnet.h version 1.1.x
configure:18615: result: no
configure:18641: checking pcap.h usability
configure:18641: gcc -c -g -O2 -DOS_WIN32 -I/npcap-sdk/Include conftest.c >&5
configure:18641: $? = 0
configure:18641: result: yes
configure:18641: checking pcap.h presence
configure:18641: gcc -E -I/npcap-sdk/Include conftest.c
configure:18641: $? = 0
configure:18641: result: yes
configure:18641: checking for pcap.h
configure:18641: result: yes
configure:18656: checking for pcap.h
configure:18656: result: yes
configure:18656: checking pcap/pcap.h usability
configure:18656: gcc -c -g -O2 -DOS_WIN32 -I/npcap-sdk/Include conftest.c >&5
configure:18656: $? = 0
configure:18656: result: yes
configure:18656: checking pcap/pcap.h presence
configure:18656: gcc -E -I/npcap-sdk/Include conftest.c
configure:18656: $? = 0
configure:18656: result: yes
configure:18656: checking for pcap/pcap.h
configure:18656: result: yes
configure:18656: checking pcap/bpf.h usability
configure:18656: gcc -c -g -O2 -DOS_WIN32 -I/npcap-sdk/Include conftest.c >&5
In file included from conftest.c:117:
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:85:9: error: unknown type name 'u_int'
85 | typedef u_int bpf_u_int32;
| ^~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:105:2: error: unknown type name 'u_int'
105 | u_int bf_len;
| ^~~~~
In file included from conftest.c:117:
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:235:2: error: unknown type name 'u_short'
235 | u_short code;
| ^~~~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:236:2: error: unknown type name 'u_char'
236 | u_char jt;
| ^~~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:237:2: error: unknown type name 'u_char'
237 | u_char jf;
| ^~~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:248:10: error: unknown type name 'u_int'
248 | PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
| ^~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:248:58: error: unknown type name 'u_char'
248 | PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
| ^~~~~~
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:248:68: error: unknown type name 'u_int'; did you mean 'int'?
248 | PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
| ^~~~~
| int
C:/Development/msys64/npcap-sdk/Include/pcap/bpf.h:248:75: error: unknown type name 'u_int'; did you mean 'int'?
248 | PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
| ^~~~~
| int
configure:18656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcap/bpf.h>
configure:18656: result: no
configure:18656: checking pcap/bpf.h presence
configure:18656: gcc -E -I/npcap-sdk/Include conftest.c
configure:18656: $? = 0
configure:18656: result: yes
configure:18656: WARNING: pcap/bpf.h: present but cannot be compiled
configure:18656: WARNING: pcap/bpf.h: check for missing prerequisite headers?
configure:18656: WARNING: pcap/bpf.h: see the Autoconf documentation
configure:18656: WARNING: pcap/bpf.h: section "Present But Cannot Be Compiled"
configure:18656: WARNING: pcap/bpf.h: proceeding with the compiler's result
configure:18656: checking for pcap/bpf.h
configure:18656: result: no
configure:18669: checking for pcap_open_live in -lwpcap
configure:18694: gcc -o conftest.exe -g -O2 -DOS_WIN32 -I/npcap-sdk/Include -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid -L/npcap-sdk/Lib/x64 conftest.c -lwpcap -lpthread -lyaml -lpcre -lz -llzma >&5
configure:18694: $? = 0
configure:18704: result: yes
configure:18735: checking for pcap_activate in -lwpcap
configure:18760: gcc -o conftest.exe -g -O2 -DOS_WIN32 -I/npcap-sdk/Include -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid -L/npcap-sdk/Lib/x64 conftest.c -lwpcap -lwpcap -lpthread -lyaml -lpcre -lz -llzma >&5
configure:18760: $? = 0
configure:18770: result: yes
configure:18796: checking for pcap-config
configure:18827: result: no
configure:18836: result: no pcap-config is use
configure:18850: checking for pcap_set_buffer_size in -lwpcap
configure:18875: gcc -o conftest.exe -g -O2 -DOS_WIN32 -I/npcap-sdk/Include -lws2_32 -liphlpapi -lwbemuuid -lOle32 -lOleAut32 -lUuid -L/npcap-sdk/Lib/x64 conftest.c -lwpcap -lwpcap -lpthread -lyaml -lpcre -lz -llzma >&5
configure:18875: $? = 0
configure:18885: result: yes
configure:19077: checking whether TPACKET_V2 is declared
configure:19077: gcc -c -g -O2 -DOS_WIN32 -I/npcap-sdk/Include conftest.c >&5
conftest.c:88:10: fatal error: sys/socket.h: No such file or directory
88 | #include <sys/socket.h>
| ^~~~~~~~~~~~~~
compilation terminated.
configure:19077: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_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_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_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_WINDOWS_H 1
| #define HAVE_WINSOCK2_H 1
| #define HAVE_WS2TCPIP_H 1
| #define HAVE_WINCRYPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_UTIME 1
| #define _FILE_OFFSET_BITS 64
| #define HAVE_NON_POSIX_MKDIR 1
| #define TLS 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBLZMA 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_PCRE_FREE_STUDY 1
| #define PCRE_HAVE_JIT 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_LIBWPCAP 1
| #define HAVE_LIBWPCAP 1
| #define HAVE_LIBWPCAP 1
| #define HAVE_PCAP_SET_BUFF 1
| /* end confdefs.h. */
| #include <sys/socket.h>
| #include <linux/if_packet.h>
|
| int
| main ()
| {
| #ifndef TPACKET_V2
| #ifdef __cplusplus
| (void) TPACKET_V2;
| #else
| (void) TPACKET_V2;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:19077: result: no
configure:19088: checking whether PACKET_FANOUT_QM is declared
configure:19088: gcc -c -g -O2 -DOS_WIN32 -I/npcap-sdk/Include conftest.c >&5
conftest.c:88:10: fatal error: linux/if_packet.h: No such file or directory
88 | #include <linux/if_packet.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:19088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "4.1.4"
| #define PACKAGE_STRING "suricata 4.1.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "4.1.4"
| #define RELEASE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1