Ethereal-users: Re: [Ethereal-users] Yet Another Problem With Compile of Ethereal Mac OS X 10.3.

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Tue, 2 Mar 2004 13:02:08 -0800 (PST)
Claude V. Lucas said:
> Trying to build 0.10.2 under OS X 10.3.2 latest devsys installed

Have you also installed the latest Security Update?  If so, note that it
*partially* installes libpcap 0.8.1 - it installs the library, but *not*
the relevant header files.

> Some ( most ) non-Apple components installed via Fink in /sw
> I built & installed latest libpcap (0.8.1) via the  Fink install in /sw.
> I get the following after running

The libpcap header files that Ethereal is using in the configure script
are the ones from 10.3.2.

The libpcap library that Ethereal is using in the configure script is the
0.8.1 one, whether it came from Fink or the latest security update.

If you've installed the latest Security Update, I'd un-install the Fink
libpcap, get the libpcap 0.8.1 source, and copy the "pcap.h",
"pcap-stdinc.h", and "pcap-bpf.h" header files from the libpcap 0.8.1
source into "/usr/include", and then try re-running the configure script.