> > > On 14-Apr-99 Pollywog wrote: > > Can anyone tell me why my net/if.h keeps disappearing? > > I am running Debian 2.1 with kernel 2.0.36 and this is not the first time I > > see this error. I have even rebuilt my kernel (new tarball) and still I get > > this error. Any ideas on what is going on? > > > > I believe if.h is missing from the 2.0.36 kernel; either that or I just > downloaded a bad kernel source. What is the best place to get kernels? >
ftp.<area>.kernel.org. area is where you are i.e. us, eu, ca. now for more important things, if.h should not disappear. Installing a kernel should not affect it. It should be part of libc-dev. Now, when you install a kernel do NOT place headers from the kernel on your system. Use make-kpkg to make a deb of the kernel image and just install it. libc6 came about in part to reduce the need for kernel headers.