This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local/bro ## --------- ## ## Platform. ## ## --------- ## hostname = m1330 uname -m = i686 uname -r = 2.6.22-14-generic uname -s = Linux uname -v = #1 SMP Tue Dec 18 08:02:57 UTC 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1364: checking build system type configure:1382: result: i686-pc-linux-gnu configure:1390: checking host system type configure:1404: result: i686-pc-linux-gnu configure:1412: checking target system type configure:1426: result: i686-pc-linux-gnu configure:1455: checking for a BSD-compatible install configure:1510: result: /usr/bin/install -c configure:1521: checking whether build environment is sane configure:1564: result: yes configure:1621: checking for gawk configure:1650: result: no configure:1621: checking for mawk configure:1637: found /usr/bin/mawk configure:1647: result: mawk configure:1657: checking whether make sets $(MAKE) configure:1677: result: yes configure:1855: checking for style of include used by make configure:1883: result: GNU configure:2023: checking for gcc configure:2039: found /usr/bin/gcc configure:2049: result: gcc configure:2293: checking for C compiler version configure:2296: gcc --version &5 gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Copyright (C) 2006 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:2299: $? = 0 configure:2301: gcc -v &5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) configure:2304: $? = 0 configure:2306: gcc -V &5 gcc: '-V' option must have argument configure:2309: $? = 1 configure:2332: checking for C compiler default output file name configure:2335: gcc conftest.c >&5 configure:2338: $? = 0 configure:2384: result: a.out configure:2389: checking whether the C compiler works configure:2395: ./a.out configure:2398: $? = 0 configure:2415: result: yes configure:2422: checking whether we are cross compiling configure:2424: result: no configure:2427: checking for suffix of executables configure:2429: gcc -o conftest conftest.c >&5 configure:2432: $? = 0 configure:2457: result: configure:2463: checking for suffix of object files configure:2484: gcc -c conftest.c >&5 configure:2487: $? = 0 configure:2509: result: o configure:2513: checking whether we are using the GNU C compiler configure:2537: gcc -c conftest.c >&5 configure:2543: $? = 0 configure:2547: test -z || test ! -s conftest.err configure:2550: $? = 0 configure:2553: test -s conftest.o configure:2556: $? = 0 configure:2569: result: yes configure:2575: checking whether gcc accepts -g configure:2596: gcc -c -g conftest.c >&5 configure:2602: $? = 0 configure:2606: test -z || test ! -s conftest.err configure:2609: $? = 0 configure:2612: test -s conftest.o configure:2615: $? = 0 configure:2626: result: yes configure:2643: checking for gcc option to accept ANSI C configure:2713: gcc -c -g -O2 conftest.c >&5 configure:2719: $? = 0 configure:2723: test -z || test ! -s conftest.err configure:2726: $? = 0 configure:2729: test -s conftest.o configure:2732: $? = 0 configure:2750: result: none needed configure:2768: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2774: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2909: checking dependency style of gcc configure:2999: result: gcc3 configure:3237: checking for flex configure:3266: result: no configure:3237: checking for lex configure:3266: result: no configure:3276: checking for yywrap in -lfl configure:3306: gcc -o conftest -g -O2 conftest.c -lfl >&5 /usr/bin/ld: cannot find -lfl collect2: ld returned 1 exit status configure:3312: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yywrap (); | int | main () | { | yywrap (); | ; | return 0; | } configure:3338: result: no configure:3343: checking for yywrap in -ll configure:3373: gcc -o conftest -g -O2 conftest.c -ll >&5 /usr/bin/ld: cannot find -ll collect2: ld returned 1 exit status configure:3379: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char yywrap (); | int | main () | { | yywrap (); | ; | return 0; | } configure:3405: result: no configure:3523: checking for bison configure:3552: result: no configure:3523: checking for byacc configure:3552: result: no configure:3612: checking for g++ configure:3628: found /usr/bin/g++ configure:3638: result: g++ configure:3654: checking for C++ compiler version configure:3657: g++ --version &5 g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Copyright (C) 2006 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:3660: $? = 0 configure:3662: g++ -v &5 Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) configure:3665: $? = 0 configure:3667: g++ -V &5 g++: '-V' option must have argument configure:3670: $? = 1 configure:3673: checking whether we are using the GNU C++ compiler configure:3697: g++ -c conftest.cc >&5 configure:3703: $? = 0 configure:3707: test -z || test ! -s conftest.err configure:3710: $? = 0 configure:3713: test -s conftest.o configure:3716: $? = 0 configure:3729: result: yes configure:3735: checking whether g++ accepts -g configure:3756: g++ -c -g conftest.cc >&5 configure:3762: $? = 0 configure:3766: test -z || test ! -s conftest.err configure:3769: $? = 0 configure:3772: test -s conftest.o configure:3775: $? = 0 configure:3786: result: yes configure:3828: g++ -c -g -O2 conftest.cc >&5 configure:3834: $? = 0 configure:3838: test -z || test ! -s conftest.err configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3873: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15: error: 'exit' was not declared in this scope configure:3879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3828: g++ -c -g -O2 conftest.cc >&5 configure:3834: $? = 0 configure:3838: test -z || test ! -s conftest.err configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3873: g++ -c -g -O2 conftest.cc >&5 configure:3879: $? = 0 configure:3883: test -z || test ! -s conftest.err configure:3886: $? = 0 configure:3889: test -s conftest.o configure:3892: $? = 0 configure:3917: checking dependency style of g++ configure:4007: result: gcc3 configure:4037: checking for a BSD-compatible install configure:4092: result: /usr/bin/install -c configure:4103: checking whether make sets $(MAKE) configure:4123: result: yes configure:4173: checking for ranlib configure:4189: found /usr/bin/ranlib configure:4200: result: ranlib configure:4216: checking for gzip configure:4232: found /bin/gzip configure:4242: result: gzip configure:4586: checking for OPENSSL_add_all_algorithms_conf in -lcrypto configure:4616: gcc -o conftest -g -O2 conftest.c -lcrypto >&5 /usr/bin/ld: cannot find -lcrypto collect2: ld returned 1 exit status configure:4622: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char OPENSSL_add_all_algorithms_conf (); | int | main () | { | OPENSSL_add_all_algorithms_conf (); | ; | return 0; | } configure:4648: result: no configure:5103: checking for perl5 configure:5137: result: no configure:5103: checking for perl configure:5122: found /usr/bin/perl configure:5134: result: /usr/bin/perl configure:5160: checking for chown configure:5179: found /bin/chown configure:5191: result: /bin/chown configure:5379: checking Linux kernel version configure:5388: result: 2 configure:5415: checking for special C compiler options needed for large files configure:5514: result: no configure:5520: checking for _FILE_OFFSET_BITS value needed for large files configure:5551: gcc -c -g -O2 conftest.c >&5 conftest.c:21: warning: left shift count >= width of type conftest.c:21: warning: left shift count >= width of type conftest.c:23: error: size of array 'off_t_is_large' is negative configure:5557: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:5604: gcc -c -g -O2 conftest.c >&5 configure:5610: $? = 0 configure:5614: test -z || test ! -s conftest.err configure:5617: $? = 0 configure:5620: test -s conftest.o configure:5623: $? = 0 configure:5635: result: 64 configure:5645: checking for _LARGE_FILES value needed for large files configure:5676: gcc -c -g -O2 conftest.c >&5 configure:5682: $? = 0 configure:5686: test -z || test ! -s conftest.err configure:5689: $? = 0 configure:5692: test -s conftest.o configure:5695: $? = 0 configure:5760: result: no configure:5778: checking how to run the C preprocessor configure:5813: gcc -E conftest.c configure:5819: $? = 0 configure:5851: gcc -E conftest.c conftest.c:16:28: error: ac_nonexistent.h: No such file or directory configure:5857: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:5896: result: gcc -E configure:5920: gcc -E conftest.c configure:5926: $? = 0 configure:5958: gcc -E conftest.c conftest.c:16:28: error: ac_nonexistent.h: No such file or directory configure:5964: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | /* end confdefs.h. */ | #include configure:6008: checking for egrep configure:6018: result: grep -E configure:6023: checking for ANSI C header files configure:6048: gcc -c -g -O2 conftest.c >&5 configure:6054: $? = 0 configure:6058: test -z || test ! -s conftest.err configure:6061: $? = 0 configure:6064: test -s conftest.o configure:6067: $? = 0 configure:6156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:33: warning: incompatible implicit declaration of built-in function 'exit' configure:6159: $? = 0 configure:6161: ./conftest configure:6164: $? = 0 configure:6179: result: yes configure:6190: checking return type of signal handlers configure:6221: gcc -c -g -O2 conftest.c >&5 configure:6227: $? = 0 configure:6231: test -z || test ! -s conftest.err configure:6234: $? = 0 configure:6237: test -s conftest.o configure:6240: $? = 0 configure:6251: result: void configure:6286: checking for sigset configure:6343: gcc -o conftest -g -O2 conftest.c >&5 configure:6349: $? = 0 configure:6353: test -z || test ! -s conftest.err configure:6356: $? = 0 configure:6359: test -s conftest configure:6362: $? = 0 configure:6374: result: yes configure:6496: checking for int32_t using gcc configure:6523: gcc -c -g -O2 conftest.c >&5 configure:6529: $? = 0 configure:6533: test -z || test ! -s conftest.err configure:6536: $? = 0 configure:6539: test -s conftest.o configure:6542: $? = 0 configure:6554: result: yes configure:6563: checking for u_int32_t using gcc configure:6590: gcc -c -g -O2 conftest.c >&5 configure:6596: $? = 0 configure:6600: test -z || test ! -s conftest.err configure:6603: $? = 0 configure:6606: test -s conftest.o configure:6609: $? = 0 configure:6621: result: yes configure:6630: checking for u_int16_t using gcc configure:6657: gcc -c -g -O2 conftest.c >&5 configure:6663: $? = 0 configure:6667: test -z || test ! -s conftest.err configure:6670: $? = 0 configure:6673: test -s conftest.o configure:6676: $? = 0 configure:6688: result: yes configure:6697: checking for u_int8_t using gcc configure:6724: gcc -c -g -O2 conftest.c >&5 configure:6730: $? = 0 configure:6734: test -z || test ! -s conftest.err configure:6737: $? = 0 configure:6740: test -s conftest.o configure:6743: $? = 0 configure:6755: result: yes configure:6764: checking whether time.h and sys/time.h may both be included configure:6789: gcc -c -g -O2 conftest.c >&5 configure:6795: $? = 0 configure:6799: test -z || test ! -s conftest.err configure:6802: $? = 0 configure:6805: test -s conftest.o configure:6808: $? = 0 configure:6819: result: yes configure:6844: checking for sys/types.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for sys/stat.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for stdlib.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for string.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for memory.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for strings.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for inttypes.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for stdint.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6844: checking for unistd.h configure:6860: gcc -c -g -O2 conftest.c >&5 configure:6866: $? = 0 configure:6870: test -z || test ! -s conftest.err configure:6873: $? = 0 configure:6876: test -s conftest.o configure:6879: $? = 0 configure:6890: result: yes configure:6910: checking for memory.h configure:6915: result: yes configure:6919: checking netinet/in.h usability configure:6931: gcc -c -g -O2 conftest.c >&5 configure:6937: $? = 0 configure:6941: test -z || test ! -s conftest.err configure:6944: $? = 0 configure:6947: test -s conftest.o configure:6950: $? = 0 configure:6960: result: yes configure:6964: checking netinet/in.h presence configure:6974: gcc -E conftest.c configure:6980: $? = 0 configure:7000: result: yes configure:7035: checking for netinet/in.h configure:7042: result: yes configure:6919: checking socket.h usability configure:6931: gcc -c -g -O2 conftest.c >&5 conftest.c:67:20: error: socket.h: No such file or directory configure:6937: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6960: result: no configure:6964: checking socket.h presence configure:6974: gcc -E conftest.c conftest.c:33:20: error: socket.h: No such file or directory configure:6980: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | /* end confdefs.h. */ | #include configure:7000: result: no configure:7035: checking for socket.h configure:7042: result: no configure:6919: checking getopt.h usability configure:6931: gcc -c -g -O2 conftest.c >&5 configure:6937: $? = 0 configure:6941: test -z || test ! -s conftest.err configure:6944: $? = 0 configure:6947: test -s conftest.o configure:6950: $? = 0 configure:6960: result: yes configure:6964: checking getopt.h presence configure:6974: gcc -E conftest.c configure:6980: $? = 0 configure:7000: result: yes configure:7035: checking for getopt.h configure:7042: result: yes configure:7062: checking for net/ethernet.h configure:7079: gcc -c -g -O2 conftest.c >&5 configure:7085: $? = 0 configure:7089: test -z || test ! -s conftest.err configure:7092: $? = 0 configure:7095: test -s conftest.o configure:7098: $? = 0 configure:7109: result: yes configure:7062: checking for netinet/ether.h configure:7079: gcc -c -g -O2 conftest.c >&5 configure:7085: $? = 0 configure:7089: test -z || test ! -s conftest.err configure:7092: $? = 0 configure:7095: test -s conftest.o configure:7098: $? = 0 configure:7109: result: yes configure:7062: checking for netinet/if_ether.h configure:7079: gcc -c -g -O2 conftest.c >&5 configure:7085: $? = 0 configure:7089: test -z || test ! -s conftest.err configure:7092: $? = 0 configure:7095: test -s conftest.o configure:7098: $? = 0 configure:7109: result: yes configure:7062: checking for sys/ethernet.h configure:7079: gcc -c -g -O2 conftest.c >&5 conftest.c:40:26: error: sys/ethernet.h: No such file or directory configure:7085: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | /* end confdefs.h. */ | #include | #include | | #include configure:7109: result: no configure:7125: checking for netinet/ip6.h configure:7142: gcc -c -g -O2 conftest.c >&5 configure:7148: $? = 0 configure:7152: test -z || test ! -s conftest.err configure:7155: $? = 0 configure:7158: test -s conftest.o configure:7161: $? = 0 configure:7172: result: yes configure:7187: checking for socklen_t configure:7214: gcc -c -g -O2 conftest.c >&5 configure:7220: $? = 0 configure:7224: test -z || test ! -s conftest.err configure:7227: $? = 0 configure:7230: test -s conftest.o configure:7233: $? = 0 configure:7249: result: yes configure:7266: checking if syslog returns int configure:7294: g++ -c -g -O2 conftest.cc >&5 conftest.cc:42: error: declaration of C function 'int openlog(const char*, int, int)' conflicts with /usr/include/sys/syslog.h:181: error: previous declaration 'void openlog(const char*, int, int)' here conftest.cc:43: error: declaration of C function 'int syslog(int, const char*, ...)' conflicts with /usr/include/sys/syslog.h:191: error: previous declaration 'void syslog(int, const char*, ...)' here conftest.cc:44: error: declaration of C function 'int closelog()' conflicts with /usr/include/sys/syslog.h:175: error: previous declaration 'void closelog()' here configure:7300: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_NETINET_IP6_H 1 | /* end confdefs.h. */ | | # include | # include | extern "C" { | int openlog(const char* ident, int logopt, int facility); | int syslog(int priority, const char* message_fmt, ...); | int closelog(); | } | int | main () | { | | ; | return 0; | } configure:7325: result: no configure:7340: checking if we should declare socket and friends configure:7368: gcc -c -g -O2 conftest.c >&5 conftest.c:42: error: conflicting types for 'connect' /usr/include/sys/socket.h:124: error: previous declaration of 'connect' was here conftest.c:43: error: conflicting types for 'send' /usr/include/sys/socket.h:136: error: previous declaration of 'send' was here conftest.c:44: error: conflicting types for 'recvfrom' /usr/include/sys/socket.h:163: error: previous declaration of 'recvfrom' was here configure:7374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_NETINET_IP6_H 1 | /* end confdefs.h. */ | | # include | # include | extern int socket(int, int, int); | extern int connect(int, const struct sockaddr *, int); | extern int send(int, const void *, int, int); | extern int recvfrom(int, void *, int, int, struct sockaddr *, int *); | | int | main () | { | | ; | return 0; | } configure:7399: result: no configure:7442: checking for gethostbyname configure:7499: gcc -o conftest -g -O2 conftest.c >&5 configure:7505: $? = 0 configure:7509: test -z || test ! -s conftest.err configure:7512: $? = 0 configure:7515: test -s conftest configure:7518: $? = 0 configure:7530: result: yes configure:7835: checking for socket configure:7892: gcc -o conftest -g -O2 conftest.c >&5 configure:7898: $? = 0 configure:7902: test -z || test ! -s conftest.err configure:7905: $? = 0 configure:7908: test -s conftest configure:7911: $? = 0 configure:7923: result: yes configure:8075: checking for putmsg in -lstr configure:8105: gcc -o conftest -g -O2 conftest.c -lstr >&5 /usr/bin/ld: cannot find -lstr collect2: ld returned 1 exit status configure:8111: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_NETINET_IP6_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char putmsg (); | int | main () | { | putmsg (); | ; | return 0; | } configure:8137: result: no configure:8261: checking for local pcap library configure:8280: result: not found configure:8282: checking for pcap_open_live in -lpcap configure:8312: gcc -o conftest -g -O2 conftest.c -lpcap >&5 /usr/bin/ld: cannot find -lpcap collect2: ld returned 1 exit status configure:8318: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_NETINET_IP6_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pcap_open_live (); | int | main () | { | pcap_open_live (); | ; | return 0; | } configure:8344: result: no configure:8354: checking for pcap_open_live in -lpcap configure:8384: gcc -o conftest -g -O2 -I/usr/local/include conftest.c -lpcap -L/usr/local/lib >&5 /usr/bin/ld: cannot find -lpcap collect2: ld returned 1 exit status configure:8390: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "bro" | #define VERSION "1.2.1" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define HAVE_LINUX | #define _FILE_OFFSET_BITS 64 | #define STDC_HEADERS 1 | #define RETSIGTYPE void | #define RETSIGVAL | #define HAVE_SIGSET 1 | #define signal sigset | #define TIME_WITH_SYS_TIME 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_MEMORY_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NET_ETHERNET_H 1 | #define HAVE_NETINET_ETHER_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_NETINET_IP6_H 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pcap_open_live (); | int | main () | { | pcap_open_live (); | ; | return 0; | } configure:8416: result: no configure:8424: error: see the INSTALL doc for more info ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_bro_sock_decl=no ac_cv_bro_syslog_int=no ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_socklen_t=yes ac_cv_cxx_compiler_gnu=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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_gethostbyname=yes ac_cv_func_sigset=yes ac_cv_func_socket=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_ethernet_h=yes ac_cv_header_netinet_ether_h=yes ac_cv_header_netinet_if_ether_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_ip6_h=yes ac_cv_header_socket_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ethernet_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_lbl_have_int32_t=yes ac_cv_lbl_have_u_int16_t=yes ac_cv_lbl_have_u_int32_t=yes ac_cv_lbl_have_u_int8_t=yes ac_cv_lib_crypto_OPENSSL_add_all_algorithms_conf=no ac_cv_lib_fl_yywrap=no ac_cv_lib_l_yywrap=no ac_cv_lib_str_putmsg=no ac_cv_linux_vers=2 ac_cv_objext=o ac_cv_path_CHOWN=/bin/chown ac_cv_path_PERL=/usr/bin/perl ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=mawk ac_cv_prog_COMPRESS=gzip ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu ac_cv_type_signal=void am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run aclocal-1.8' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run tar' AUTOCONF='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run autoconf' AUTOHEADER='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run autoheader' AUTOMAKE='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run automake-1.8' AWK='mawk' BROHOST='' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -I/usr/local/include' CHOWN='/bin/chown' COMPRESS='gzip' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' HOST_BIGENDIAN='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LEX='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run flex' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS=' -L/usr/local/lib' LTLIBOBJS='' MAKEINFO='${SHELL} /home/giorgos/Desktop/bro-1.2.1/missing --run makeinfo' NBDNS='' OBJEXT='o' PACKAGE='bro' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/bash' SHLICC2='' STRIP='' USEV6_FALSE='' USEV6_TRUE='#' USE_BROCCOLI_FALSE='' USE_BROCCOLI_TRUE='' USE_LOCALPCAP_FALSE='' USE_LOCALPCAP_TRUE='#' USE_NBDNS_FALSE='' USE_NBDNS_TRUE='' USE_NMALLOC_FALSE='' USE_NMALLOC_TRUE='#' USE_SSL_FALSE='' USE_SSL_TRUE='#' VERSION='1.2.1' V_CCOPT='-O' V_INCLS=' -I${top_srcdir}/linux-include' WANT_DAG_OBJ='' WANT_SSL_OBJ='' YACC='yacc' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/giorgos/Desktop/bro-1.2.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p -- .' oldincludedir='/usr/include' prefix='/usr/local/bro' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETOPT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LINUX #define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NETINET_ETHER_H 1 #define HAVE_NETINET_IF_ETHER_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_IP6_H 1 #define HAVE_NET_ETHERNET_H 1 #define HAVE_SIGSET 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "bro" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE void #define RETSIGVAL #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define VERSION "1.2.1" #define _FILE_OFFSET_BITS 64 #define signal sigset #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1