"Andrew Kelaidis" <[EMAIL PROTECTED]> wrote: > I want to use ippool module (freeradius version 0.7 stable). I have tried > the following configure commands but unfortunately didn't work: ... > I looked in configure, make messages but I didn't see anything wrong. Are > there any dependencies for this module??? What I did wrong??
The output of 'configure --help' gives you some information. You can enable experimental modules. But it won't currently let you enable the experimental modules one-by-one. Or, you can just build && install the server without rlm_ippool. Then, go to 'src/modules/rlm_ippool', and do 'configure;make;make install' and it should work. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
