Canul Podkopayeva wrote:

> I have a really messed up problem
> I'm trying to compile and install libcap then libnet.
> And I keep getting reports of missing header files.
> /usr/include/net  :
>       if.h

This should exist on all versions of libc. However, on libc-5, it
contains just:

        #include <linux/if.h>

> etc..
> /usr/include/netinet :
>       ethernet.h

This doesn't exist on either libc. Try linux/if_ether.h for libc-5, or 
netinet/ether.h for libc-6.

> I have some of the headers, but for some reason I
> don't have the others.
> Can someone pelase tell me where I can get these
> header files?

They are distributed as part of libc.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to