--On Tuesday, September 28, 2010 17:48:39 +0200 Alan DeKok <aland@deployingradius.com> wrote:
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.
Ok - Thanks. If anyone else is in the same boat (RHEL4), comment this line too (so you can 'make install'): $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radsniff$(EXEEXT) $(R)$(bindir) -James -- James J J Hooper Network Specialist Information Services University of Bristol http://www.wireless.bristol.ac.uk --