Hi fellows
Im trying to install Openser 1.0.1 in other server but it doenst running at all. It is the error:
0(24823) set_mod_param_regex: parameter <radius_config> not found in module <acc>
0(24823) parse error (130,19-20): Can't set module parameter
0(24823) set_mod_param_regex: parameter <service_type> not found in module <acc>
0(24823) parse error (131,20-21): Can't set module parameter
0(24823) set_mod_param_regex: parameter <radius_flag> not found in module <acc>
0(24823) parse error (132,19-20): Can't set module parameter
0(24823) set_mod_param_regex: parameter <radius_missed_flag> not found in module <acc>
0(24823) parse error (133,18-19): Can't set module parameter
0(24823) set_mod_param_regex: parameter <radius_extra> not found in module <acc>
0(24823) parse error (135,20-21): Can't set module
parameter
I already installed MySQL, RadiusClient and Radius and configured the config files from all of them. When I compiled the Openser, I needed to compile the modules "AUTH_RADIUS", "URI_RADIUS" and "MYSQL" manually. After "make install", I copied the 3 so files to "/usr/local/lib/openser/modules".
The openser.cfg:
.
.
.
123: modparam("acc", "failed_transaction_flag", 1)
124: #modparam("acc", "report_ack", 1)
125: modparam("acc", "log_level", 1)
126: modparam("acc", "report_cancels", 1)
127: modparam("acc", "log_flag", 1)
128: modparam("acc", "db_flag", 1)
129: modparam("acc", "db_missed_flag", 1)
130: modparam("acc", "radius_config","/usr/local/etc/radiusclient-ng/radiusclient.conf")
131: modparam("acc", "service_type", 15)
132: modparam("acc", "radius_flag", 1)
133: modparam("acc", "radius_missed_flag",2)
134: modparam("acc", "log_fmt","cdfimorstup")
.
.
What im doing wrong?
Thanks for
your help.
Bruno Machado