28 Sep
2010
28 Sep
'10
11:48 a.m.
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.