[EMAIL PROTECTED] wrote: > Has anyone successfully completed a freeradius-0.3 install on FreeBSD. Any s > uggestions are appreciated. I am receiving the following errors during make: > > In file included from ../include/radius_snmp.h:26, > from radiusd.c:83: > ../include/smux.h:47: syntax error before `oid'
This isn't a freebsd problem. It's an SNMP problem. The simplest thing to do is: ./configure --without-snmp (or whatever the configure option really is) to disable SNMP. Then 'make' should work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
