Christian Zoffoli <[EMAIL PROTECTED]> wrote: > I've found these problems on the current dev code: > > - RADIUSD_VERSION and HOSTINFO are not defined in radiusd.c :
This is the same 'radpaths.h' problem which has been discussed already. > - in src/modules/rules.mak top_builddir seems not defined Which is a bug in autoconf. > - to solve the problem of radpaths.h ...I've launched > cd src/include ; /bin/sh build-radpaths-h See the top-level 'configure.in', near the end. This is *exactly* what it does, which means that the autoconf generated 'configure' script is INCREDIBLY broken for now working. I'm totally amazed that autoconf is such magic that it can completely break something simple... Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
