Hello,
I've built openser 1.1.1 from source with radius support. I installed radiusclient-ng. When I execute openser with to loadmodule auth_radius.so in my configuration I get:
# openser 0(20268) ERROR: load_module: could not open module </usr/local/lib/openser/modules/auth_radius.so loadmodule >: /usr/local/lib/openser/modules/auth_radius.so loadmodule : cannot open shared object file: No such file or directory 0(20268) parse error (60,13-14): failed to load module 0(20268) parse error (60,14-15): syntax error 0(20268) parse error (60,14-15): ERROR: bad config file (3 errors)
But the module is there.
# ls -l /usr/local/lib/openser/modules/auth_radius.so -rwxr-xr-x 1 root staff 61369 Feb 5 10:33 /usr/local/lib/openser/modules/auth_radius.so
This is really strange.
ciao
Luca
Hi Luca,
the radius modules are not by default selected fro compiling and installing.
see in Makefile.def the exclude_modules list - remove the auth_radius module from there and recompile and install again.
regards, bogdan
Luca Corti wrote:
Hello,
I've built openser 1.1.1 from source with radius support. I installed radiusclient-ng. When I execute openser with to loadmodule auth_radius.so in my configuration I get:
# openser 0(20268) ERROR: load_module: could not open module </usr/local/lib/openser/modules/auth_radius.so loadmodule >: /usr/local/lib/openser/modules/auth_radius.so loadmodule : cannot open shared object file: No such file or directory 0(20268) parse error (60,13-14): failed to load module 0(20268) parse error (60,14-15): syntax error 0(20268) parse error (60,14-15): ERROR: bad config file (3 errors)
But the module is there.
# ls -l /usr/local/lib/openser/modules/auth_radius.so -rwxr-xr-x 1 root staff 61369 Feb 5 10:33 /usr/local/lib/openser/modules/auth_radius.so
This is really strange.
ciao
Luca
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
On Mon, 2007-02-05 at 16:04 +0200, Bogdan-Andrei Iancu wrote:
see in Makefile.def the exclude_modules list - remove the auth_radius module from there and recompile and install again.
Hello,
thanks a lot for your reply, I know that and I have enabled RADIUS in the relevant Makefiles. I simply did an hard to detect syntax error in the config file (missing doublequote at the end of the loadmodule argument.
ciao
Luca