[Ronja] pcapified BERTEST

Bruce M Simpson bms at incunabulum.net
Tue Oct 7 06:13:48 BST 2008


Karel Kulhavy wrote:
> I finally managed to get to this. I installed pcap and tried to compile on
> Linux From Scratch and am still
> getting these 2 error messages:
> clock at sandy:~$ gcc bertest-pcap.c 
> bertest-pcap.c:15:23: error: net/if_dl.h: No such file or directory
> bertest-pcap.c:16:26: error: net/if_types.h: No such file or directory
>   

Those are FreeBSD header files, you might not need them for LFS.
Wrapping them with "#ifdef __FreeBSD__" might be OK.

thanks
BMS



More information about the Ronja mailing list