Breuer Nicolas wrote: > I've an error on compilation : ... > ./configure --without-threads --with-mysql-lib-dir=/usr/lib64/
Hmm... the --without-threads option is not what I normally use. > event.c:2305: error: 'argval' undeclared (first use in this function) > event.c:2305: error: (Each undeclared identifier is reported only once > event.c:2305: error: for each function it appears in.) Hmm... just define "argval" as an "int" in that function, and it should work. I'll commit a fix for 2.0.4. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

