En r�ponse � Sevcik Berndt : > Thanks for the help it works now. > > But you have to change the lines in src/modules/rlm_dbm/configure (line > 1445 and 1566). Chaning it in confugre.in and then running autoconf has > not worked. No idea why.
configure script is auto-generated using autoconf, so you shouldn't modify it yourself. The autotools contain sometimes many changes between two releases, and even break compatibility with previous versions. Try apt-get install autoconf2.13 and run autoconf2.13 instead of autoconf to build the scripts with FreeRadius' sources. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
