On 2002.02.20 22:30:18 +0100 Nick Stone wrote:
Hi I am trying to set up the "brctl" utils to be used to create a firewall. When I compile the utils a message is displayed indicating that the "if_bridge.h" file cannot be found which is fare enough as I can't find it on the disc either. I am using kernel version 2.2.19 from debian and I was wondering whether you knew where I might be able to find this file or in which package it would normally be found. Many thanks for your help Nick
If you go to the debian package search page (http://www.debian.org/distrib/packages), and search (in the second form) for if_bridge.h, you will get a list of all packages containing such a file. For woody, i get libuclibc-dev, libc6-dev, and two versions of the kernel-headers package. I can't really tell you which one to get, but libc6-dev would seem pretty essential for any compiling.
HTH, Matijs.