Norbert Wegener wrote: > Setting up 1.1.6 on a Sun with `uname -a` giving > > SunOS sunfire 5.10 Generic_118822-26 sun4u sparc SUNW,Ultra-30 > > configure does not show errors, only warnings. Unfortunately make dies > with: ... > creating rlm_dbm.la ... > In file included from /root/freeradius-1.1.6/src/include/radiusd.h:31, > from rlm_dbm_parser.c:52: > /usr/include/netinet/in.h:302: warning: `INADDR_ANY' redefined > /root/freeradius-1.1.6/src/include/missing.h:73: warning: this is the > location of the previous definition > /usr/include/netinet/in.h:303: warning: `INADDR_LOOPBACK' redefined > /root/freeradius-1.1.6/src/include/missing.h:77: warning: this is the > location of the previous definition
The include file order is wrong. I've fixed this in the CVS head, but in 1.1.6, the best thing to do is: $ ./configure --without-rlm_dbm Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

