> I just build the latest snapshot on BSDI 4.2, when I try to start > radiusd I get the following: > > Module: Library search path is /usr/local/lib > radiusd.conf[325] Failed to link to module 'rlm_unix-0.6': > file not found I got the same error.
Frank Cusack is about to fix it. You can use the following workaround I used. Copy following files: rlm_files-0.6.la rlm_radutmp-0.6.la rlm_sql-0.6.la rlm_detail-0.6.la rlm_preprocess-0.6.la rlm_realm-0.6.la rlm_unix-0.6.la into your /usr/local/lib directory. The base file is in your source/modules/rlm_<module> tree e.g. cp /usr/src/freeradius-snapshot/src/modules/rlm_unix/rlm_unix.la /usr/local/lib/rlm_unix-0.6.la That worked for me. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
