James J J Hooper wrote: > Hi Alan, > I'm getting a make error. I tried ./configure --without-radsniff but > still the same... Is there a switch to disable building radsniff or do I > have to get the PCAP libraries :(
There's no switch to disable radsniff. My guess is that you have an old version of libpcap, which doesn't support that call. The solution (for now) is to just edit src/main/Makefile/ Find the line saying: BINARIES += radsniff and delete it. Do this *after* the "configure' step. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

