# /usr/local/freeradius-0.9.2/sbin/radiusd -X
[...]
radiusd: entering modules setup
Module: Library search path is /usr/local/freeradius-0.9.2/lib:/usr/lib:/usr/local/lib
radiusd.conf[523] Failed to link to module 'rlm_chap': file not found
Commenting this out causes the next module to not be found. I see that ALL of the defined modules I have are not found. Am I not supposed to have a .so file for every module?
# ls -l /usr/local/freeradius-0.9.2/lib/*.so
-rwxr-xr-x 1 root wheel 239672 Nov 16 03:25 /usr/local/freeradius-0.9.2/lib/libradius-0.9.2.so
lrwxr-xr-x 1 root wheel 18 Nov 16 03:25 /usr/local/freeradius-0.9.2/lib/libradius.so -> libradius-0.9.2.so
Here is my config string:
./configure --prefix=/usr/local/freeradius-0.9.2 \ --enable-ltdl-install --enable-experimental-modules
What gives? Why won't my modules install/load? What did I botch this time? ;)
TIA,
DS
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
