Ethereal-dev: Re: [ethereal-dev] Ethereal on SGI

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

From: Dan Debertin <danield@xxxxxxxxxxxx>
Date: Thu, 9 Sep 1999 15:56:30 -0500 (CDT)
I've actually run into this problem on Linux as well. If you've compiled
and installed libpcap (do so if you haven't), libpcap's make install may
not have put it in /usr/include/net -- I think it wants to put it in
/usr/local somewhere; use a find to figure out where. Once libpcap is
installed, figure out where it stuck bpf.h and copy/move it to
/usr/include/net, and configure will run. Otherwise, you could build
without libpcap support -- I don't know anything about that, though.

Good luck
Dan Debertin
danield@xxxxxxxxx

On Thu, 9 Sep 1999, Randall Hopper wrote:

>      Just tried to build ethereal on SGI IRIX.  configure failed because
> there is no net/bpf.h.  I'd like to use ethereal backed up to tcpdump
> writing to stdout (tcpdump -w -), since I see that ethereal can parse
> tcpdump.
> 
>      Is there a way to build ethereal without bpf support?  If not it'd be
> useful.
> 
>      (Oh, please Cc me on any replies.  I'm not on the list.)
> 
> Thanks,
> 
> Randall
> 
> 
> 
> 
>      > configure
>      ...
>      checking host system type... mips-sgi-irix6.5
>      ...
>      checking for extraneous pcap header directories... not found
>      checking for net/bpf.h... no
>      configure: error: Header file net/bpf.h not found.
>