Ethereal-users: Re: [ethereal-users] ./configure problem -- Header file net/bpf.h not found

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 12 Aug 1999 10:19:44 -0500
On Thu, Aug 12, 1999 at 10:03:17AM -0500, Richard Demanowski wrote:
> 
> 
> I'll have to wait until I get home to try it on my Red Hat box.  I don't
> understand why it wouldn't find ANSI ioctl, though ...

It may not be that it's not finding ioctl. Look at the configure script and search
for the place where it tests for ioctl. It's compiling a C program to see what
happens. It is possible that you have something wrong with your compilation
environment. E.g., "/.configure" in the egcs-2.95 package kept failing on my
co-worker's computer. It turned out that somehow, since the last time he
compiled something on his box, his cpp binary was deleted. His C compiler no longer
worked, but of course the error message from "configure" didn't inform us of
that.

--gilbert