[Oisf-users] pf_ring and libnspr

Adam Witt AWitt at westernalliancebank.com
Wed Apr 6 20:38:29 UTC 2016


Apparently my attachment was scrubbed. Just going to copy/pasta instead:

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

  $ ./configure --prefix=/opt/suricata --enable-pfring --enable-geoip --with-libpfring-includes=/opt/pfring/include --with-libpfring-libraries=/opt/pfring/lib --with-libpcap-includes=/opt/pfring/include --with-libpcap-libraries=/opt/pfring/lib --with-libnspr-includes=/usr/include/nspr4 --with-libnspr-libraries=/lib64 --with-libcap_ng-includes=/opt/libcap-ng-0.7.4/include --with-libcap_ng-libraries=/opt/libcap-ng-0.7.4/lib

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

hostname = wab-idspl11
uname -m = x86_64
uname -r = 2.6.32-504.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Sep 16 01:56:35 EDT 2014

/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: /usr/lib64/qt-3.3/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/s24tools/bin
PATH: /home/wab_awitt/bin


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

configure:2618: checking whether make supports nested variables
configure:2635: result: yes
configure:2695: checking for a BSD-compatible install
configure:2763: result: /usr/bin/install -c
configure:2774: checking whether build environment is sane
configure:2829: result: yes
configure:2980: checking for a thread-safe mkdir -p
configure:3019: result: /bin/mkdir -p
configure:3026: checking for gawk
configure:3042: found /bin/gawk
configure:3053: result: gawk
configure:3064: checking whether make sets $(MAKE)
configure:3086: result: yes
configure:3240: checking for style of include used by make
configure:3268: result: GNU
configure:3339: checking for gcc
configure:3355: found /usr/bin/gcc
configure:3366: result: gcc
configure:3595: checking for C compiler version
configure:3604: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
Copyright (C) 2010 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:3615: $? = 0
configure:3604: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
configure:3615: $? = 0
configure:3604: gcc -V >&5
gcc: '-V' option must have argument
configure:3615: $? = 1
configure:3604: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3615: $? = 1
configure:3635: checking whether the C compiler works
configure:3657: gcc    conftest.c  >&5
configure:3661: $? = 0
configure:3709: result: yes
configure:3712: checking for C compiler default output file name
configure:3714: result: a.out
configure:3720: checking for suffix of executables
configure:3727: gcc -o conftest    conftest.c  >&5
configure:3731: $? = 0
configure:3753: result:
configure:3775: checking whether we are cross compiling
configure:3783: gcc -o conftest    conftest.c  >&5
configure:3787: $? = 0
configure:3794: ./conftest
configure:3798: $? = 0
configure:3813: result: no
configure:3818: checking for suffix of object files
configure:3840: gcc -c   conftest.c >&5
configure:3844: $? = 0
configure:3865: result: o
configure:3869: checking whether we are using the GNU C compiler
configure:3888: gcc -c   conftest.c >&5
configure:3888: $? = 0
configure:3897: result: yes
configure:3906: checking whether gcc accepts -g
configure:3926: gcc -c -g  conftest.c >&5
configure:3926: $? = 0
configure:3967: result: yes
configure:3984: checking for gcc option to accept ISO C89
configure:4047: gcc  -c -g -O2  conftest.c >&5
configure:4047: $? = 0
configure:4060: result: none needed
configure:4085: checking whether gcc understands -c and -o together
configure:4107: gcc -c conftest.c -o conftest2.o
configure:4110: $? = 0
configure:4107: gcc -c conftest.c -o conftest2.o
configure:4110: $? = 0
configure:4122: result: yes
configure:4141: checking dependency style of gcc
configure:4252: result: gcc3
configure:4267: checking for gcc option to accept ISO C99
configure:4416: gcc  -c -g -O2  conftest.c >&5
conftest.c:62: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:116: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:116: error: 'newvar' undeclared (first use in this function)
conftest.c:116: error: (Each undeclared identifier is reported only once
conftest.c:116: error: for each function it appears in.)
conftest.c:126: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:126: note: use option -std=c99 or -std=gnu99 to compile your code
configure:4416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #define RELEASE 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
|
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
|
|   const char *str;
|   int number;
|   float fnumber;
|
|   while (*format)
|     {
|       switch (*format++)
|         {
|         case 's': // string
|           str = va_arg (args_copy, const char *);
|           break;
|         case 'd': // int
|           number = va_arg (args_copy, int);
|           break;
|         case 'f': // float
|           fnumber = va_arg (args_copy, double);
|           break;
|         default:
|           break;
|         }
|     }
|   va_end (args_copy);
|   va_end (args);
| }
|
| int
| main ()
| {
|
|   // Check bool.
|   _Bool success = false;
|
|   // Check restrict.
|  if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
|
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
|
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
|
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
|
|   ni.number = 58;
|
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
|
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|           || dynamic_array[ni.number - 1] != 543);
|
|   ;
|   return 0;
| }
configure:4416: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:4416: $? = 0
configure:4436: result: -std=gnu99
configure:4473: checking build system type
configure:4487: result: x86_64-unknown-linux-gnu
configure:4507: checking host system type
configure:4520: result: x86_64-unknown-linux-gnu
configure:4561: checking how to print strings
configure:4588: result: printf
configure:4609: checking for a sed that does not truncate output
configure:4673: result: /bin/sed
configure:4691: checking for grep that handles long lines and -e
configure:4749: result: /bin/grep
configure:4754: checking for egrep
configure:4816: result: /bin/grep -E
configure:4821: checking for fgrep
configure:4883: result: /bin/grep -F
configure:4918: checking for ld used by gcc -std=gnu99
configure:4985: result: /usr/bin/ld
configure:4992: checking if the linker (/usr/bin/ld) is GNU ld
configure:5007: result: yes
configure:5019: checking for BSD- or MS-compatible name lister (nm)
configure:5068: result: /usr/bin/nm -B
configure:5198: checking the name lister (/usr/bin/nm -B) interface
configure:5205: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:5208: /usr/bin/nm -B "conftest.o"
configure:5211: output
0000000000000000 B some_variable
configure:5218: result: BSD nm
configure:5221: checking whether ln -s works
configure:5225: result: yes
configure:5233: checking the maximum length of command line arguments
configure:5364: result: 1966080
configure:5381: checking whether the shell understands some XSI constructs
configure:5391: result: yes
configure:5395: checking whether the shell understands "+="
configure:5401: result: yes
configure:5436: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5476: result: func_convert_file_noop
configure:5483: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5503: result: func_convert_file_noop
configure:5510: checking for /usr/bin/ld option to reload object files
configure:5517: result: -r
configure:5591: checking for objdump
configure:5607: found /usr/bin/objdump
configure:5618: result: objdump
configure:5650: checking how to recognize dependent libraries
configure:5848: result: pass_all
configure:5933: checking for dlltool
configure:5963: result: no
configure:5993: checking how to associate runtime and link libraries
configure:6020: result: printf %s\n
configure:6081: checking for ar
configure:6097: found /usr/bin/ar
configure:6108: result: ar
configure:6145: checking for archiver @FILE support
configure:6162: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6162: $? = 0
configure:6165: ar cru libconftest.a @conftest.lst >&5
configure:6168: $? = 0
configure:6173: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6176: $? = 1
configure:6188: result: @
configure:6246: checking for strip
configure:6262: found /usr/bin/strip
configure:6273: result: strip
configure:6345: checking for ranlib
configure:6361: found /usr/bin/ranlib
configure:6372: result: ranlib
configure:6474: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:6594: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6597: $? = 0
configure:6601: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6604: $? = 0
configure:6670: gcc -std=gnu99 -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6673: $? = 0
configure:6711: result: ok
configure:6748: checking for sysroot
configure:6778: result: no
configure:6855: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6858: $? = 0
configure:7047: checking for mt
configure:7077: result: no
configure:7097: checking if : is a manifest tool
configure:7103: : '-?'
configure:7111: result: no
configure:7753: checking how to run the C preprocessor
configure:7784: gcc -std=gnu99 -E  conftest.c
configure:7784: $? = 0
configure:7798: gcc -std=gnu99 -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:7798: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #define RELEASE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7823: result: gcc -std=gnu99 -E
configure:7843: gcc -std=gnu99 -E  conftest.c
configure:7843: $? = 0
configure:7857: gcc -std=gnu99 -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:7857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #define RELEASE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7886: checking for ANSI C header files
configure:7906: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:7906: $? = 0
configure:7979: gcc -std=gnu99 -o conftest -g -O2   conftest.c  >&5
configure:7979: $? = 0
configure:7979: ./conftest
configure:7979: $? = 0
configure:7990: result: yes
configure:8003: checking for sys/types.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for sys/stat.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for stdlib.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for string.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for memory.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for strings.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for inttypes.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for stdint.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8003: checking for unistd.h
configure:8003: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8003: $? = 0
configure:8003: result: yes
configure:8017: checking for dlfcn.h
configure:8017: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:8017: $? = 0
configure:8017: result: yes
configure:8223: checking for objdir
configure:8238: result: .libs
configure:8509: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:8527: gcc -std=gnu99 -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8531: $? = 0
configure:8544: result: no
configure:8871: checking for gcc -std=gnu99 option to produce PIC
configure:8878: result: -fPIC -DPIC
configure:8886: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:8904: gcc -std=gnu99 -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8908: $? = 0
configure:8921: result: yes
configure:8950: checking if gcc -std=gnu99 static flag -static works
configure:8978: result: no
configure:8993: checking if gcc -std=gnu99 supports -c -o file.o
configure:9014: gcc -std=gnu99 -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9018: $? = 0
configure:9040: result: yes
configure:9048: checking if gcc -std=gnu99 supports -c -o file.o
configure:9095: result: yes
configure:9128: checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10285: result: yes
configure:10322: checking whether -lc should be explicitly linked in
configure:10330: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:10333: $? = 0
configure:10348: gcc -std=gnu99 -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:10351: $? = 0
configure:10365: result: no
configure:10525: checking dynamic linker characteristics
configure:11025: gcc -std=gnu99 -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11025: $? = 0
configure:11259: result: GNU/Linux ld.so
configure:11366: checking how to hardcode library paths into programs
configure:11391: result: immediate
configure:11931: checking whether stripping libraries is possible
configure:11936: result: yes
configure:11971: checking if libtool supports shared libraries
configure:11973: result: yes
configure:11976: checking whether to build shared libraries
configure:11997: result: yes
configure:12000: checking whether to build static libraries
configure:12004: result: yes
configure:12095: checking for pkg-config
configure:12113: found /usr/bin/pkg-config
configure:12125: result: /usr/bin/pkg-config
configure:12150: checking pkg-config is at least version 0.21
configure:12153: result: yes
configure:12166: checking whether GCC or Clang is our compiler
configure:12182: gcc -std=gnu99 -c -g -O2  conftest.c >&5
conftest.c:25:42: error: #error
configure:12182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #if ! __clang__
|                                         #error
|                                         #endif
|
configure:12192: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:12192: $? = 0
configure:12204: result: gcc
configure:12247: checking gcc version
configure:12253: result: 4.4.7
configure:12277: checking for gawk
configure:12304: result: gawk
configure:12363: checking for gcc
configure:12390: result: gcc
configure:12619: checking for C compiler version
configure:12628: gcc --version >&5
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11)
Copyright (C) 2010 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:12639: $? = 0
configure:12628: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
configure:12639: $? = 0
configure:12628: gcc -V >&5
gcc: '-V' option must have argument
configure:12639: $? = 1
configure:12628: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:12639: $? = 1
configure:12643: checking whether we are using the GNU C compiler
configure:12671: result: yes
configure:12680: checking whether gcc accepts -g
configure:12741: result: yes
configure:12758: checking for gcc option to accept ISO C89
configure:12834: result: none needed
configure:12859: checking whether gcc understands -c and -o together
configure:12896: result: yes
configure:12915: checking dependency style of gcc
configure:13026: result: gcc3
configure:13046: checking how to run the C preprocessor
configure:13116: result: gcc -std=gnu99 -E
configure:13136: gcc -std=gnu99 -E  conftest.c
configure:13136: $? = 0
configure:13150: gcc -std=gnu99 -E  conftest.c
conftest.c:24:28: error: ac_nonexistent.h: No such file or directory
configure:13150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13179: checking whether ln -s works
configure:13183: result: yes
configure:13190: checking whether make sets $(MAKE)
configure:13212: result: yes
configure:13224: checking for pkg-config
configure:13242: found /usr/bin/pkg-config
configure:13255: result: /usr/bin/pkg-config
configure:13281: checking for python
configure:13299: found /usr/bin/python
configure:13312: result: /usr/bin/python
configure:13345: checking for wget
configure:13363: found /usr/bin/wget
configure:13376: result: /usr/bin/wget
configure:13454: checking stddef.h usability
configure:13454: gcc -c -g -O2  conftest.c >&5
configure:13454: $? = 0
configure:13454: result: yes
configure:13454: checking stddef.h presence
configure:13454: gcc -std=gnu99 -E  conftest.c
configure:13454: $? = 0
configure:13454: result: yes
configure:13454: checking for stddef.h
configure:13454: result: yes
configure:13467: checking arpa/inet.h usability
configure:13467: gcc -c -g -O2  conftest.c >&5
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking arpa/inet.h presence
configure:13467: gcc -std=gnu99 -E  conftest.c
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking for arpa/inet.h
configure:13467: result: yes
configure:13467: checking assert.h usability
configure:13467: gcc -c -g -O2  conftest.c >&5
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking assert.h presence
configure:13467: gcc -std=gnu99 -E  conftest.c
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking for assert.h
configure:13467: result: yes
configure:13467: checking ctype.h usability
configure:13467: gcc -c -g -O2  conftest.c >&5
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking ctype.h presence
configure:13467: gcc -std=gnu99 -E  conftest.c
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking for ctype.h
configure:13467: result: yes
configure:13467: checking errno.h usability
configure:13467: gcc -c -g -O2  conftest.c >&5
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking errno.h presence
configure:13467: gcc -std=gnu99 -E  conftest.c
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking for errno.h
configure:13467: result: yes
configure:13467: checking fcntl.h usability
configure:13467: gcc -c -g -O2  conftest.c >&5
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking fcntl.h presence
configure:13467: gcc -std=gnu99 -E  conftest.c
configure:13467: $? = 0
configure:13467: result: yes
configure:13467: checking for fcntl.h
configure:13467: result: yes
configure:13467: checking for inttypes.h
configure:13467: result: yes
configure:13479: checking getopt.h usability
configure:13479: gcc -c -g -O2  conftest.c >&5
configure:13479: $? = 0
configure:13479: result: yes
configure:13479: checking getopt.h presence
configure:13479: gcc -std=gnu99 -E  conftest.c
configure:13479: $? = 0
configure:13479: result: yes
configure:13479: checking for getopt.h
configure:13479: result: yes
configure:13492: checking limits.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking limits.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for limits.h
configure:13492: result: yes
configure:13492: checking netdb.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking netdb.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for netdb.h
configure:13492: result: yes
configure:13492: checking netinet/in.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking netinet/in.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for netinet/in.h
configure:13492: result: yes
configure:13492: checking poll.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking poll.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for poll.h
configure:13492: result: yes
configure:13492: checking sched.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking sched.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for sched.h
configure:13492: result: yes
configure:13492: checking signal.h usability
configure:13492: gcc -c -g -O2  conftest.c >&5
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking signal.h presence
configure:13492: gcc -std=gnu99 -E  conftest.c
configure:13492: $? = 0
configure:13492: result: yes
configure:13492: checking for signal.h
configure:13492: result: yes
configure:13505: checking stdarg.h usability
configure:13505: gcc -c -g -O2  conftest.c >&5
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking stdarg.h presence
configure:13505: gcc -std=gnu99 -E  conftest.c
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking for stdarg.h
configure:13505: result: yes
configure:13505: checking for stdint.h
configure:13505: result: yes
configure:13505: checking stdio.h usability
configure:13505: gcc -c -g -O2  conftest.c >&5
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking stdio.h presence
configure:13505: gcc -std=gnu99 -E  conftest.c
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking for stdio.h
configure:13505: result: yes
configure:13505: checking for stdlib.h
configure:13505: result: yes
configure:13505: checking for string.h
configure:13505: result: yes
configure:13505: checking sys/ioctl.h usability
configure:13505: gcc -c -g -O2  conftest.c >&5
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking sys/ioctl.h presence
configure:13505: gcc -std=gnu99 -E  conftest.c
configure:13505: $? = 0
configure:13505: result: yes
configure:13505: checking for sys/ioctl.h
configure:13505: result: yes
configure:13518: checking syslog.h usability
configure:13518: gcc -c -g -O2  conftest.c >&5
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking syslog.h presence
configure:13518: gcc -std=gnu99 -E  conftest.c
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking for syslog.h
configure:13518: result: yes
configure:13518: checking sys/prctl.h usability
configure:13518: gcc -c -g -O2  conftest.c >&5
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking sys/prctl.h presence
configure:13518: gcc -std=gnu99 -E  conftest.c
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking for sys/prctl.h
configure:13518: result: yes
configure:13518: checking sys/socket.h usability
configure:13518: gcc -c -g -O2  conftest.c >&5
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking sys/socket.h presence
configure:13518: gcc -std=gnu99 -E  conftest.c
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking for sys/socket.h
configure:13518: result: yes
configure:13518: checking for sys/stat.h
configure:13518: result: yes
configure:13518: checking sys/syscall.h usability
configure:13518: gcc -c -g -O2  conftest.c >&5
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking sys/syscall.h presence
configure:13518: gcc -std=gnu99 -E  conftest.c
configure:13518: $? = 0
configure:13518: result: yes
configure:13518: checking for sys/syscall.h
configure:13518: result: yes
configure:13531: checking sys/time.h usability
configure:13531: gcc -c -g -O2  conftest.c >&5
configure:13531: $? = 0
configure:13531: result: yes
configure:13531: checking sys/time.h presence
configure:13531: gcc -std=gnu99 -E  conftest.c
configure:13531: $? = 0
configure:13531: result: yes
configure:13531: checking for sys/time.h
configure:13531: result: yes
configure:13531: checking time.h usability
configure:13531: gcc -c -g -O2  conftest.c >&5
configure:13531: $? = 0
configure:13531: result: yes
configure:13531: checking time.h presence
configure:13531: gcc -std=gnu99 -E  conftest.c
configure:13531: $? = 0
configure:13531: result: yes
configure:13531: checking for time.h
configure:13531: result: yes
configure:13531: checking for unistd.h
configure:13531: result: yes
configure:13544: checking for sys/ioctl.h
configure:13544: result: yes
configure:13544: checking linux/if_ether.h usability
configure:13544: gcc -c -g -O2  conftest.c >&5
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking linux/if_ether.h presence
configure:13544: gcc -std=gnu99 -E  conftest.c
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking for linux/if_ether.h
configure:13544: result: yes
configure:13544: checking linux/if_packet.h usability
configure:13544: gcc -c -g -O2  conftest.c >&5
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking linux/if_packet.h presence
configure:13544: gcc -std=gnu99 -E  conftest.c
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking for linux/if_packet.h
configure:13544: result: yes
configure:13544: checking linux/filter.h usability
configure:13544: gcc -c -g -O2  conftest.c >&5
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking linux/filter.h presence
configure:13544: gcc -std=gnu99 -E  conftest.c
configure:13544: $? = 0
configure:13544: result: yes
configure:13544: checking for linux/filter.h
configure:13544: result: yes
configure:13557: checking linux/ethtool.h usability
configure:13557: gcc -c -g -O2  conftest.c >&5
configure:13557: $? = 0
configure:13557: result: yes
configure:13557: checking linux/ethtool.h presence
configure:13557: gcc -std=gnu99 -E  conftest.c
configure:13557: $? = 0
configure:13557: result: yes
configure:13557: checking for linux/ethtool.h
configure:13557: result: yes
configure:13557: checking linux/sockios.h usability
configure:13557: gcc -c -g -O2  conftest.c >&5
configure:13557: $? = 0
configure:13557: result: yes
configure:13557: checking linux/sockios.h presence
configure:13557: gcc -std=gnu99 -E  conftest.c
configure:13557: $? = 0
configure:13557: result: yes
configure:13557: checking for linux/sockios.h
configure:13557: result: yes
configure:13567: checking glob.h usability
configure:13567: gcc -c -g -O2  conftest.c >&5
configure:13567: $? = 0
configure:13567: result: yes
configure:13567: checking glob.h presence
configure:13567: gcc -std=gnu99 -E  conftest.c
configure:13567: $? = 0
configure:13567: result: yes
configure:13567: checking for glob.h
configure:13567: result: yes
configure:13579: checking for sys/socket.h
configure:13579: result: yes
configure:13579: checking for net/if.h
configure:13579: gcc -c -g -O2  conftest.c >&5
configure:13579: $? = 0
configure:13579: result: yes
configure:13579: checking for sys/mman.h
configure:13579: gcc -c -g -O2  conftest.c >&5
configure:13579: $? = 0
configure:13579: result: yes
configure:13579: checking for linux/if_arp.h
configure:13579: gcc -c -g -O2  conftest.c >&5
configure:13579: $? = 0
configure:13579: result: yes
configure:13598: checking for windows.h
configure:13598: gcc -c -g -O2  conftest.c >&5
conftest.c:68:21: error: windows.h: No such file or directory
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
|
|                         #ifndef _X86_
|                         #define _X86_
|                         #endif
|
|
| #include <windows.h>
configure:13598: result: no
configure:13598: checking for winsock2.h
configure:13598: gcc -c -g -O2  conftest.c >&5
conftest.c:68:22: error: winsock2.h: No such file or directory
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
|
|                         #ifndef _X86_
|                         #define _X86_
|                         #endif
|
|
| #include <winsock2.h>
configure:13598: result: no
configure:13598: checking for ws2tcpip.h
configure:13598: gcc -c -g -O2  conftest.c >&5
conftest.c:68:22: error: ws2tcpip.h: No such file or directory
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
|
|                         #ifndef _X86_
|                         #define _X86_
|                         #endif
|
|
| #include <ws2tcpip.h>
configure:13598: result: no
configure:13598: checking for w32api/wtypes.h
configure:13598: gcc -c -g -O2  conftest.c >&5
conftest.c:68:27: error: w32api/wtypes.h: No such file or directory
configure:13598: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
|
|                         #ifndef _X86_
|                         #define _X86_
|                         #endif
|
|
| #include <w32api/wtypes.h>
configure:13598: result: no
configure:13615: checking for w32api/winbase.h
configure:13615: gcc -c -g -O2  conftest.c >&5
conftest.c:66:45: error: windows.h: No such file or directory
conftest.c:69:28: error: w32api/winbase.h: No such file or directory
configure:13615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
|
|                         #ifndef _X86_
|                         #define _X86_
|                         #endif
|                         #include <windows.h>
|
|
| #include <w32api/winbase.h>
configure:13615: result: no
configure:13633: checking for inline
configure:13649: gcc -c -g -O2  conftest.c >&5
configure:13649: $? = 0
configure:13657: result: inline
configure:13675: checking for pid_t
configure:13675: gcc -c -g -O2  conftest.c >&5
configure:13675: $? = 0
configure:13675: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:98: error: expected expression before ')' token
configure:13675: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
| #include <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:13675: result: yes
configure:13686: checking for size_t
configure:13686: gcc -c -g -O2  conftest.c >&5
configure:13686: $? = 0
configure:13686: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:98: error: expected expression before ')' token
configure:13686: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
| #include <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:13686: result: yes
configure:13698: checking for int32_t
configure:13720: gcc -c -g -O2  conftest.c >&5
configure:13720: $? = 0
configure:13736: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:99: warning: integer overflow in expression
conftest.c:99: error: size of array 'test_array' is negative
configure:13736: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
| #include <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:13751: result: yes
configure:13764: checking for uint16_t
configure:13786: gcc -c -g -O2  conftest.c >&5
configure:13786: $? = 0
configure:13797: result: yes
configure:13811: checking for uint32_t
configure:13833: gcc -c -g -O2  conftest.c >&5
configure:13833: $? = 0
configure:13844: result: yes
configure:13860: checking for uint64_t
configure:13882: gcc -c -g -O2  conftest.c >&5
configure:13882: $? = 0
configure:13893: result: yes
configure:13909: checking for uint8_t
configure:13931: gcc -c -g -O2  conftest.c >&5
configure:13931: $? = 0
configure:13942: result: yes
configure:13957: checking for stdbool.h that conforms to C99
configure:14024: gcc -c -g -O2  conftest.c >&5
configure:14024: $? = 0
configure:14031: result: yes
configure:14033: checking for _Bool
configure:14033: gcc -c -g -O2  conftest.c >&5
configure:14033: $? = 0
configure:14033: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:98: error: expected expression before ')' token
configure:14033: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| /* end confdefs.h.  */
| #include <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:14033: result: yes
configure:14054: checking for stdlib.h
configure:14054: result: yes
configure:14064: checking for GNU libc compatible malloc
configure:14088: gcc -o conftest -g -O2   conftest.c  >&5
configure:14088: $? = 0
configure:14088: ./conftest
configure:14088: $? = 0
configure:14098: result: yes
configure:14121: checking for stdlib.h
configure:14121: result: yes
configure:14131: checking for GNU libc compatible realloc
configure:14155: gcc -o conftest -g -O2   conftest.c  >&5
configure:14155: $? = 0
configure:14155: ./conftest
configure:14155: $? = 0
configure:14165: result: yes
configure:14189: checking for gettimeofday
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for memset
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:92: warning: conflicting types for built-in function 'memset'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strcasecmp
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:93: warning: conflicting types for built-in function 'strcasecmp'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strchr
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:94: warning: conflicting types for built-in function 'strchr'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strdup
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:95: warning: conflicting types for built-in function 'strdup'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strerror
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strncasecmp
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:97: warning: conflicting types for built-in function 'strncasecmp'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strtol
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for strtoul
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for memchr
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:100: warning: conflicting types for built-in function 'memchr'
configure:14189: $? = 0
configure:14189: result: yes
configure:14189: checking for memrchr
configure:14189: gcc -o conftest -g -O2   conftest.c  >&5
configure:14189: $? = 0
configure:14189: result: yes
configure:14204: checking for strlcpy
configure:14204: gcc -o conftest    conftest.c  >&5
/tmp/ccc3k9yb.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:14204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| /* 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:14204: result: no
configure:14204: checking for strlcat
configure:14204: gcc -o conftest    conftest.c  >&5
/tmp/ccId7q0g.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:14204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| /* 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:14204: result: no
configure:14223: checking for special C compiler options needed for large files
configure:14268: result: no
configure:14274: checking for _FILE_OFFSET_BITS value needed for large files
configure:14299: gcc -c -g -O2  conftest.c >&5
configure:14299: $? = 0
configure:14331: result: no
configure:14418: checking host os
configure:14472: result: ok
configure:14486: checking for thread local storage __thread support
configure:14499: gcc -c -g -O2  conftest.c >&5
configure:14499: $? = 0
configure:14503: result: yes
configure:14696: checking checking if gcc supports -march=native
configure:14709: gcc -c -g -O2 -march=native  conftest.c >&5
configure:14709: $? = 0
configure:14711: result: yes
configure:14880: checking for spatch
configure:14911: result: no
configure:14965: checking for Mpipe
configure:14978: gcc -c -g -O2 -march=native  conftest.c >&5
conftest.c:80:24: error: gxio/mpipe.h: No such file or directory
configure:14978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| /* end confdefs.h.  */
| #include <gxio/mpipe.h>
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:14988: result: no
configure:15014: checking pcre.h usability
configure:15014: gcc -c -g -O2 -march=native  conftest.c >&5
configure:15014: $? = 0
configure:15014: result: yes
configure:15014: checking pcre.h presence
configure:15014: gcc -std=gnu99 -E  conftest.c
configure:15014: $? = 0
configure:15014: result: yes
configure:15014: checking for pcre.h
configure:15014: result: yes
configure:15027: checking for pcre_get_substring in -lpcre
configure:15052: gcc -o conftest -g -O2 -march=native   conftest.c -lpcre   >&5
configure:15052: $? = 0
configure:15061: result: yes
configure:15087: checking for LIBPCREVERSION
configure:15094: $PKG_CONFIG --exists --print-errors "libpcre = 8.35"
Requested 'libpcre = 8.35' but version of libpcre is 7.8
configure:15097: $? = 1
configure:15111: $PKG_CONFIG --exists --print-errors "libpcre = 8.35"
Requested 'libpcre = 8.35' but version of libpcre is 7.8
configure:15114: $? = 1
configure:15128: result: no
Requested 'libpcre = 8.35' but version of libpcre is 7.8
configure:15172: checking for pcre_dfa_exec in -lpcre
configure:15197: gcc -o conftest -g -O2 -march=native   conftest.c -lpcre  -lpcre  >&5
configure:15197: $? = 0
configure:15206: result: yes
configure:15240: gcc -c -g -O2 -march=native  conftest.c >&5
configure:15240: $? = 0
configure:15272: gcc -c -O0 -g -Werror -Wall  conftest.c >&5
cc1: warnings being treated as errors
conftest.c: In function 'main':
conftest.c:86: error: implicit declaration of function 'pcre_free_study'
configure:15272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| /* end confdefs.h.  */
|  #include <pcre.h>
| int
| main ()
| {
|  pcre_extra *extra = NULL; pcre_free_study(extra);
|   ;
|   return 0;
| }
configure:15284: checking for PCRE JIT support
configure:15300: gcc -c -g -O2 -march=native  conftest.c >&5
conftest.c: In function 'main':
conftest.c:88: error: 'PCRE_CONFIG_JIT' undeclared (first use in this function)
conftest.c:88: error: (Each undeclared identifier is reported only once
conftest.c:88: error: for each function it appears in.)
configure:15300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| /* end confdefs.h.  */
|  #include <pcre.h>
| int
| main ()
| {
|
|         int jit = 0;
|         pcre_config(PCRE_CONFIG_JIT, &jit);
|
|   ;
|   return 0;
| }
configure:15368: result: no
configure:15378: checking for libhs
configure:15385: $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:15388: $? = 1
configure:15402: $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:15405: $? = 1
configure:15419: result: no
No package 'libhs' found
configure:15472: checking hs.h usability
configure:15472: gcc -c -g -O2 -march=native  conftest.c >&5
conftest.c:115:16: error: hs.h: No such file or directory
configure:15472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 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:15472: result: no
configure:15472: checking hs.h presence
configure:15472: gcc -std=gnu99 -E  conftest.c
conftest.c:82:16: error: hs.h: No such file or directory
configure:15472: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| /* end confdefs.h.  */
| #include <hs.h>
configure:15472: result: no
configure:15472: checking for hs.h
configure:15472: result: no
configure:15569: checking yaml.h usability
configure:15569: gcc -c -g -O2 -march=native  conftest.c >&5
configure:15569: $? = 0
configure:15569: result: yes
configure:15569: checking yaml.h presence
configure:15569: gcc -std=gnu99 -E  conftest.c
configure:15569: $? = 0
configure:15569: result: yes
configure:15569: checking for yaml.h
configure:15569: result: yes
configure:15583: checking for yaml_parser_initialize in -lyaml
configure:15608: gcc -o conftest -g -O2 -march=native   conftest.c -lyaml  -lpcre  >&5
configure:15608: $? = 0
configure:15617: result: yes
configure:15671: checking for pthread_create in -lpthread
configure:15696: gcc -o conftest -g -O2 -march=native   conftest.c -lpthread  -lyaml -lpcre  >&5
configure:15696: $? = 0
configure:15705: result: yes
configure:15760: checking jansson.h usability
configure:15760: gcc -c -g -O2 -march=native  conftest.c >&5
configure:15760: $? = 0
configure:15760: result: yes
configure:15760: checking jansson.h presence
configure:15760: gcc -std=gnu99 -E  conftest.c
configure:15760: $? = 0
configure:15760: result: yes
configure:15760: checking for jansson.h
configure:15760: result: yes
configure:15773: checking for json_dump_callback in -ljansson
configure:15798: gcc -o conftest -g -O2 -march=native   conftest.c -ljansson  -lpthread -lyaml -lpcre  >&5
configure:15798: $? = 0
configure:15807: result: yes
configure:16779: checking for libnet.h version 1.1.x
configure:16798: result: yes
configure:16806: checking for libnet_write in -lnet
configure:16831: gcc -o conftest -g -O2 -march=native   conftest.c -lnet  -ljansson -lpthread -lyaml -lpcre  >&5
configure:16831: $? = 0
configure:16840: result: yes
configure:16898: checking for libnet_build_icmpv6_unreach in -lnet
configure:16923: gcc -o conftest -g -O2 -march=native   conftest.c -lnet  -lnet -ljansson -lpthread -lyaml -lpcre  >&5
configure:16923: $? = 0
configure:16932: result: yes
configure:16990: checking pcap.h usability
configure:16990: gcc -c -g -O2 -march=native  -I/opt/pfring/include conftest.c >&5
configure:16990: $? = 0
configure:16990: result: yes
configure:16990: checking pcap.h presence
configure:16990: gcc -std=gnu99 -E  -I/opt/pfring/include conftest.c
configure:16990: $? = 0
configure:16990: result: yes
configure:16990: checking for pcap.h
configure:16990: result: yes
configure:17005: checking for pcap.h
configure:17005: result: yes
configure:17005: checking pcap/pcap.h usability
configure:17005: gcc -c -g -O2 -march=native  -I/opt/pfring/include conftest.c >&5
configure:17005: $? = 0
configure:17005: result: yes
configure:17005: checking pcap/pcap.h presence
configure:17005: gcc -std=gnu99 -E  -I/opt/pfring/include conftest.c
configure:17005: $? = 0
configure:17005: result: yes
configure:17005: checking for pcap/pcap.h
configure:17005: result: yes
configure:17005: checking pcap/bpf.h usability
configure:17005: gcc -c -g -O2 -march=native  -I/opt/pfring/include conftest.c >&5
configure:17005: $? = 0
configure:17005: result: yes
configure:17005: checking pcap/bpf.h presence
configure:17005: gcc -std=gnu99 -E  -I/opt/pfring/include conftest.c
configure:17005: $? = 0
configure:17005: result: yes
configure:17005: checking for pcap/bpf.h
configure:17005: result: yes
configure:17017: checking for pcap_open_live in -lpcap
configure:17042: gcc -o conftest -g -O2 -march=native  -I/opt/pfring/include   -L/opt/pfring/lib conftest.c -lpcap  -lnet -ljansson -lpthread -lyaml -lpcre  >&5
configure:17042: $? = 0
configure:17051: result: yes
configure:17080: checking for pcap_activate in -lpcap
configure:17105: gcc -o conftest -g -O2 -march=native  -I/opt/pfring/include   -L/opt/pfring/lib conftest.c -lpcap  -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  >&5
configure:17105: $? = 0
configure:17114: result: yes
configure:17130: checking for pcap-config
configure:17148: found /usr/local/bin/pcap-config
configure:17161: result: /usr/local/bin/pcap-config
configure:17192: checking for pcap_set_buffer_size in -lpcap
configure:17217: gcc -o conftest -g -O2 -march=native  -I/opt/pfring/include   -L/opt/pfring/lib conftest.c -lpcap  -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  >&5
configure:17217: $? = 0
configure:17226: result: yes
configure:17289: checking for pfring_open in -lpfring
configure:17314: gcc -o conftest -g -O2 -march=native  -I/opt/pfring/include -I/opt/pfring/include   -L/opt/pfring/lib  -L/opt/pfring/lib conftest.c -lpfring -lpcap -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  >&5
configure:17314: $? = 0
configure:17323: result: yes
configure:17354: gcc -c -g -O2 -march=native -Werror  -I/opt/pfring/include -I/opt/pfring/include conftest.c >&5
configure:17354: $? = 0
configure:17394: checking whether TPACKET_V2 is declared
configure:17394: gcc -c -g -O2 -march=native  -I/opt/pfring/include -I/opt/pfring/include conftest.c >&5
configure:17394: $? = 0
configure:17394: result: yes
configure:17405: checking whether PACKET_FANOUT_QM is declared
configure:17405: gcc -c -g -O2 -march=native  -I/opt/pfring/include -I/opt/pfring/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:115: error: 'PACKET_FANOUT_QM' undeclared (first use in this function)
conftest.c:115: error: (Each undeclared identifier is reported only once
conftest.c:115: error: for each function it appears in.)
configure:17405: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBJANSSON 1
| #define BUILD_UNIX_SOCKET 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET11 1
| #define _DEFAULT_SOURCE 1
| #define _BSD_SOURCE 1
| #define __BSD_SOURCE 1
| #define __FAVOR_BSD 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET_ICMPV6_UNREACH 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_PCAP_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define HAVE_LIBPCAP 1
| #define LIBPCAP_VERSION_MAJOR 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_SET_BUFF 1
| #define HAVE_PFRING 1
| #define HAVE_LIBPFRING 1
| #define HAVE_AF_PACKET 1
| /* end confdefs.h.  */
| #include <linux/if_packet.h>
|
| int
| main ()
| {
| #ifndef PACKET_FANOUT_QM
| #ifdef __cplusplus
|   (void) PACKET_FANOUT_QM;
| #else
|   (void) PACKET_FANOUT_QM;
| #endif
| #endif
|
|   ;
|   return 0;
| }
configure:17405: result: no
configure:17944: checking iconv.h usability
configure:17944: gcc -c -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include conftest.c >&5
configure:17944: $? = 0
configure:17944: result: yes
configure:17944: checking iconv.h presence
configure:17944: gcc -std=gnu99 -E -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include conftest.c
configure:17944: $? = 0
configure:17944: result: yes
configure:17944: checking for iconv.h
configure:17944: result: yes
configure:17952: checking for libiconv_close in -liconv
configure:17977: gcc -o conftest -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include   -L/opt/pfring/lib  -L/opt/pfring/lib conftest.c -liconv  -lpfring -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  -lrt -lnuma >&5
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
configure:17977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBJANSSON 1
| #define BUILD_UNIX_SOCKET 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET11 1
| #define _DEFAULT_SOURCE 1
| #define _BSD_SOURCE 1
| #define __BSD_SOURCE 1
| #define __FAVOR_BSD 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET_ICMPV6_UNREACH 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_PCAP_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define HAVE_LIBPCAP 1
| #define LIBPCAP_VERSION_MAJOR 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_SET_BUFF 1
| #define HAVE_PFRING 1
| #define HAVE_LIBPFRING 1
| #define HAVE_AF_PACKET 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char libiconv_close ();
| int
| main ()
| {
| return libiconv_close ();
|   ;
|   return 0;
| }
configure:17986: result: no
configure:18469: checking cap-ng.h usability
configure:18469: gcc -c -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include conftest.c >&5
configure:18469: $? = 0
configure:18469: result: yes
configure:18469: checking cap-ng.h presence
configure:18469: gcc -std=gnu99 -E -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include conftest.c
configure:18469: $? = 0
configure:18469: result: yes
configure:18469: checking for cap-ng.h
configure:18469: result: yes
configure:18479: checking for capng_clear in -lcap-ng
configure:18504: gcc -o conftest -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include   -L/opt/pfring/lib  -L/opt/pfring/lib  -L/opt/libcap-ng-0.7.4/lib conftest.c -lcap-ng  -lpfring -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  -lrt -lnuma >&5
/usr/bin/ld: cannot find -lnuma
collect2: ld returned 1 exit status
configure:18504: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBJANSSON 1
| #define BUILD_UNIX_SOCKET 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET11 1
| #define _DEFAULT_SOURCE 1
| #define _BSD_SOURCE 1
| #define __BSD_SOURCE 1
| #define __FAVOR_BSD 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET_ICMPV6_UNREACH 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_PCAP_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define HAVE_LIBPCAP 1
| #define LIBPCAP_VERSION_MAJOR 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_SET_BUFF 1
| #define HAVE_PFRING 1
| #define HAVE_LIBPFRING 1
| #define HAVE_AF_PACKET 1
| #define HAVE_HTP_URI_NORMALIZE_HOOK 1
| #define HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW 1
| #define HAVE_HTP_DECODE_QUERY_INPLACE 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char capng_clear ();
| int
| main ()
| {
| return capng_clear ();
|   ;
|   return 0;
| }
configure:18513: result: no
configure:18661: checking for libnspr
configure:18668: $PKG_CONFIG --exists --print-errors "nspr"
configure:18671: $? = 0
configure:18685: $PKG_CONFIG --exists --print-errors "nspr"
configure:18688: $? = 0
configure:18726: result: yes
configure:18756: checking nspr.h usability
configure:18756: gcc -c -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include -I/usr/include/nspr4   -I/usr/include/nspr4 conftest.c >&5
configure:18756: $? = 0
configure:18756: result: yes
configure:18756: checking nspr.h presence
configure:18756: gcc -std=gnu99 -E -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include -I/usr/include/nspr4   -I/usr/include/nspr4 conftest.c
configure:18756: $? = 0
configure:18756: result: yes
configure:18756: checking for nspr.h
configure:18756: result: yes
configure:18769: checking for PR_GetCurrentThread in -lnspr4
configure:18794: gcc -o conftest -g -O2 -march=native -I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include -I/usr/include/nspr4   -I/usr/include/nspr4   -L/opt/pfring/lib  -L/opt/pfring/lib  -L/opt/libcap-ng-0.7.4/lib  -L/lib64 conftest.c -lnspr4  -lpfring -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  -lrt -lnuma -lplds4 -lplc4 -lnspr4 -lpthread -ldl   >&5
/usr/bin/ld: cannot find -lnuma
collect2: ld returned 1 exit status
configure:18794: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "suricata"
| #define PACKAGE_TARNAME "suricata"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "suricata 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "suricata"
| #define VERSION "3.0.1"
| #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 HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STDDEF_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PRCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_LINUX_IF_ETHER_H 1
| #define HAVE_LINUX_IF_PACKET_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_ETHTOOL_H 1
| #define HAVE_LINUX_SOCKIOS_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LINUX_IF_ARP_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMRCHR 1
| #define TLS 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBPCRE 1
| #define HAVE_LIBYAML 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_LIBJANSSON 1
| #define BUILD_UNIX_SOCKET 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET11 1
| #define _DEFAULT_SOURCE 1
| #define _BSD_SOURCE 1
| #define __BSD_SOURCE 1
| #define __FAVOR_BSD 1
| #define HAVE_NET_ETHERNET_H 1
| #define HAVE_LIBNET 1
| #define HAVE_LIBNET_ICMPV6_UNREACH 1
| #define HAVE_PCAP_H 1
| #define HAVE_PCAP_PCAP_H 1
| #define HAVE_PCAP_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define HAVE_LIBPCAP 1
| #define LIBPCAP_VERSION_MAJOR 1
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_SET_BUFF 1
| #define HAVE_PFRING 1
| #define HAVE_LIBPFRING 1
| #define HAVE_AF_PACKET 1
| #define HAVE_HTP_URI_NORMALIZE_HOOK 1
| #define HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW 1
| #define HAVE_HTP_DECODE_QUERY_INPLACE 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PR_GetCurrentThread ();
| int
| main ()
| {
| return PR_GetCurrentThread ();
|   ;
|   return 0;
| }
configure:18803: result: no

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBHTPDEVVERSION_CFLAGS_set=
ac_cv_env_LIBHTPDEVVERSION_CFLAGS_value=
ac_cv_env_LIBHTPDEVVERSION_LIBS_set=
ac_cv_env_LIBHTPDEVVERSION_LIBS_value=
ac_cv_env_LIBHTPMINVERSION_CFLAGS_set=
ac_cv_env_LIBHTPMINVERSION_CFLAGS_value=
ac_cv_env_LIBHTPMINVERSION_LIBS_set=
ac_cv_env_LIBHTPMINVERSION_LIBS_value=
ac_cv_env_LIBPCREVERSION_CFLAGS_set=
ac_cv_env_LIBPCREVERSION_CFLAGS_value=
ac_cv_env_LIBPCREVERSION_LIBS_set=
ac_cv_env_LIBPCREVERSION_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LUAJIT_CFLAGS_set=
ac_cv_env_LUAJIT_CFLAGS_value=
ac_cv_env_LUAJIT_LIBS_set=
ac_cv_env_LUAJIT_LIBS_value=
ac_cv_env_LUA_CFLAGS_set=
ac_cv_env_LUA_CFLAGS_value=
ac_cv_env_LUA_LIBS_set=
ac_cv_env_LUA_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libhs_CFLAGS_set=
ac_cv_env_libhs_CFLAGS_value=
ac_cv_env_libhs_LIBS_set=
ac_cv_env_libhs_LIBS_value=
ac_cv_env_libhtp_CFLAGS_set=
ac_cv_env_libhtp_CFLAGS_value=
ac_cv_env_libhtp_LIBS_set=
ac_cv_env_libhtp_LIBS_value=
ac_cv_env_libnspr_CFLAGS_set=
ac_cv_env_libnspr_CFLAGS_value=
ac_cv_env_libnspr_LIBS_set=
ac_cv_env_libnspr_LIBS_value=
ac_cv_env_libnss_CFLAGS_set=
ac_cv_env_libnss_CFLAGS_value=
ac_cv_env_libnss_LIBS_set=
ac_cv_env_libnss_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_gettimeofday=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memchr=yes
ac_cv_func_memrchr=yes
ac_cv_func_memset=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_have_decl_PACKET_FANOUT_QM=no
ac_cv_have_decl_TPACKET_V2=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_cap_ng_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_header_hs_h=no
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jansson_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_ethtool_h=yes
ac_cv_header_linux_filter_h=yes
ac_cv_header_linux_if_arp_h=yes
ac_cv_header_linux_if_ether_h=yes
ac_cv_header_linux_if_packet_h=yes
ac_cv_header_linux_sockios_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nspr_h=yes
ac_cv_header_pcap_bpf_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pcap_pcap_h=yes
ac_cv_header_pcre_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_prctl_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_w32api_winbase_h=no
ac_cv_header_w32api_wtypes_h=no
ac_cv_header_windows_h=no
ac_cv_header_winsock2_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_header_yaml_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_cap_ng_capng_clear=no
ac_cv_lib_iconv_libiconv_close=no
ac_cv_lib_jansson_json_dump_callback=yes
ac_cv_lib_net_libnet_build_icmpv6_unreach=yes
ac_cv_lib_net_libnet_write=yes
ac_cv_lib_nspr4_PR_GetCurrentThread=no
ac_cv_lib_pcap_pcap_activate=yes
ac_cv_lib_pcap_pcap_open_live=yes
ac_cv_lib_pcap_pcap_set_buffer_size=yes
ac_cv_lib_pcre_pcre_dfa_exec=yes
ac_cv_lib_pcre_pcre_get_substring=yes
ac_cv_lib_pfring_pfring_open=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_yaml_yaml_parser_initialize=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_HAVE_COCCINELLE_CONFIG=no
ac_cv_path_HAVE_PCAP_CONFIG=/usr/local/bin/pcap-config
ac_cv_path_HAVE_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_HAVE_PYTHON_CONFIG=/usr/bin/python
ac_cv_path_HAVE_WGET=/usr/bin/wget
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1966080
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_libnspr_CFLAGS='-I/usr/include/nspr4  '
pkg_cv_libnspr_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/wab_awitt/suricata-3.0.1/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/wab_awitt/suricata-3.0.1/missing autoconf'
AUTOHEADER='${SHELL} /home/wab_awitt/suricata-3.0.1/missing autoheader'
AUTOMAKE='${SHELL} /home/wab_awitt/suricata-3.0.1/missing automake-1.14'
AWK='gawk'
BUILD_CUDA_FALSE=''
BUILD_CUDA_TRUE='#'
BUILD_PCIE_LOGGING_FALSE=''
BUILD_PCIE_LOGGING_TRUE='#'
BUILD_UNITTESTS_FALSE=''
BUILD_UNITTESTS_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -march=native'
CLANG_CFLAGS=''
CONFIGURE_LOCALSTATEDIR=''
CONFIGURE_PREFIX=''
CONFIGURE_SYSCONDIR=''
CPP='gcc -std=gnu99 -E'
CPPFLAGS='-I./../libhtp/  -I/opt/pfring/include -I/opt/pfring/include -I/opt/libcap-ng-0.7.4/include -I/usr/include/nspr4   -I/usr/include/nspr4'
CYGPATH_W='echo'
DEBUG_FALSE=''
DEBUG_TRUE='#'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GCC_CFLAGS='-Wextra -Werror-implicit-function-declaration -fno-tree-pre'
GREP='/bin/grep'
HAVE_COCCINELLE_CONFIG='no'
HAVE_COCCINELLE_FALSE=''
HAVE_COCCINELLE_TRUE='#'
HAVE_CURL=''
HAVE_FETCH_COMMAND_FALSE='#'
HAVE_FETCH_COMMAND_TRUE=''
HAVE_GETCONF_CMD=''
HAVE_GIT_CMD=''
HAVE_PCAP_CONFIG='/usr/local/bin/pcap-config'
HAVE_PKG_CONFIG='/usr/bin/pkg-config'
HAVE_PYTHON_CONFIG='/usr/bin/python'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
HAVE_WGET='/usr/bin/wget'
HAVE_WGET_COMMAND_FALSE='#'
HAVE_WGET_COMMAND_TRUE=''
HTP_DIR='libhtp'
HTP_LDADD='../libhtp/htp/libhtp.la'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='  -L/opt/pfring/lib  -L/opt/pfring/lib  -L/opt/libcap-ng-0.7.4/lib  -L/lib64'
LIBHTPDEVVERSION_CFLAGS=''
LIBHTPDEVVERSION_LIBS=''
LIBHTPMINVERSION_CFLAGS=''
LIBHTPMINVERSION_LIBS=''
LIBOBJS=''
LIBPCREVERSION_CFLAGS=''
LIBPCREVERSION_LIBS=''
LIBPRELUDE_CFLAGS=''
LIBPRELUDE_CONFIG=''
LIBPRELUDE_CONFIG_PREFIX=''
LIBPRELUDE_LDFLAGS=''
LIBPRELUDE_LIBS=''
LIBPRELUDE_PREFIX=''
LIBPRELUDE_PTHREAD_CFLAGS=''
LIBS='-lpfring -lpcap -lnet -ljansson -lpthread -lyaml -lpcre  -lrt -lnuma -lplds4 -lplc4 -lnspr4 -lpthread -ldl  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LUAJIT_CFLAGS=''
LUAJIT_LIBS=''
LUA_CFLAGS=''
LUA_LIBS=''
MAKEINFO='${SHELL} /home/wab_awitt/suricata-3.0.1/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
NVCC=''
OBJDUMP='objdump'
OBJEXT='o'
OPTIMIZATION_CFLAGS='-march=native'
OTOOL64=''
OTOOL=''
PACKAGE='suricata'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='suricata'
PACKAGE_STRING='suricata 3.0.1'
PACKAGE_TARNAME='suricata'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.1'
PATH_SEPARATOR=':'
PCAP_CFLAGS=' -I/usr/local/include'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PYTHON=''
PYTHON_EXEC_PREFIX=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SECCFLAGS=''
SECLDFLAGS=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='3.0.1'
__SC_CUDA_SUPPORT___FALSE=''
__SC_CUDA_SUPPORT___TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
e_localstatedir=''
e_logcertsdir=''
e_logdir=''
e_logfilesdir=''
e_magic_file=''
e_magic_file_comment='#'
e_rundir=''
e_sysconfdir=''
e_sysconfrulesdir=''
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/wab_awitt/suricata-3.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libhs_CFLAGS=''
libhs_LIBS=''
libhtp_CFLAGS=''
libhtp_LIBS=''
libnspr_CFLAGS='-I/usr/include/nspr4  '
libnspr_LIBS='-lplds4 -lplc4 -lnspr4 -lpthread -ldl  '
libnss_CFLAGS=''
libnss_LIBS=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/opt/suricata'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libhtp'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "suricata"
#define PACKAGE_TARNAME "suricata"
#define PACKAGE_VERSION "3.0.1"
#define PACKAGE_STRING "suricata 3.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "suricata"
#define VERSION "3.0.1"
#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 HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_STDDEF_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_GETOPT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_POLL_H 1
#define HAVE_SCHED_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_PRCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_LINUX_IF_ETHER_H 1
#define HAVE_LINUX_IF_PACKET_H 1
#define HAVE_LINUX_FILTER_H 1
#define HAVE_LINUX_ETHTOOL_H 1
#define HAVE_LINUX_SOCKIOS_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_LINUX_IF_ARP_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MEMSET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_MEMCHR 1
#define HAVE_MEMRCHR 1
#define TLS 1
#define HAVE_LIBPCRE 1
#define HAVE_LIBPCRE 1
#define HAVE_LIBYAML 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBJANSSON 1
#define BUILD_UNIX_SOCKET 1
#define HAVE_LIBNET 1
#define HAVE_LIBNET11 1
#define _DEFAULT_SOURCE 1
#define _BSD_SOURCE 1
#define __BSD_SOURCE 1
#define __FAVOR_BSD 1
#define HAVE_NET_ETHERNET_H 1
#define HAVE_LIBNET 1
#define HAVE_LIBNET_ICMPV6_UNREACH 1
#define HAVE_PCAP_H 1
#define HAVE_PCAP_PCAP_H 1
#define HAVE_PCAP_BPF_H 1
#define HAVE_LIBPCAP 1
#define HAVE_LIBPCAP 1
#define LIBPCAP_VERSION_MAJOR 1
#define HAVE_LIBPCAP 1
#define HAVE_PCAP_SET_BUFF 1
#define HAVE_PFRING 1
#define HAVE_LIBPFRING 1
#define HAVE_AF_PACKET 1
#define HAVE_HTP_URI_NORMALIZE_HOOK 1
#define HAVE_HTP_TX_GET_RESPONSE_HEADERS_RAW 1
#define HAVE_HTP_DECODE_QUERY_INPLACE 1

configure: exit 1

-----Original Message-----
From: Oisf-users [mailto:oisf-users-bounces at lists.openinfosecfoundation.org] On Behalf Of Victor Julien
Sent: Tuesday, April 05, 2016 11:07 PM
To: oisf-users at lists.openinfosecfoundation.org
Subject: Re: [Oisf-users] pf_ring and libnspr

On 06-04-16 07:56, Adam Witt wrote:
> I would also like to add, this servers is running RHEL 6, and that I
> installed pf_ring from today’s rpm build. I also installed
> pf_ring-aware libpcap from source.
>
>
>
> It appears that a similar User had the same problem, but was able to
> remedy the situation by installing the proper pf_ring-aware libpcap
> which I have already done:
> https://lists.openinfosecfoundation.org/pipermail/oisf-users/2016-Febr
> uary/005695.html
>
>
>
> I also double-checked to ensure that both libcap-ng-devel and the
> relevant nspr packages are installed, and they are.
>

Can you attach your config.log from the source directory?

Cheers,
Victor



>
> Adam
>
>
>
> *From:*Oisf-users
> [mailto:oisf-users-bounces at lists.openinfosecfoundation.org] *On Behalf
> Of *Adam Witt
> *Sent:* Tuesday, April 05, 2016 9:28 PM
> *To:* oisf-users at lists.openinfosecfoundation.org
> *Subject:* [Oisf-users] pf_ring and libnspr
>
>
>
> Greetings—
>
>
>
> While attempting to ./configure suricata 3.0.1, I’m encountering an
> issue when applying the --enable-pfring flag. I receive the error below:
>
>
>
> ./configure \
>
> --prefix=<DIR> \
>
> --enable-pfring \
>
> --enable-geoip \
>
> --with-libpfring-includes=<DIR> \
>
> --with-libpfring-libraries=<DIR> \
>
> --with-libpcap-includes=<DIR> \
>
> --with-libpcap-libraries=<DIR>
>
>
>
> <snip>
>
> checking for libnspr... yes
>
> checking nspr.h usability... yes
>
> checking nspr.h presence... yes
>
> checking for nspr.h... yes
>
> checking for PR_GetCurrentThread in -lnspr4... no
>
>
>
>    ERROR!  libnspr library not found, go get it
>
>    from Mozilla or your distribution:
>
>
>
>    Ubuntu: apt-get install libnspr4-dev
>
>    Fedora: yum install nspr-devel
>
>
>
> ...yet by removing the --enable-pfring flag and leaving everything
> else as-is, everything works nicely:
>
> ./configure \
>
> --prefix=<DIR> \
>
> --enable-geoip \
>
> --with-libpfring-includes=<DIR> \
>
> --with-libpfring-libraries=<DIR> \
>
> --with-libpcap-includes=<DIR> \
>
> --with-libpcap-libraries=<DIR>
>
>
>
> checking for libnspr... yes
>
> checking nspr.h usability... yes
>
> checking nspr.h presence... yes
>
> checking for nspr.h... yes
>
> checking for PR_GetCurrentThread in -lnspr4... yes
>
>
>
> Thoughts? Any help is greatly appreciated.
>
>
>
> Adam
>
>
>
> /Need to send me a file too big for email? You can upload it at
> /*/www.westernalliancebancorp.sharefile.com/*
> <http://www.westernalliancebancorp.sharefile.com/>//
>
> ----------------------------------------------------------------------
> --
>
> CONFIDENTIALITY. This email and any attachments are confidential,
> except where the email states it can be disclosed; it may also be privileged.
> If received in error, please do not disclose the contents to anyone,
> but notify the sender by return email and delete this email (and any
> attachments) from your system.
>
>
>
> /Need to send me a file too big for email? You can upload it at
> //*www.westernalliancebancorp.sharefile.com*/
> <http://www.westernalliancebancorp.sharefile.com/>//
>
> ----------------------------------------------------------------------
> --
>
> CONFIDENTIALITY. This email and any attachments are confidential,
> except where the email states it can be disclosed; it may also be privileged.
> If received in error, please do not disclose the contents to anyone,
> but notify the sender by return email and delete this email (and any
> attachments) from your system.
>
>
>
>
> _______________________________________________
> Suricata IDS Users mailing list: oisf-users at openinfosecfoundation.org
> Site: http://suricata-ids.org | Support:
> http://suricata-ids.org/support/
> List:
> https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users
> Suricata User Conference November 9-11 in Washington, DC:
> http://oisfevents.net
>


--
---------------------------------------------
Victor Julien
http://www.inliniac.net/
PGP: http://www.inliniac.net/victorjulien.asc
---------------------------------------------

_______________________________________________
Suricata IDS Users mailing list: oisf-users at openinfosecfoundation.org
Site: http://suricata-ids.org | Support: http://suricata-ids.org/support/
List: https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users
Suricata User Conference November 9-11 in Washington, DC: http://oisfevents.net

CONFIDENTIALITY. This email and any attachments are confidential, except where the email states it can be disclosed; it may also be privileged. If received in error, please do not disclose the contents to anyone, but notify the sender by return email and delete this email (and any attachments) from your system.
Need to send me a file too big for email? You can upload it at www.westernalliancebancorp.sharefile.com<http://www.westernalliancebancorp.sharefile.com/>
________________________________

CONFIDENTIALITY. This email and any attachments are confidential, except where the email states it can be disclosed; it may also be privileged. If received in error, please do not disclose the contents to anyone, but notify the sender by return email and delete this email (and any attachments) from your system.



More information about the Oisf-users mailing list