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

Ethereal-users: RE: [Ethereal-users] Compile help question

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "King, John (Greg) (LMIT-HOU)" <Greg.King@xxxxxxxx>
Date: Mon, 24 Apr 2006 13:15:30 -0500
Here is the log. To me it reads as if I am missing some rpm needed to
properly build with. But I figure if I can recompile the kernel on the
system, recompiling ethereal should work as long as I point to the
libraries and headers.

Anyhow, I hope someone can help me in figuring this out.

Thanks,

Greg

[config.log]


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 = testsystem
uname -m = i686
uname -r = 2.6.16LMIT_4242006
uname -s = Linux
uname -v = #1 SMP Mon Apr 24 07:06:46 CDT 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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1567: checking build system type
configure:1585: result: i686-pc-linux-gnu
configure:1593: checking host system type
configure:1607: result: i686-pc-linux-gnu
configure:1615: checking target system type
configure:1629: result: i686-pc-linux-gnu
configure:1658: checking for a BSD-compatible install
configure:1713: result: /usr/bin/install -c
configure:1724: checking whether build environment is sane
configure:1767: result: yes
configure:1832: checking for gawk
configure:1848: found /bin/gawk
configure:1858: result: gawk
configure:1868: checking whether make sets $(MAKE)
configure:1888: result: yes
configure:2129: checking for gcc
configure:2145: found /usr/bin/gcc
configure:2155: result: gcc
configure:2399: checking for C compiler version
configure:2402: gcc --version </dev/null >&5
gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-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:2405: $? = 0
configure:2407: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.5/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.5 20051201 (Red Hat 3.4.5-2)
configure:2410: $? = 0
configure:2412: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2415: $? = 1
configure:2438: checking for C compiler default output file name
configure:2441: gcc    conftest.c  >&5
configure:2444: $? = 0
configure:2490: result: a.out
configure:2495: checking whether the C compiler works
configure:2501: ./a.out
configure:2504: $? = 0
configure:2521: result: yes
configure:2528: checking whether we are cross compiling
configure:2530: result: no
configure:2533: checking for suffix of executables
configure:2535: gcc -o conftest    conftest.c  >&5
configure:2538: $? = 0
configure:2563: result: 
configure:2569: checking for suffix of object files
configure:2590: gcc -c   conftest.c >&5
configure:2593: $? = 0
configure:2615: result: o
configure:2619: checking whether we are using the GNU C compiler
configure:2643: gcc -c   conftest.c >&5
configure:2649: $? = 0
configure:2653: test -z 
                         || test ! -s conftest.err
configure:2656: $? = 0
configure:2659: test -s conftest.o
configure:2662: $? = 0
configure:2675: result: yes
configure:2681: checking whether gcc accepts -g
configure:2702: gcc -c -g  conftest.c >&5
configure:2708: $? = 0
configure:2712: test -z 
                         || test ! -s conftest.err
configure:2715: $? = 0
configure:2718: test -s conftest.o
configure:2721: $? = 0
configure:2732: result: yes
configure:2749: checking for gcc option to accept ANSI C
configure:2819: gcc  -c -g -O2  conftest.c >&5
configure:2825: $? = 0
configure:2829: test -z 
                         || test ! -s conftest.err
configure:2832: $? = 0
configure:2835: test -s conftest.o
configure:2838: $? = 0
configure:2856: result: none needed
configure:2874: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2880: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3024: checking for style of include used by make
configure:3052: result: GNU
configure:3080: checking dependency style of gcc
configure:3170: result: gcc3
configure:3192: checking how to run the C preprocessor
configure:3227: gcc -E  conftest.c
configure:3233: $? = 0
configure:3265: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3271: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3310: result: gcc -E
configure:3334: gcc -E  conftest.c
configure:3340: $? = 0
configure:3372: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3378: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3472: checking for a sed that does not truncate output
configure:3526: result: /bin/sed
configure:3529: checking for egrep
configure:3539: result: grep -E
configure:3555: checking for ld used by gcc
configure:3622: result: /usr/bin/ld
configure:3631: checking if the linker (/usr/bin/ld) is GNU ld
configure:3646: result: yes
configure:3651: checking for /usr/bin/ld option to reload object files
configure:3658: result: -r
configure:3667: checking for BSD-compatible nm
configure:3709: result: /usr/bin/nm -B
configure:3713: checking whether ln -s works
configure:3717: result: yes
configure:3724: checking how to recognise dependent libraries
configure:3907: result: pass_all
configure:4117: checking for ANSI C header files
configure:4142: gcc -c -g -O2  conftest.c >&5
configure:4148: $? = 0
configure:4152: test -z 
                         || test ! -s conftest.err
configure:4155: $? = 0
configure:4158: test -s conftest.o
configure:4161: $? = 0
configure:4250: gcc -o conftest -g -O2   conftest.c  >&5
configure:4253: $? = 0
configure:4255: ./conftest
configure:4258: $? = 0
configure:4273: result: yes
configure:4297: checking for sys/types.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for sys/stat.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for stdlib.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for string.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for memory.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for strings.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for inttypes.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for stdint.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for unistd.h
configure:4313: gcc -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z 
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4369: checking dlfcn.h usability
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4387: $? = 0
configure:4391: test -z 
                         || test ! -s conftest.err
configure:4394: $? = 0
configure:4397: test -s conftest.o
configure:4400: $? = 0
configure:4410: result: yes
configure:4414: checking dlfcn.h presence
configure:4424: gcc -E  conftest.c
configure:4430: $? = 0
configure:4450: result: yes
configure:4485: checking for dlfcn.h
configure:4492: result: yes
configure:4557: checking for g++
configure:4573: found /usr/bin/g++
configure:4583: result: g++
configure:4599: checking for C++ compiler version
configure:4602: g++ --version </dev/null >&5
g++ (GCC) 3.4.5 20051201 (Red Hat 3.4.5-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:4605: $? = 0
configure:4607: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.5/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.5 20051201 (Red Hat 3.4.5-2)
configure:4610: $? = 0
configure:4612: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4615: $? = 1
configure:4618: checking whether we are using the GNU C++ compiler
configure:4642: g++ -c   conftest.cc >&5
configure:4648: $? = 0
configure:4652: test -z 
                         || test ! -s conftest.err
configure:4655: $? = 0
configure:4658: test -s conftest.o
configure:4661: $? = 0
configure:4674: result: yes
configure:4680: checking whether g++ accepts -g
configure:4701: g++ -c -g  conftest.cc >&5
configure:4707: $? = 0
configure:4711: test -z 
                         || test ! -s conftest.err
configure:4714: $? = 0
configure:4717: test -s conftest.o
configure:4720: $? = 0
configure:4731: result: yes
configure:4773: g++ -c -g -O2  conftest.cc >&5
configure:4779: $? = 0
configure:4783: test -z 
                         || test ! -s conftest.err
configure:4786: $? = 0
configure:4789: test -s conftest.o
configure:4792: $? = 0
configure:4818: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' was not declared in this scope
configure:4824: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:4773: g++ -c -g -O2  conftest.cc >&5
configure:4779: $? = 0
configure:4783: test -z 
                         || test ! -s conftest.err
configure:4786: $? = 0
configure:4789: test -s conftest.o
configure:4792: $? = 0
configure:4818: g++ -c -g -O2  conftest.cc >&5
configure:4824: $? = 0
configure:4828: test -z 
                         || test ! -s conftest.err
configure:4831: $? = 0
configure:4834: test -s conftest.o
configure:4837: $? = 0
configure:4862: checking dependency style of g++
configure:4952: result: gcc3
configure:4974: checking how to run the C++ preprocessor
configure:5005: g++ -E  conftest.cc
configure:5011: $? = 0
configure:5043: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5049: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:5088: result: g++ -E
configure:5112: g++ -E  conftest.cc
configure:5118: $? = 0
configure:5150: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5156: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:5251: checking for g77
configure:5280: result: no
configure:5251: checking for f77
configure:5280: result: no
configure:5251: checking for xlf
configure:5280: result: no
configure:5251: checking for frt
configure:5280: result: no
configure:5251: checking for pgf77
configure:5280: result: no
configure:5251: checking for fort77
configure:5280: result: no
configure:5251: checking for fl32
configure:5280: result: no
configure:5251: checking for af77
configure:5280: result: no
configure:5251: checking for f90
configure:5280: result: no
configure:5251: checking for xlf90
configure:5280: result: no
configure:5251: checking for pgf90
configure:5280: result: no
configure:5251: checking for epcf90
configure:5280: result: no
configure:5251: checking for f95
configure:5280: result: no
configure:5251: checking for fort
configure:5280: result: no
configure:5251: checking for xlf95
configure:5280: result: no
configure:5251: checking for ifc
configure:5280: result: no
configure:5251: checking for efc
configure:5280: result: no
configure:5251: checking for pgf95
configure:5280: result: no
configure:5251: checking for lf95
configure:5280: result: no
configure:5251: checking for gfortran
configure:5280: result: no
configure:5292: checking for Fortran 77 compiler version
configure:5295:  --version </dev/null >&5
./configure: line 5296: --version: command not found
configure:5298: $? = 127
configure:5300:  -v </dev/null >&5
./configure: line 5301: -v: command not found
configure:5303: $? = 127
configure:5305:  -V </dev/null >&5
./configure: line 5306: -V: command not found
configure:5308: $? = 127
configure:5316: checking whether we are using the GNU Fortran 77
compiler
configure:5330:  -c  conftest.F >&5
./configure: line 5331: -c: command not found
configure:5336: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5362: result: no
configure:5368: checking whether  accepts -g
configure:5380:  -c -g conftest.f >&5
./configure: line 5381: -c: command not found
configure:5386: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5411: result: no
configure:5441: checking the maximum length of command line arguments
configure:5506: result: 32768
configure:5517: checking command to parse /usr/bin/nm -B output from gcc
object
configure:5606: gcc -c -g -O2  conftest.c >&5
configure:5609: $? = 0
configure:5613: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\(\)\([_A-Za-z][_A
-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5616: $? = 0
configure:5668: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5671: $? = 0
configure:5709: result: ok
configure:5713: checking for objdir
configure:5728: result: .libs
configure:5818: checking for ar
configure:5834: found /usr/bin/ar
configure:5845: result: ar
configure:5898: checking for ranlib
configure:5914: found /usr/bin/ranlib
configure:5925: result: ranlib
configure:5978: checking for strip
configure:5994: found /usr/bin/strip
configure:6005: result: strip
configure:6267: checking if gcc static flag  works
configure:6290: result: yes
configure:6308: checking if gcc supports -fno-rtti -fno-exceptions
configure:6326: 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:6330: $? = 0
configure:6341: result: no
configure:6356: checking for gcc option to produce PIC
configure:6533: result: -fPIC
configure:6541: checking if gcc PIC flag -fPIC works
configure:6559: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6563: $? = 0
configure:6574: result: yes
configure:6598: checking if gcc supports -c -o file.o
configure:6619: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6623: $? = 0
configure:6643: result: yes
configure:6669: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:7517: result: yes
configure:7543: checking whether -lc should be explicitly linked in
configure:7548: gcc -c -g -O2  conftest.c >&5
configure:7551: $? = 0
configure:7565: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7568: $? = 0
configure:7580: result: no
configure:7588: checking dynamic linker characteristics
configure:8149: result: GNU/Linux ld.so
configure:8153: checking how to hardcode library paths into programs
configure:8178: result: immediate
configure:8192: checking whether stripping libraries is possible
configure:8197: result: yes
configure:8323: checking for shl_load
configure:8380: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cckSKuQ8.o(.text+0x14): In function `main':
/home/buildarea/ethereal/ethereal-0.10.14/conftest.c:65: undefined
reference to `shl_load'
/tmp/cckSKuQ8.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:8386: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:8411: result: no
configure:8416: checking for shl_load in -ldld
configure:8446: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:8452: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:8478: result: no
configure:8483: checking for dlopen
configure:8540: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccuNOzWi.o(.text+0x14): In function `main':
/home/buildarea/ethereal/ethereal-0.10.14/conftest.c:65: undefined
reference to `dlopen'
/tmp/ccuNOzWi.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8546: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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:8571: result: no
configure:8576: checking for dlopen in -ldl
configure:8606: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:8612: $? = 0
configure:8616: test -z 
                         || test ! -s conftest.err
configure:8619: $? = 0
configure:8622: test -s conftest
configure:8625: $? = 0
configure:8638: result: yes
configure:8813: checking whether a program can dlopen itself
configure:8885: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
-Wl,--export-dynamic conftest.c -ldl  >&5
configure:8888: $? = 0
configure:8906: result: yes
configure:8911: checking whether a statically linked program can dlopen
itself
configure:8983: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
-Wl,--export-dynamic  conftest.c -ldl  >&5
configure:8986: $? = 0
configure:9004: result: yes
configure:9027: checking if libtool supports shared libraries
configure:9029: result: yes
configure:9032: checking whether to build shared libraries
configure:9090: result: yes
configure:9093: checking whether to build static libraries
configure:9097: result: no
configure:9189: creating libtool
configure:9736: checking for ld used by g++
configure:9803: result: /usr/bin/ld
configure:9812: checking if the linker (/usr/bin/ld) is GNU ld
configure:9827: result: yes
configure:9878: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:10706: result: yes
configure:10724: g++ -c -g -O2  conftest.cc >&5
configure:10727: $? = 0
configure:10823: checking for g++ option to produce PIC
configure:11075: result: -fPIC
configure:11083: checking if g++ PIC flag -fPIC works
configure:11101: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11105: $? = 0
configure:11116: result: yes
configure:11140: checking if g++ supports -c -o file.o
configure:11161: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11165: $? = 0
configure:11185: result: yes
configure:11211: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:11236: result: yes
configure:11307: checking dynamic linker characteristics
configure:11868: result: GNU/Linux ld.so
configure:11872: checking how to hardcode library paths into programs
configure:11897: result: immediate
configure:11911: checking whether stripping libraries is possible
configure:11916: result: yes
configure:12042: checking for shl_load
configure:12130: result: no
configure:12135: checking for shl_load in -ldld
configure:12197: result: no
configure:12202: checking for dlopen
configure:12290: result: no
configure:12295: checking for dlopen in -ldl
configure:12357: result: yes
configure:12532: checking whether a program can dlopen itself
configure:12625: result: yes
configure:12630: checking whether a statically linked program can dlopen
itself
configure:12723: result: yes
configure:19197: checking for bison
configure:19226: result: no
configure:19197: checking for byacc
configure:19213: found /usr/bin/byacc
configure:19223: result: byacc
configure:19238: checking for flex
configure:19254: found /usr/bin/flex
configure:19264: result: flex
configure:19277: checking for yywrap in -lfl
configure:19307: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:19313: $? = 0
configure:19317: test -z 
                         || test ! -s conftest.err
configure:19320: $? = 0
configure:19323: test -s conftest
configure:19326: $? = 0
configure:19339: result: yes
configure:19417: checking lex output file root
configure:19428: flex conftest.l
configure:19431: $? = 0
configure:19443: result: lex.yy
configure:19448: checking whether yytext is a pointer
configure:19464: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:19470: $? = 0
configure:19474: test -z 
                         || test ! -s conftest.err
configure:19477: $? = 0
configure:19480: test -s conftest
configure:19483: $? = 0
configure:19497: result: yes
configure:19513: checking for perl
configure:19531: found /usr/bin/perl
configure:19543: result: /usr/bin/perl
configure:19552: checking for pod2man
configure:19570: found /usr/bin/pod2man
configure:19582: result: /usr/bin/pod2man
configure:19600: checking for pod2html
configure:19618: found /usr/bin/pod2html
configure:19630: result: /usr/bin/pod2html
configure:19648: checking for htmlview
configure:19666: found /usr/bin/htmlview
configure:19678: result: /usr/bin/htmlview
configure:19702: checking for flex
configure:19720: found /usr/bin/flex
configure:19732: result: /usr/bin/flex
configure:19741: checking for python
configure:19759: found /usr/bin/python
configure:19771: result: /usr/bin/python
configure:19791: checking for doxygen
configure:19824: result: no
configure:19830: checking for doxygen
configure:19857: result: no
configure:19878: checking for xsltproc
configure:19896: found /usr/bin/xsltproc
configure:19908: result: /usr/bin/xsltproc
configure:19917: checking for xsltproc
configure:19933: found /usr/bin/xsltproc
configure:19944: result: yes
configure:19965: checking for xmllint
configure:19983: found /usr/bin/xmllint
configure:19995: result: /usr/bin/xmllint
configure:20004: checking for xmllint
configure:20020: found /usr/bin/xmllint
configure:20031: result: yes
configure:20052: checking for fop
configure:20085: result: no
configure:20091: checking for fop
configure:20118: result: no
configure:20139: checking for hhc.exe
configure:20172: result: no
configure:20178: checking for hhc.exe
configure:20205: result: no
configure:20228: checking for pkgproto
configure:20255: result: no
configure:20264: checking for pkgmk
configure:20291: result: no
configure:20300: checking for pkgtrans
configure:20327: result: no
configure:20346: checking for rpm
configure:20362: found /bin/rpm
configure:20373: result: yes
configure:20382: checking to see if we can redefine _topdir
configure:20385: result: yes
configure:20418: checking to see if we can add '-Wall -W ' to CFLAGS
configure:20422: result: yes
configure:20433: checking for platform-specific compiler flags
configure:20495: result: none needed
configure:20606: checking whether to use /usr/local for headers and
libraries
configure:20609: result: yes
configure:20667: checking for GNU sed as first sed in PATH
configure:20670: result: yes
configure:20769: checking if profile builds must be generated
configure:20782: result: no
configure:20827: checking for pkg-config
configure:20845: found /usr/bin/pkg-config
configure:20858: result: /usr/bin/pkg-config
configure:20879: checking for GTK+ - version >= 2.0.0
configure:21024: result: no
configure:21057: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include   -I/usr/loca
l/include  -L/usr/local/lib conftest.c   >&5
conftest.c:29:21: gtk/gtk.h: No such file or directory
conftest.c: In function `main':
conftest.c:35: error: `gtk_major_version' undeclared (first use in this
function)
conftest.c:35: error: (Each undeclared identifier is reported only once
conftest.c:35: error: for each function it appears in.)
conftest.c:35: error: `gtk_minor_version' undeclared (first use in this
function)
conftest.c:35: error: `gtk_micro_version' undeclared (first use in this
function)
configure:21063: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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 DATAFILE_DIR "/usr/local/share/ethereal"
| /* end confdefs.h.  */
| 
| #include <gtk/gtk.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((gtk_major_version) || (gtk_minor_version) ||
(gtk_micro_version));
|   ;
|   return 0;
| }
configure:21470: checking for pkg-config
configure:21501: result: /usr/bin/pkg-config
configure:21524: checking for GLIB - version >= 2.0.0
configure:21643: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/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:74: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:75: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
conftest.c:76: warning: comparison between signed and unsigned
configure:21646: $? = 0
configure:21648: ./conftest
configure:21651: $? = 0
configure:21669: result: yes (version 2.4.7)
configure:22736: checking whether GLib supports loadable modules
configure:22769: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/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/l
ib conftest.c -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0    >&5
configure:22772: $? = 0
configure:22774: ./conftest
configure:22777: $? = 0
configure:22793: result: yes
configure:22811: checking for inttypes.h
configure:22816: result: yes
configure:22955: checking whether inttypes.h defines the PRI[doxu]64
macros
configure:22982: gcc -c -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.
0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
conftest.c:37: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:43: warning: control reaches end of non-void function
configure:22988: $? = 0
configure:22992: test -z 
                         || test ! -s conftest.err
configure:22995: $? = 0
configure:22998: test -s conftest.o
configure:23001: $? = 0
configure:23004: result: yes
configure:23525: checking for gethostbyname
configure:23582: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include
-L/usr/local/lib conftest.c  >&5
configure:23588: $? = 0
configure:23592: test -z 
                         || test ! -s conftest.err
configure:23595: $? = 0
configure:23598: test -s conftest
configure:23601: $? = 0
configure:23613: result: yes
configure:23699: checking for connect
configure:23756: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include
-L/usr/local/lib conftest.c  >&5
configure:23762: $? = 0
configure:23766: test -z 
                         || test ! -s conftest.err
configure:23769: $? = 0
configure:23772: test -s conftest
configure:23775: $? = 0
configure:23787: result: yes
configure:23869: checking whether to use libpcap for packet capture
configure:23898: result: yes
configure:23919: checking for extraneous pcap header directories
configure:23942: result: not found
configure:23980: checking pcap.h usability
configure:23992: gcc -c -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/include/glib-2.
0 -I/usr/lib/glib-2.0/include    -I/usr/local/include conftest.c >&5
configure:23998: $? = 0
configure:24002: test -z 
                         || test ! -s conftest.err
configure:24005: $? = 0
configure:24008: test -s conftest.o
configure:24011: $? = 0
configure:24021: result: yes
configure:24025: checking pcap.h presence
configure:24035: gcc -E  -I/usr/local/include conftest.c
configure:24041: $? = 0
configure:24061: result: yes
configure:24096: checking for pcap.h
configure:24103: result: yes
configure:24126: checking for pcap_open_live in -lpcap
configure:24156: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include
-L/usr/local/lib conftest.c -lpcap    >&5
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0xe1): In function
`pcap_read_linux':
: undefined reference to `pfring_recv'
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0x83d): In function
`pcap_close_linux':
: undefined reference to `pfring_close'
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0x91d): In function
`pcap_open_live':
: undefined reference to `pfring_open'
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0x13bd): In function
`pcap_set_cluster':
: undefined reference to `pfring_set_cluster'
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0x13c9): In function
`pcap_remove_from_cluster':
: undefined reference to `pfring_remove_from_cluster'
/usr/local/lib/libpcap.a(pcap-linux.o)(.text+0x13d5): In function
`pcap_set_reflector':
: undefined reference to `pfring_set_reflector'
collect2: ld returned 1 exit status
configure:24162: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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 DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pcap_open_live ();
| int
| main ()
| {
| pcap_open_live ();
|   ;
|   return 0;
| }
configure:24188: result: no
configure:24201: checking for pcap_open_live in -lpcap -lcfg -lodm
configure:24225: gcc -o conftest -D_U_="__attribute__((unused))" -Wall
-Wpointer-arith -W  -g -O2 -I/usr/local/include -I/usr/includ
e/glib-2.0 -I/usr/lib/glib-2.0/include    -I/usr/local/include
-L/usr/local/lib conftest.c -lpcap -lcfg -lodm >&5
/usr/bin/ld: cannot find -lcfg
collect2: ld returned 1 exit status
configure:24231: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ethereal"
| #define VERSION "0.10.14"
| #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 DATAFILE_DIR "/usr/local/share/ethereal"
| #define HAVE_INTTYPES_H 1
| #define INTTYPES_H_DEFINES_FORMATS
| /* end confdefs.h.  */
| 
| #     include <pcap.h>
| 
| int
| main ()
| {
| 
|       pcap_open_live(NULL, 0, 0, 0, NULL);
| 
|   ;
|   return 0;
| }
configure:24261: result: no
configure:24263: error: Library libpcap not found.

## ---------------- ##
## 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_ethereal_have_rpm=yes
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_gethostbyname=yes
ac_cv_func_shl_load=no
ac_cv_glib_supports_modules=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_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=no
ac_cv_objext=o
ac_cv_path_HTML_VIEWER=/usr/bin/htmlview
ac_cv_path_LEX=/usr/bin/flex
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_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_HAVE_DOXYGEN=no
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=byacc
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_ac_cv_ethereal_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=no
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
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.4.so'
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_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\3 \3/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_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][
]*\\(\\)\\([_A-Za-z][_A-Za-z
0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^
]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEG
RST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\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} /home/buildarea/ethereal/ethereal-0.10.14/missing
--run aclocal-1.9'
ADNS_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/buildarea/ethereal/ethereal-0.10.14/missing --run
tar'
AR='ar'
AUTOCONF='${SHELL} /home/buildarea/ethereal/ethereal-0.10.14/missing
--run autoconf'
AUTOHEADER='${SHELL} /home/buildarea/ethereal/ethereal-0.10.14/missing
--run autoheader'
AUTOMAKE='${SHELL} /home/buildarea/ethereal/ethereal-0.10.14/missing
--run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-D_U_="__attribute__((unused))" -Wall -Wpointer-arith -W  -g -O2
-I/usr/local/include -I/usr/include/glib-2.0 -I/usr/lib/gli
b-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=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_STATIC=''
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
FLEX_PATH=''
FOP=''
FRAMEWORKS=''
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=''
GTK_CONFIG=''
GTK_LIBS=''
G_ASCII_STRTOULL_C=''
G_ASCII_STRTOULL_LO=''
G_ASCII_STRTOULL_O=''
HAVE_DOXYGEN='no'
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_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'
LIBOBJS=''
LIBS='-lpcap -lcfg -lodm'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/buildarea/ethereal/ethereal-0.10.14/missing
--run makeinfo'
MKSTEMP_C=''
MKSTEMP_O=''
NETSNMPCONFIG=''
NSL_LIBS=''
OBJEXT='o'
PACKAGE='ethereal'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_LIBS=''
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=''
SNPRINTF_C=''
SNPRINTF_O=''
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.10.14'
XMLLINT='/usr/bin/xmllint'
XSLTPROC='/usr/bin/xsltproc'
YACC='byacc'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_cv_ethereal_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_man=''
editcap_bin='editcap$(EXEEXT)'
editcap_man='editcap.1'
ethereal_SUBDIRS=''
ethereal_bin=''
ethereal_man=''
etherealfilter_man='ethereal-filter.4'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
idl2eth_bin='idl2eth'
idl2eth_man='idl2eth.1'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/buildarea/ethereal/ethereal-0.10.14/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'
tethereal_bin='tethereal$(EXEEXT)'
tethereal_man='tethereal.1'
text2pcap_bin='text2pcap$(EXEEXT)'
text2pcap_man='text2pcap.1'

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

#define DATAFILE_DIR "/usr/local/share/ethereal"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_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_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HTML_VIEWER "htmlview"
#define INTTYPES_H_DEFINES_FORMATS
#define PACKAGE "ethereal"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "0.10.14"
#define YYTEXT_POINTER 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1
 

> -----Original Message-----
> From: ethereal-users-bounces@xxxxxxxxxxxx 
> [mailto:ethereal-users-bounces@xxxxxxxxxxxx] On Behalf Of Guy Harris
> Sent: Monday, April 24, 2006 12:41 PM
> To: Ethereal user support
> Subject: Re: [Ethereal-users] Compile help question
> 
> King, John (Greg) (LMIT-HOU) wrote:
> 
> > I keep getting 'configure: error: Library libpcap not 
> found.' although
> > from what I can tell the library is there. The output is 
> below if anyone
> > has any idea on why this is failing.
> 
> What does the config.log file say?
> _______________________________________________
> Ethereal-users mailing list
> Ethereal-users@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-users
>