Hello, I'm using fedora core 4 and radiusclient-0.4.3. installing SER 0.9.4 with support for radius I can't install radius modules and when run my SER I view this mesasge error
0(441) ERROR: load_module: could not open module </usr/local/lib/ser/modules/auth_radius.so>: /usr/local/lib/ser/modules/auth_radius.so: cannot open shared object file: No such file or directory 0(441) parse error (41,13-14): failed to load module 0(441) set_mod_param_regex: No module matching auth_radius found | 0(441) parse error (71,20-21): Can't set module parameter 0(441) set_mod_param_regex: No module matching auth_radius found | 0(441) parse error (72,20-21): Can't set module parameter 0(441) parse error (326,34-35): unknown command, missing loadmodule?
Anybody can help me ?
Thanks
Guido
It looks like you don´t have auth_radius.so library in /usr/local/lib/ser/modules. Probably you haven't specify to compile this module, which by default is disabled from the compilation step. You have two options: make include_modules="auth_radius" modules
Or remove the line containing auth_radius in the section exclude_modules from the Makefile.
If you are using other radius modules, you should repeat aove process for them becasue they won´t compile by default.
Hope it helps,
Samuel. 2005/12/9, Guido guido@cyneric.com:
Hello, I'm using fedora core 4 and radiusclient-0.4.3. installing SER 0.9.4 with support for radius I can't install radius modules and when run my SER I view this mesasge error
0(441) ERROR: load_module: could not open module </usr/local/lib/ser/modules/auth_radius.so>: /usr/local/lib/ser/modules/auth_radius.so: cannot open shared object file: No such file or directory 0(441) parse error (41,13-14): failed to load module 0(441) set_mod_param_regex: No module matching auth_radius found | 0(441) parse error (71,20-21): Can't set module parameter 0(441) set_mod_param_regex: No module matching auth_radius found | 0(441) parse error (72,20-21): Can't set module parameter 0(441) parse error (326,34-35): unknown command, missing loadmodule?
Anybody can help me ?
Thanks
Guido
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers