I was trying to use the rlm_sqlcounter module and followed the document 'rlm_sqlcounter' in the doc subdirectory. I used the flag --with-experimental-modules but the result was quite surprising.
If I used 'configure' without any flags before running 'make' and 'make install', everything builds and works but the module 'rlm_sqlcounter' was not built at all. If I used 'configure --with-experimental-modules' before running 'make' and 'make install', the /usr/local/lib and /usr/local/bin contains only the following files: [EMAIL PROTECTED] local]# ls /usr/local/lib libradius-0.9.0.la libradius-0.9.0.so libradius.a libradius.la libradius.so [EMAIL PROTECTED] local]# ls /usr/local/bin radclient radlast radrelay radtest radwho radzap In normal configuration, the /usr/local/bin contains radclient radrelay radwho rlm_dbm_cat smbencrypt radlast radtest radzap rlm_dbm_parser and /usr/local/lib contains not only libradius* libraries but a lot of rlm_* dynamic modules. It seems like a bug in the configuration file? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
