Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Install failure at configure stage

From: Joe Breher <linux@xxxxxxxxxxx>
Date: Mon, 25 Sep 2006 10:16:19 -0600
I am trying to install wireshark-0.99.3a from source on a CentOS 4.3 box. This is failing at the configure stage. The user-guide indicates I may find some help here.

I have already verified the libraries mentioned:
[root@martor osd_initiator_3_1_1]# rpm -q --whatprovides gtk+
gtk+-1.2.10-33
[root@martor osd_initiator_3_1_1]# rpm -q --whatprovides libpcap
libpcap-0.8.3-7

The last bit of output from ./configure to the console:
checking whether to use Net-SNMP library... yes, if available
checking for net-snmp-config... /usr/bin/net-snmp-config
checking net-snmp/net-snmp-config.h usability... yes
checking net-snmp/net-snmp-config.h presence... yes
checking for net-snmp/net-snmp-config.h... yes
checking net-snmp/library/default_store.h usability... yes
checking net-snmp/library/default_store.h presence... yes
checking for net-snmp/library/default_store.h... yes
Net-SNMP requires openssl but ssl not enabled - disabling Net-SNMP
checking whether to use UCD SNMP library... yes, if available
checking ucd-snmp/ucd-snmp-config.h usability... yes
checking ucd-snmp/ucd-snmp-config.h presence... yes
checking for ucd-snmp/ucd-snmp-config.h... yes
checking whether UCD SNMP includes sprint_realloc_objid... no
configure: error: UCD SNMP requires -lcrypto but --with-ssl not specified
[jbreher@martor wireshark-0.99.3a]$

As per suggested in the user guide, I am attaching to this message the file config.log. I have read it in an attempt to discern what went awry, but I fear I do not have the necessary knowledge to make use of what it may be telling me.

Any assistance would be most appreciated.


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 

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

hostname = martor.localdomain
uname -m = i686
uname -r = 2.6.10
uname -s = Linux
uname -v = #3 Thu Sep 7 20:45:31 MDT 2006

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

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

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


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

configure:1572: checking build system type
configure:1590: result: i686-pc-linux-gnu
configure:1598: checking host system type
configure:1612: result: i686-pc-linux-gnu
configure:1620: checking target system type
configure:1634: result: i686-pc-linux-gnu
configure:1663: checking for a BSD-compatible install
configure:1718: result: /usr/bin/install -c
configure:1729: checking whether build environment is sane
configure:1772: result: yes
configure:1837: checking for gawk
configure:1853: found /bin/gawk
configure:1863: result: gawk
configure:1873: checking whether make sets $(MAKE)
configure:1893: result: yes
configure:2134: checking for gcc
configure:2150: found /usr/bin/gcc
configure:2160: result: gcc
configure:2404: checking for C compiler version
configure:2407: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 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:2410: $? = 0
configure:2412: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:2415: $? = 0
configure:2417: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2420: $? = 1
configure:2443: checking for C compiler default output file name
configure:2446: gcc    conftest.c  >&5
configure:2449: $? = 0
configure:2495: result: a.out
configure:2500: checking whether the C compiler works
configure:2506: ./a.out
configure:2509: $? = 0
configure:2526: result: yes
configure:2533: checking whether we are cross compiling
configure:2535: result: no
configure:2538: checking for suffix of executables
configure:2540: gcc -o conftest    conftest.c  >&5
configure:2543: $? = 0
configure:2568: result: 
configure:2574: checking for suffix of object files
configure:2595: gcc -c   conftest.c >&5
configure:2598: $? = 0
configure:2620: result: o
configure:2624: checking whether we are using the GNU C compiler
configure:2648: gcc -c   conftest.c >&5
configure:2654: $? = 0
configure:2657: test -z 			 || test ! -s conftest.err
configure:2660: $? = 0
configure:2663: test -s conftest.o
configure:2666: $? = 0
configure:2679: result: yes
configure:2685: checking whether gcc accepts -g
configure:2706: gcc -c -g  conftest.c >&5
configure:2712: $? = 0
configure:2715: test -z 			 || test ! -s conftest.err
configure:2718: $? = 0
configure:2721: test -s conftest.o
configure:2724: $? = 0
configure:2735: result: yes
configure:2752: checking for gcc option to accept ANSI C
configure:2822: gcc  -c -g -O2  conftest.c >&5
configure:2828: $? = 0
configure:2831: test -z 			 || test ! -s conftest.err
configure:2834: $? = 0
configure:2837: test -s conftest.o
configure:2840: $? = 0
configure:2858: result: none needed
configure:2876: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2882: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3023: checking for style of include used by make
configure:3051: result: GNU
configure:3079: checking dependency style of gcc
configure:3169: result: gcc3
configure:3191: checking how to run the C preprocessor
configure:3226: gcc -E  conftest.c
configure:3232: $? = 0
configure:3264: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3270: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3309: result: gcc -E
configure:3333: gcc -E  conftest.c
configure:3339: $? = 0
configure:3371: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3377: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3471: checking for a sed that does not truncate output
configure:3525: result: /bin/sed
configure:3528: checking for egrep
configure:3538: result: grep -E
configure:3554: checking for ld used by gcc
configure:3621: result: /usr/bin/ld
configure:3630: checking if the linker (/usr/bin/ld) is GNU ld
configure:3645: result: yes
configure:3650: checking for /usr/bin/ld option to reload object files
configure:3657: result: -r
configure:3675: checking for BSD-compatible nm
configure:3724: result: /usr/bin/nm -B
configure:3728: checking whether ln -s works
configure:3732: result: yes
configure:3739: checking how to recognise dependent libraries
configure:3915: result: pass_all
configure:4147: checking for ANSI C header files
configure:4172: gcc -c -g -O2  conftest.c >&5
configure:4178: $? = 0
configure:4181: test -z 			 || test ! -s conftest.err
configure:4184: $? = 0
configure:4187: test -s conftest.o
configure:4190: $? = 0
configure:4279: gcc -o conftest -g -O2   conftest.c  >&5
configure:4282: $? = 0
configure:4284: ./conftest
configure:4287: $? = 0
configure:4302: result: yes
configure:4326: checking for sys/types.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for sys/stat.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for stdlib.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for string.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for memory.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for strings.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for inttypes.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for stdint.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4326: checking for unistd.h
configure:4342: gcc -c -g -O2  conftest.c >&5
configure:4348: $? = 0
configure:4351: test -z 			 || test ! -s conftest.err
configure:4354: $? = 0
configure:4357: test -s conftest.o
configure:4360: $? = 0
configure:4371: result: yes
configure:4397: checking dlfcn.h usability
configure:4409: gcc -c -g -O2  conftest.c >&5
configure:4415: $? = 0
configure:4418: test -z 			 || test ! -s conftest.err
configure:4421: $? = 0
configure:4424: test -s conftest.o
configure:4427: $? = 0
configure:4437: result: yes
configure:4441: checking dlfcn.h presence
configure:4451: gcc -E  conftest.c
configure:4457: $? = 0
configure:4477: result: yes
configure:4512: checking for dlfcn.h
configure:4519: result: yes
configure:4584: checking for g++
configure:4600: found /usr/bin/g++
configure:4610: result: g++
configure:4626: checking for C++ compiler version
configure:4629: g++ --version </dev/null >&5
g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 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:4632: $? = 0
configure:4634: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:4637: $? = 0
configure:4639: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4642: $? = 1
configure:4645: checking whether we are using the GNU C++ compiler
configure:4669: g++ -c   conftest.cc >&5
configure:4675: $? = 0
configure:4678: test -z 			 || test ! -s conftest.err
configure:4681: $? = 0
configure:4684: test -s conftest.o
configure:4687: $? = 0
configure:4700: result: yes
configure:4706: checking whether g++ accepts -g
configure:4727: g++ -c -g  conftest.cc >&5
configure:4733: $? = 0
configure:4736: test -z 			 || test ! -s conftest.err
configure:4739: $? = 0
configure:4742: test -s conftest.o
configure:4745: $? = 0
configure:4756: result: yes
configure:4798: g++ -c -g -O2  conftest.cc >&5
configure:4804: $? = 0
configure:4807: test -z 			 || test ! -s conftest.err
configure:4810: $? = 0
configure:4813: test -s conftest.o
configure:4816: $? = 0
configure:4842: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' undeclared (first use this function)
conftest.cc:26: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:4848: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4798: g++ -c -g -O2  conftest.cc >&5
configure:4804: $? = 0
configure:4807: test -z 			 || test ! -s conftest.err
configure:4810: $? = 0
configure:4813: test -s conftest.o
configure:4816: $? = 0
configure:4842: g++ -c -g -O2  conftest.cc >&5
configure:4848: $? = 0
configure:4851: test -z 			 || test ! -s conftest.err
configure:4854: $? = 0
configure:4857: test -s conftest.o
configure:4860: $? = 0
configure:4885: checking dependency style of g++
configure:4975: result: gcc3
configure:5002: checking how to run the C++ preprocessor
configure:5033: g++ -E  conftest.cc
configure:5039: $? = 0
configure:5071: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5077: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5116: result: g++ -E
configure:5140: g++ -E  conftest.cc
configure:5146: $? = 0
configure:5178: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5184: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5281: checking for g77
configure:5297: found /usr/bin/g77
configure:5307: result: g77
configure:5322: checking for Fortran 77 compiler version
configure:5325: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5328: $? = 0
configure:5330: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
configure:5333: $? = 0
configure:5335: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:5338: $? = 1
configure:5346: checking whether we are using the GNU Fortran 77 compiler
configure:5360: g77 -c  conftest.F >&5
configure:5366: $? = 0
configure:5369: test -z 			 || test ! -s conftest.err
configure:5372: $? = 0
configure:5375: test -s conftest.o
configure:5378: $? = 0
configure:5391: result: yes
configure:5397: checking whether g77 accepts -g
configure:5409: g77 -c -g conftest.f >&5
configure:5415: $? = 0
configure:5418: test -z 			 || test ! -s conftest.err
configure:5421: $? = 0
configure:5424: test -s conftest.o
configure:5427: $? = 0
configure:5439: result: yes
configure:5469: checking the maximum length of command line arguments
configure:5578: result: 32768
configure:5589: checking command to parse /usr/bin/nm -B output from gcc object
configure:5694: gcc -c -g -O2  conftest.c >&5
configure:5697: $? = 0
configure:5701: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5704: $? = 0
configure:5756: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5759: $? = 0
configure:5797: result: ok
configure:5801: checking for objdir
configure:5816: result: .libs
configure:5906: checking for ar
configure:5922: found /usr/bin/ar
configure:5933: result: ar
configure:5986: checking for ranlib
configure:6002: found /usr/bin/ranlib
configure:6013: result: ranlib
configure:6066: checking for strip
configure:6082: found /usr/bin/strip
configure:6093: result: strip
configure:6365: checking if gcc supports -fno-rtti -fno-exceptions
configure:6383: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6387: $? = 0
configure:6400: result: no
configure:6415: checking for gcc option to produce PIC
configure:6625: result: -fPIC
configure:6633: checking if gcc PIC flag -fPIC works
configure:6651: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6655: $? = 0
configure:6668: result: yes
configure:6696: checking if gcc static flag -static works
configure:6724: result: yes
configure:6734: checking if gcc supports -c -o file.o
configure:6755: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6759: $? = 0
configure:6781: result: yes
configure:6807: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7773: result: yes
configure:7794: checking whether -lc should be explicitly linked in
configure:7799: gcc -c -g -O2  conftest.c >&5
configure:7802: $? = 0
configure:7817: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7820: $? = 0
configure:7832: result: no
configure:7840: checking dynamic linker characteristics
configure:8440: result: GNU/Linux ld.so
configure:8449: checking how to hardcode library paths into programs
configure:8474: result: immediate
configure:8488: checking whether stripping libraries is possible
configure:8493: result: yes
configure:8618: checking for shl_load
configure:8675: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccmhGYgi.o(.text+0x14): In function `main':
/opt/wireshark-0.99.3a/conftest.c:65: undefined reference to `shl_load'
/tmp/ccmhGYgi.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:8681: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
| 
| /* 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 shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:8705: result: no
configure:8710: checking for shl_load in -ldld
configure:8740: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:8746: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #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 shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:8771: result: no
configure:8776: checking for dlopen
configure:8833: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cccDT3re.o(.text+0x14): In function `main':
/opt/wireshark-0.99.3a/conftest.c:65: undefined reference to `dlopen'
/tmp/cccDT3re.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8839: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* 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 dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:8863: result: no
configure:8868: checking for dlopen in -ldl
configure:8898: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:8904: $? = 0
configure:8907: test -z 			 || test ! -s conftest.err
configure:8910: $? = 0
configure:8913: test -s conftest
configure:8916: $? = 0
configure:8929: result: yes
configure:9102: checking whether a program can dlopen itself
configure:9176: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:9179: $? = 0
configure:9197: result: yes
configure:9202: checking whether a statically linked program can dlopen itself
configure:9276: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/cceDpGhk.o(.text+0x1b): In function `main':
/opt/wireshark-0.99.3a/configure:9260: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:9279: $? = 0
/lib/: cannot read file data: Is a directory
configure:9297: result: no
configure:9320: checking if libtool supports shared libraries
configure:9322: result: yes
configure:9325: checking whether to build shared libraries
configure:9346: result: yes
configure:9349: checking whether to build static libraries
configure:9353: result: no
configure:9445: creating libtool
configure:10033: checking for ld used by g++
configure:10100: result: /usr/bin/ld
configure:10109: checking if the linker (/usr/bin/ld) is GNU ld
configure:10124: result: yes
configure:10175: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11111: result: yes
configure:11129: g++ -c -g -O2  conftest.cpp >&5
configure:11132: $? = 0
configure:11251: checking for g++ option to produce PIC
configure:11525: result: -fPIC
configure:11533: checking if g++ PIC flag -fPIC works
configure:11551: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:11555: $? = 0
configure:11568: result: yes
configure:11596: checking if g++ static flag -static works
configure:11624: result: yes
configure:11634: checking if g++ supports -c -o file.o
configure:11655: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:11659: $? = 0
configure:11681: result: yes
configure:11707: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11738: result: yes
configure:11805: checking dynamic linker characteristics
configure:12405: result: GNU/Linux ld.so
configure:12414: checking how to hardcode library paths into programs
configure:12439: result: immediate
configure:12965: checking if libtool supports shared libraries
configure:12967: result: yes
configure:12970: checking whether to build shared libraries
configure:12990: result: yes
configure:12993: checking whether to build static libraries
configure:12997: result: no
configure:13007: checking for g77 option to produce PIC
configure:13217: result: -fPIC
configure:13225: checking if g77 PIC flag -fPIC works
configure:13243: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13247: $? = 0
configure:13260: result: yes
configure:13288: checking if g77 static flag -static works
configure:13316: result: yes
configure:13326: checking if g77 supports -c -o file.o
configure:13347: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13351: $? = 0
configure:13373: result: yes
configure:13399: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
configure:14345: result: yes
configure:14412: checking dynamic linker characteristics
configure:15012: result: GNU/Linux ld.so
configure:15021: checking how to hardcode library paths into programs
configure:15046: result: immediate
configure:18633: checking for bison
configure:18649: found /usr/bin/bison
configure:18659: result: bison -y
configure:18674: checking for flex
configure:18690: found /usr/bin/flex
configure:18700: result: flex
configure:18713: checking for yywrap in -lfl
configure:18743: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:18749: $? = 0
configure:18752: test -z 			 || test ! -s conftest.err
configure:18755: $? = 0
configure:18758: test -s conftest
configure:18761: $? = 0
configure:18774: result: yes
configure:18851: checking lex output file root
configure:18862: flex conftest.l
configure:18865: $? = 0
configure:18877: result: lex.yy
configure:18882: checking whether yytext is a pointer
configure:18898: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:18904: $? = 0
configure:18907: test -z 			 || test ! -s conftest.err
configure:18910: $? = 0
configure:18913: test -s conftest
configure:18916: $? = 0
configure:18930: result: yes
configure:18946: checking for perl
configure:18964: found /usr/bin/perl
configure:18976: result: /usr/bin/perl
configure:18985: checking for pod2man
configure:19003: found /usr/bin/pod2man
configure:19015: result: /usr/bin/pod2man
configure:19033: checking for pod2html
configure:19051: found /usr/bin/pod2html
configure:19063: result: /usr/bin/pod2html
configure:19081: checking for htmlview
configure:19099: found /usr/bin/htmlview
configure:19111: result: /usr/bin/htmlview
configure:19135: checking for flex
configure:19153: found /usr/bin/flex
configure:19165: result: /usr/bin/flex
configure:19174: checking for python
configure:19192: found /usr/bin/python
configure:19204: result: /usr/bin/python
configure:19224: checking for doxygen
configure:19242: found /usr/bin/doxygen
configure:19254: result: /usr/bin/doxygen
configure:19263: checking for doxygen
configure:19279: found /usr/bin/doxygen
configure:19290: result: yes
configure:19326: checking for libgnutls-config
configure:19344: found /usr/bin/libgnutls-config
configure:19357: result: /usr/bin/libgnutls-config
configure:19365: checking for libgnutls - version >= 1.0.0
configure:19447: gcc -o conftest -g -O2 -I/usr/include   conftest.c  -lz -L/usr/lib -lgnutls -lgcrypt -lgpg-error >&5
configure:19450: $? = 0
configure:19452: ./conftest
configure:19455: $? = 0
configure:19473: result: yes
configure:19606: checking for libgcrypt-config
configure:19624: found /usr/bin/libgcrypt-config
configure:19637: result: /usr/bin/libgcrypt-config
configure:19653: checking for LIBGCRYPT - version >= 1.1.42
configure:19687: result: yes
configure:19747: checking for xsltproc
configure:19765: found /usr/bin/xsltproc
configure:19777: result: /usr/bin/xsltproc
configure:19786: checking for xsltproc
configure:19802: found /usr/bin/xsltproc
configure:19813: result: yes
configure:19834: checking for xmllint
configure:19852: found /usr/bin/xmllint
configure:19864: result: /usr/bin/xmllint
configure:19873: checking for xmllint
configure:19889: found /usr/bin/xmllint
configure:19900: result: yes
configure:19921: checking for fop
configure:19954: result: no
configure:19960: checking for fop
configure:19987: result: no
configure:20008: checking for hhc.exe
configure:20041: result: no
configure:20047: checking for hhc.exe
configure:20074: result: no
configure:20097: checking for pkgproto
configure:20124: result: no
configure:20133: checking for pkgmk
configure:20160: result: no
configure:20169: checking for pkgtrans
configure:20196: result: no
configure:20215: checking for rpm
configure:20231: found /bin/rpm
configure:20242: result: yes
configure:20251: checking to see if we can redefine _topdir
configure:20254: result: yes
configure:20287: checking to see if we can add '-Wall -W ' to CFLAGS
configure:20291: result: yes
configure:20302: checking for platform-specific compiler flags
configure:20364: result: none needed
configure:20474: checking whether to use /usr/local for headers and libraries
configure:20477: result: yes
configure:20535: checking for GNU sed as first sed in PATH
configure:20538: result: yes
configure:20637: checking if profile builds must be generated
configure:20650: result: no
configure:20698: checking for pkg-config
configure:20716: found /usr/bin/pkg-config
configure:20729: result: /usr/bin/pkg-config
configure:20750: checking for GTK+ - version >= 2.0.0
configure:20865: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0    >&5
conftest.c: In function `main':
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:77: warning: comparison between signed and unsigned
conftest.c:77: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
configure:20868: $? = 0
configure:20870: ./conftest
configure:20873: $? = 0
configure:20891: result: yes (version 2.4.13)
configure:21983: checking for pkg-config
configure:22014: result: /usr/bin/pkg-config
configure:22037: checking for GLIB - version >= 2.0.0
configure:22156: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0    >&5
conftest.c: In function `main':
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:77: warning: comparison between signed and unsigned
conftest.c:77: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
conftest.c:78: warning: comparison between signed and unsigned
configure:22159: $? = 0
configure:22161: ./conftest
configure:22164: $? = 0
configure:22182: result: yes (version 2.4.7)
configure:22601: checking whether GLib supports loadable modules
configure:22634: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0    >&5
configure:22637: $? = 0
configure:22639: ./conftest
configure:22642: $? = 0
configure:22658: result: yes
configure:22676: checking for inttypes.h
configure:22681: result: yes
configure:22819: checking whether inttypes.h defines the PRI[doxu]64 macros
configure:22846: gcc -c -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:39: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:45: warning: control reaches end of non-void function
configure:22852: $? = 0
configure:22855: test -z 			 || test ! -s conftest.err
configure:22858: $? = 0
configure:22861: test -s conftest.o
configure:22864: $? = 0
configure:22867: result: yes
configure:23388: checking for gethostbyname
configure:23445: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:23451: $? = 0
configure:23454: test -z 			 || test ! -s conftest.err
configure:23457: $? = 0
configure:23460: test -s conftest
configure:23463: $? = 0
configure:23475: result: yes
configure:23560: checking for connect
configure:23617: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:23623: $? = 0
configure:23626: test -z 			 || test ! -s conftest.err
configure:23629: $? = 0
configure:23632: test -s conftest
configure:23635: $? = 0
configure:23647: result: yes
configure:23728: checking whether to use libpcap for packet capture
configure:23757: result: yes
configure:23778: checking for extraneous pcap header directories
configure:23801: result: not found
configure:23839: checking pcap.h usability
configure:23851: gcc -c -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:23857: $? = 0
configure:23860: test -z 			 || test ! -s conftest.err
configure:23863: $? = 0
configure:23866: test -s conftest.o
configure:23869: $? = 0
configure:23879: result: yes
configure:23883: checking pcap.h presence
configure:23893: gcc -E  -I/usr/local/include conftest.c
configure:23899: $? = 0
configure:23919: result: yes
configure:23954: checking for pcap.h
configure:23961: result: yes
configure:23986: checking for pcap_open_live in -lpcap
configure:24016: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24022: $? = 0
configure:24025: test -z 			 || test ! -s conftest.err
configure:24028: $? = 0
configure:24031: test -s conftest
configure:24034: $? = 0
configure:24047: result: yes
configure:24154: checking whether pcap_version is defined by libpcap
configure:24178: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24184: $? = 0
configure:24187: test -z 			 || test ! -s conftest.err
configure:24190: $? = 0
configure:24193: test -s conftest
configure:24196: $? = 0
configure:24208: result: yes
configure:24225: checking for pcap_open_dead
configure:24282: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24288: $? = 0
configure:24291: test -z 			 || test ! -s conftest.err
configure:24294: $? = 0
configure:24297: test -s conftest
configure:24300: $? = 0
configure:24312: result: yes
configure:24225: checking for pcap_freecode
configure:24282: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24288: $? = 0
configure:24291: test -z 			 || test ! -s conftest.err
configure:24294: $? = 0
configure:24297: test -s conftest
configure:24300: $? = 0
configure:24312: result: yes
configure:24225: checking for pcap_breakloop
configure:24282: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24288: $? = 0
configure:24291: test -z 			 || test ! -s conftest.err
configure:24294: $? = 0
configure:24297: test -s conftest
configure:24300: $? = 0
configure:24312: result: yes
configure:24336: checking whether pcap_findalldevs is present and usable
configure:24362: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
conftest.c:41: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:46: warning: control reaches end of non-void function
configure:24368: $? = 0
configure:24371: test -z 			 || test ! -s conftest.err
configure:24374: $? = 0
configure:24377: test -s conftest
configure:24380: $? = 0
configure:24397: result: yes
configure:24416: checking for pcap_datalink_val_to_name
configure:24473: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24479: $? = 0
configure:24482: test -z 			 || test ! -s conftest.err
configure:24485: $? = 0
configure:24488: test -s conftest
configure:24491: $? = 0
configure:24503: result: yes
configure:24416: checking for pcap_datalink_name_to_val
configure:24473: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24479: $? = 0
configure:24482: test -z 			 || test ! -s conftest.err
configure:24485: $? = 0
configure:24488: test -s conftest
configure:24491: $? = 0
configure:24503: result: yes
configure:24519: checking for pcap_list_datalinks
configure:24576: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24582: $? = 0
configure:24585: test -z 			 || test ! -s conftest.err
configure:24588: $? = 0
configure:24591: test -s conftest
configure:24594: $? = 0
configure:24606: result: yes
configure:24519: checking for pcap_set_datalink
configure:24576: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24582: $? = 0
configure:24585: test -z 			 || test ! -s conftest.err
configure:24588: $? = 0
configure:24591: test -s conftest
configure:24594: $? = 0
configure:24606: result: yes
configure:24519: checking for pcap_lib_version
configure:24576: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24582: $? = 0
configure:24585: test -z 			 || test ! -s conftest.err
configure:24588: $? = 0
configure:24591: test -s conftest
configure:24594: $? = 0
configure:24606: result: yes
configure:24620: checking for pcap_get_selectable_fd
configure:24677: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lpcap    >&5
configure:24683: $? = 0
configure:24686: test -z 			 || test ! -s conftest.err
configure:24689: $? = 0
configure:24692: test -s conftest
configure:24695: $? = 0
configure:24707: result: yes
configure:24722: checking whether to use zlib for reading compressed capture files
configure:24754: result: yes
configure:24799: checking zlib.h usability
configure:24811: gcc -c -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:24817: $? = 0
configure:24820: test -z 			 || test ! -s conftest.err
configure:24823: $? = 0
configure:24826: test -s conftest.o
configure:24829: $? = 0
configure:24839: result: yes
configure:24843: checking zlib.h presence
configure:24853: gcc -E  -I/usr/local/include conftest.c
configure:24859: $? = 0
configure:24879: result: yes
configure:24914: checking for zlib.h
configure:24921: result: yes
configure:24990: checking for gzgets in -lz
configure:25020: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lz   >&5
configure:25026: $? = 0
configure:25029: test -z 			 || test ! -s conftest.err
configure:25032: $? = 0
configure:25035: test -s conftest
configure:25038: $? = 0
configure:25051: result: yes
configure:25123: checking for gzgets missing when linking with X11
configure:25148: gcc -o conftest -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -lz -lz  >&5
configure:25154: $? = 0
configure:25157: test -z 			 || test ! -s conftest.err
configure:25160: $? = 0
configure:25163: test -s conftest
configure:25166: $? = 0
configure:25168: result: no
configure:25195: checking whether to use libpcre for regular expressions in dfilters
configure:25227: result: yes
configure:25268: checking pcre.h usability
configure:25280: gcc -c -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:79:18: pcre.h: No such file or directory
configure:25286: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre.h>
configure:25308: result: no
configure:25312: checking pcre.h presence
configure:25322: gcc -E  -I/usr/local/include conftest.c
conftest.c:45:18: pcre.h: No such file or directory
configure:25328: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| /* end confdefs.h.  */
| #include <pcre.h>
configure:25348: result: no
configure:25383: checking for pcre.h
configure:25390: result: no
configure:25547: result: libpcre not found - disabling support for perl compatible regular expressions in dfilters
configure:25553: checking whether to use liblua for the lua scripting plugin
configure:25582: result: no
configure:26403: checking whether to enable ipv6 name resolution if available
configure:26409: result: yes
configure:26415: checking ipv6 stack type
conftest.c:46:45: /usr/local/v6/include/sys/types.h: No such file or directory
configure:26581: result: "linux-glibc, inet6"
configure:26595: checking whether to install wireshark setuid
configure:26598: result: no
configure:26622: checking for ANSI C header files
configure:26777: result: yes
configure:26807: checking direct.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:80:20: direct.h: No such file or directory
configure:26825: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:26847: result: no
configure:26851: checking direct.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
conftest.c:46:20: direct.h: No such file or directory
configure:26867: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:26887: result: no
configure:26922: checking for direct.h
configure:26929: result: no
configure:26807: checking dirent.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z 			 || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26847: result: yes
configure:26851: checking dirent.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
configure:26867: $? = 0
configure:26887: result: yes
configure:26922: checking for dirent.h
configure:26929: result: yes
configure:26807: checking fcntl.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z 			 || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26847: result: yes
configure:26851: checking fcntl.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
configure:26867: $? = 0
configure:26887: result: yes
configure:26922: checking for fcntl.h
configure:26929: result: yes
configure:26807: checking netdb.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z 			 || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26847: result: yes
configure:26851: checking netdb.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
configure:26867: $? = 0
configure:26887: result: yes
configure:26922: checking for netdb.h
configure:26929: result: yes
configure:26807: checking stdarg.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z 			 || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26847: result: yes
configure:26851: checking stdarg.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
configure:26867: $? = 0
configure:26887: result: yes
configure:26922: checking for stdarg.h
configure:26929: result: yes
configure:26807: checking stddef.h usability
configure:26819: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26825: $? = 0
configure:26828: test -z 			 || test ! -s conftest.err
configure:26831: $? = 0
configure:26834: test -s conftest.o
configure:26837: $? = 0
configure:26847: result: yes
configure:26851: checking stddef.h presence
configure:26861: gcc -E  -I/usr/local/include conftest.c
configure:26867: $? = 0
configure:26887: result: yes
configure:26922: checking for stddef.h
configure:26929: result: yes
configure:26798: checking for unistd.h
configure:26803: result: yes
configure:26964: checking sys/ioctl.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/ioctl.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/ioctl.h
configure:27086: result: yes
configure:26964: checking sys/param.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/param.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/param.h
configure:27086: result: yes
configure:26964: checking sys/socket.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/socket.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/socket.h
configure:27086: result: yes
configure:26964: checking sys/sockio.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:89:24: sys/sockio.h: No such file or directory
configure:26982: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:27004: result: no
configure:27008: checking sys/sockio.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
conftest.c:55:24: sys/sockio.h: No such file or directory
configure:27024: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:27044: result: no
configure:27079: checking for sys/sockio.h
configure:27086: result: no
configure:26955: checking for sys/stat.h
configure:26960: result: yes
configure:26964: checking sys/time.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/time.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/time.h
configure:27086: result: yes
configure:26955: checking for sys/types.h
configure:26960: result: yes
configure:26964: checking sys/utsname.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/utsname.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/utsname.h
configure:27086: result: yes
configure:26964: checking sys/wait.h usability
configure:26976: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:26982: $? = 0
configure:26985: test -z 			 || test ! -s conftest.err
configure:26988: $? = 0
configure:26991: test -s conftest.o
configure:26994: $? = 0
configure:27004: result: yes
configure:27008: checking sys/wait.h presence
configure:27018: gcc -E  -I/usr/local/include conftest.c
configure:27024: $? = 0
configure:27044: result: yes
configure:27079: checking for sys/wait.h
configure:27086: result: yes
configure:27113: checking netinet/in.h usability
configure:27125: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:27131: $? = 0
configure:27134: test -z 			 || test ! -s conftest.err
configure:27137: $? = 0
configure:27140: test -s conftest.o
configure:27143: $? = 0
configure:27153: result: yes
configure:27157: checking netinet/in.h presence
configure:27167: gcc -E  -I/usr/local/include conftest.c
configure:27173: $? = 0
configure:27193: result: yes
configure:27228: checking for netinet/in.h
configure:27235: result: yes
configure:27263: checking arpa/inet.h usability
configure:27275: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:27281: $? = 0
configure:27284: test -z 			 || test ! -s conftest.err
configure:27287: $? = 0
configure:27290: test -s conftest.o
configure:27293: $? = 0
configure:27303: result: yes
configure:27307: checking arpa/inet.h presence
configure:27317: gcc -E  -I/usr/local/include conftest.c
configure:27323: $? = 0
configure:27343: result: yes
configure:27378: checking for arpa/inet.h
configure:27385: result: yes
configure:27263: checking arpa/nameser.h usability
configure:27275: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:27281: $? = 0
configure:27284: test -z 			 || test ! -s conftest.err
configure:27287: $? = 0
configure:27290: test -s conftest.o
configure:27293: $? = 0
configure:27303: result: yes
configure:27307: checking arpa/nameser.h presence
configure:27317: gcc -E  -I/usr/local/include conftest.c
configure:27323: $? = 0
configure:27343: result: yes
configure:27378: checking for arpa/nameser.h
configure:27385: result: yes
configure:27413: checking for iconv
configure:27440: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lz  >&5
configure:27446: $? = 0
configure:27449: test -z 			 || test ! -s conftest.err
configure:27452: $? = 0
configure:27455: test -s conftest
configure:27458: $? = 0
configure:27523: result: yes
configure:27531: checking for iconv declaration
configure:27565: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:27571: $? = 0
configure:27574: test -z 			 || test ! -s conftest.err
configure:27577: $? = 0
configure:27580: test -s conftest.o
configure:27583: $? = 0
configure:27598: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:27615: checking whether to use SSL library
configure:27722: result: no
configure:27785: checking whether to use Net-SNMP library
configure:27792: result: yes, if available
configure:27806: checking for net-snmp-config
configure:27824: found /usr/bin/net-snmp-config
configure:27836: result: /usr/bin/net-snmp-config
configure:27889: checking net-snmp/net-snmp-config.h usability
configure:27901: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp  -I/usr/local/include -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp conftest.c >&5
configure:27907: $? = 0
configure:27910: test -z 			 || test ! -s conftest.err
configure:27913: $? = 0
configure:27916: test -s conftest.o
configure:27919: $? = 0
configure:27929: result: yes
configure:27933: checking net-snmp/net-snmp-config.h presence
configure:27943: gcc -E  -I/usr/local/include -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp conftest.c
configure:27949: $? = 0
configure:27969: result: yes
configure:28004: checking for net-snmp/net-snmp-config.h
configure:28011: result: yes
configure:27889: checking net-snmp/library/default_store.h usability
configure:27901: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp  -I/usr/local/include -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp conftest.c >&5
configure:27907: $? = 0
configure:27910: test -z 			 || test ! -s conftest.err
configure:27913: $? = 0
configure:27916: test -s conftest.o
configure:27919: $? = 0
configure:27929: result: yes
configure:27933: checking net-snmp/library/default_store.h presence
configure:27943: gcc -E  -I/usr/local/include -I/usr/include/rpm -DINET6 -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dlinux -I/usr/include/rpm -I. -I/usr/include/net-snmp conftest.c
configure:27949: $? = 0
configure:27969: result: yes
configure:28004: checking for net-snmp/library/default_store.h
configure:28011: result: yes
configure:28032: result: Net-SNMP requires openssl but ssl not enabled - disabling Net-SNMP
configure:28070: checking whether to use UCD SNMP library
configure:28077: result: yes, if available
configure:28123: checking ucd-snmp/ucd-snmp-config.h usability
configure:28135: gcc -c -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:28141: $? = 0
configure:28144: test -z 			 || test ! -s conftest.err
configure:28147: $? = 0
configure:28150: test -s conftest.o
configure:28153: $? = 0
configure:28163: result: yes
configure:28167: checking ucd-snmp/ucd-snmp-config.h presence
configure:28177: gcc -E  -I/usr/local/include conftest.c
configure:28183: $? = 0
configure:28203: result: yes
configure:28238: checking for ucd-snmp/ucd-snmp-config.h
configure:28245: result: yes
configure:28279: checking whether UCD SNMP includes sprint_realloc_objid
configure:28304: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lsnmp     >&5
conftest.c: In function `main':
conftest.c:73: warning: implicit declaration of function `sprint_realloc_objid'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_DigestInit'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_DigestFinal'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_DigestFinal_ex'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `AES_set_encrypt_key'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_md5'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `HMAC'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_cleanup'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `SSLeay'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_sha1'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_MD_CTX_init'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `EVP_DigestUpdate'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `RAND_bytes'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `DES_cbc_encrypt'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `DES_ncbc_encrypt'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `DES_key_sched'
/usr/lib/gcc/i386-redhat-linux/3.4.4/../../../libsnmp.so: undefined reference to `AES_cfb128_encrypt'
collect2: ld returned 1 exit status
configure:28310: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "wireshark"
| #define VERSION "0.99.3a"
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define YYTEXT_POINTER 1
| #define HTML_VIEWER "htmlview"
| #define HAVE_LIBGNUTLS 1
| #define HAVE_LIBGCRYPT 1
| #define DATAFILE_DIR "/usr/local/share/wireshark"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| #define HAVE_LIBPCAP 1
| #define HAVE_PCAP_VERSION 1
| #define HAVE_PCAP_OPEN_DEAD 1
| #define HAVE_PCAP_FREECODE 1
| #define HAVE_PCAP_BREAKLOOP 1
| #define HAVE_PCAP_FINDALLDEVS 1
| #define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
| #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
| #define HAVE_PCAP_LIST_DATALINKS 1
| #define HAVE_PCAP_SET_DATALINK 1
| #define HAVE_PCAP_LIB_VERSION 1
| #define HAVE_PCAP_GET_SELECTABLE_FD 1
| #define HAVE_LIBZ 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
| #define HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| 
| 				sprint_realloc_objid();
| 
|   ;
|   return 0;
| }
configure:28348: result: no
configure:28372: gcc -o conftest -DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include  -L/usr/local/lib conftest.c -lsnmp     -lcrypto >&5
conftest.c: In function `main':
conftest.c:73: warning: implicit declaration of function `sprint_realloc_objid'
configure:28378: $? = 0
configure:28381: test -z 			 || test ! -s conftest.err
configure:28384: $? = 0
configure:28387: test -s conftest
configure:28390: $? = 0
configure:28398: error: UCD SNMP requires -lcrypto but --with-ssl not specified

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_enable_usr_local=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_pcap_breakloop=yes
ac_cv_func_pcap_datalink_name_to_val=yes
ac_cv_func_pcap_datalink_val_to_name=yes
ac_cv_func_pcap_findalldevs=yes
ac_cv_func_pcap_freecode=yes
ac_cv_func_pcap_get_selectable_fd=yes
ac_cv_func_pcap_lib_version=yes
ac_cv_func_pcap_list_datalinks=yes
ac_cv_func_pcap_open_dead=yes
ac_cv_func_pcap_set_datalink=yes
ac_cv_func_shl_load=no
ac_cv_glib_supports_modules=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_direct_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_snmp_library_default_store_h=yes
ac_cv_header_net_snmp_net_snmp_config_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pcre_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_ucd_snmp_ucd_snmp_config_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_pcap_pcap_open_live=yes
ac_cv_lib_z_gzgets=yes
ac_cv_objext=o
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_HTML_VIEWER=/usr/bin/htmlview
ac_cv_path_LEX=/usr/bin/flex
ac_cv_path_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
ac_cv_path_LIBGNUTLS_CONFIG=/usr/bin/libgnutls-config
ac_cv_path_NETSNMPCONFIG=/usr/bin/net-snmp-config
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_POD2HTML=/usr/bin/pod2html
ac_cv_path_POD2MAN=/usr/bin/pod2man
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_XMLLINT=/usr/bin/xmllint
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_install='/usr/bin/install -c'
ac_cv_pcap_version_defined=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOXYGEN=yes
ac_cv_prog_HAVE_FOP=no
ac_cv_prog_HAVE_HHC=no
ac_cv_prog_HAVE_PKGMK=no
ac_cv_prog_HAVE_PKGPROTO=no
ac_cv_prog_HAVE_PKGTRANS=no
ac_cv_prog_HAVE_XMLLINT=yes
ac_cv_prog_HAVE_XSLTPROC=yes
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_cv_wireshark_have_rpm=yes
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_f77_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_wireshark_have_rpm=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /opt/wireshark-0.99.3a/missing --run aclocal-1.9'
ADNS_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /opt/wireshark-0.99.3a/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /opt/wireshark-0.99.3a/missing --run autoconf'
AUTOHEADER='${SHELL} /opt/wireshark-0.99.3a/missing --run autoheader'
AUTOMAKE='${SHELL} /opt/wireshark-0.99.3a/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-DINET6 -D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2 -I/usr/local/include -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DOXYGEN='/usr/bin/doxygen'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
FLEX_PATH=''
FOP=''
FRAMEWORKS=''
GETOPT_C=''
GETOPT_O=''
GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GLIB_CONFIG=''
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GOBJECT_QUERY='gobject-query'
GTK_CFLAGS='-DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GTK_CONFIG=''
GTK_LIBS='-Wl,--export-dynamic -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
G_ASCII_STRTOULL_C=''
G_ASCII_STRTOULL_LO=''
G_ASCII_STRTOULL_O=''
HAVE_DOXYGEN='yes'
HAVE_DOXYGEN_FALSE='#'
HAVE_DOXYGEN_TRUE=''
HAVE_FOP='no'
HAVE_FOP_FALSE=''
HAVE_FOP_TRUE='#'
HAVE_HHC='no'
HAVE_HHC_FALSE=''
HAVE_HHC_TRUE='#'
HAVE_LIBLUA_FALSE=''
HAVE_LIBLUA_TRUE='#'
HAVE_PKGMK='no'
HAVE_PKGPROTO='no'
HAVE_PKGTRANS='no'
HAVE_PLUGINS_FALSE=''
HAVE_PLUGINS_TRUE=''
HAVE_RPM='yes'
HAVE_SVR4_PACKAGING='no'
HAVE_XMLLINT='yes'
HAVE_XMLLINT_FALSE='#'
HAVE_XMLLINT_TRUE=''
HAVE_XSLTPROC='yes'
HAVE_XSLTPROC_FALSE='#'
HAVE_XSLTPROC_TRUE=''
HHC=''
HTML_VIEWER='/usr/bin/htmlview'
INET_ATON_C=''
INET_ATON_LO=''
INET_ATON_O=''
INET_NTOP_C=''
INET_NTOP_LO=''
INET_NTOP_O=''
INET_PTON_C=''
INET_PTON_LO=''
INET_PTON_O=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KRB5_CONFIG=''
KRB5_LIBS=''
LDFLAGS=' -L/usr/local/lib'
LEX='/usr/bin/flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBGCRYPT_CFLAGS='  '
LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
LIBGCRYPT_LIBS=' -lgcrypt -lgpg-error'
LIBGNUTLS_CFLAGS='-I/usr/include'
LIBGNUTLS_CONFIG='/usr/bin/libgnutls-config'
LIBGNUTLS_LIBS='-lz -L/usr/lib -lgnutls -lgcrypt -lgpg-error'
LIBICONV=''
LIBOBJS=''
LIBS='-lsnmp     -lcrypto'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
LUA_INCLUDES=''
LUA_LIBS=''
MAKEINFO='${SHELL} /opt/wireshark-0.99.3a/missing --run makeinfo'
MKSTEMP_C=''
MKSTEMP_O=''
NETSNMPCONFIG='/usr/bin/net-snmp-config'
NSL_LIBS=''
OBJEXT='o'
PACKAGE='wireshark'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_LIBS='-lpcap'
PCRE_LIBS=''
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLUGIN_LIBS=''
POD2HTML='/usr/bin/pod2html'
POD2MAN='/usr/bin/pod2man'
PYTHON='/usr/bin/python'
RANLIB='ranlib'
SETUID_INSTALL_FALSE=''
SETUID_INSTALL_TRUE='#'
SET_MAKE=''
SHELL='/bin/sh'
SNMP_LIBS=''
SOCKET_LIBS=''
SSL_LIBS=''
STRCASECMP_C=''
STRCASECMP_O=''
STRERROR_C=''
STRERROR_O=''
STRIP='strip'
STRNCASECMP_C=''
STRNCASECMP_O=''
STRPTIME_C=''
STRPTIME_O=''
USE_GTK2_FALSE='#'
USE_GTK2_TRUE=''
USE_PROFILE_BUILD_FALSE=''
USE_PROFILE_BUILD_TRUE='#'
USE_THREADS_FALSE=''
USE_THREADS_TRUE='#'
VERSION='0.99.3a'
XMLLINT='/usr/bin/xmllint'
XSLTPROC='/usr/bin/xsltproc'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cv_wireshark_have_rpm='yes'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
capinfos_bin='capinfos$(EXEEXT)'
capinfos_man='capinfos.1'
datadir='${prefix}/share'
dftest_bin='dftest$(EXEEXT)'
dumpcap_bin='dumpcap$(EXEEXT)'
dumpcap_man='dumpcap.1'
editcap_bin='editcap$(EXEEXT)'
editcap_man='editcap.1'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
idl2wrs_bin='idl2wrs'
idl2wrs_man='idl2wrs.1'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/opt/wireshark-0.99.3a/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mergecap_bin='mergecap$(EXEEXT)'
mergecap_man='mergecap.1'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
plugindir=''
prefix='NONE'
program_transform_name='s,x,x,'
randpkt_bin='randpkt$(EXEEXT)'
rdps_bin='rdps$(EXEEXT)'
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'
text2pcap_bin='text2pcap$(EXEEXT)'
text2pcap_man='text2pcap.1'
tshark_bin='tshark$(EXEEXT)'
tshark_man='tshark.1'
wireshark_SUBDIRS='gtk'
wireshark_bin='wireshark$(EXEEXT)'
wireshark_man='wireshark.1'
wiresharkfilter_man='wireshark-filter.4'

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

#define DATAFILE_DIR "/usr/local/share/wireshark"
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGCRYPT 1
#define HAVE_LIBGNUTLS 1
#define HAVE_LIBPCAP 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NET_SNMP_LIBRARY_DEFAULT_STORE_H 1
#define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
#define HAVE_PCAP_BREAKLOOP 1
#define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
#define HAVE_PCAP_DATALINK_VAL_TO_NAME 1
#define HAVE_PCAP_FINDALLDEVS 1
#define HAVE_PCAP_FREECODE 1
#define HAVE_PCAP_GET_SELECTABLE_FD 1
#define HAVE_PCAP_LIB_VERSION 1
#define HAVE_PCAP_LIST_DATALINKS 1
#define HAVE_PCAP_OPEN_DEAD 1
#define HAVE_PCAP_SET_DATALINK 1
#define HAVE_PCAP_VERSION 1
#define HAVE_STDARG_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HTML_VIEWER "htmlview"
#define ICONV_CONST 
#define INTTYPES_H_DEFINES_FORMATS
#define PACKAGE "wireshark"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.99.3a"
#define YYTEXT_POINTER 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1