Hi Zoran,
the acc module from the debian packages has no radius support compiled - if you want radius, you have to compile the module from sources (see me previous email).
regards, bogdan
Zoran Milic wrote:
Hi again,
I'm sorry for being such a bore, but I just can't manage this. It seems to me that Sarge didn't change the acc module so
it can use radius. The following lines in my .conf
modparam("acc", "radius_flag", 1) modparam("acc", "radius_missed_flag", 2)
produce these at start up:
0(30599) set_mod_param_regex: acc matches module acc 0(30599) set_mod_param_regex: parameter <radius_flag> not found in module <acc> 0(30599) parse error (51,19-20): Can't set module parameter 0(30599) set_mod_param_regex: acc matches module acc 0(30599) set_mod_param_regex: parameter <radius_missed_flag> not found in module <acc> 0(30599) parse error (52,19-20): Can't set module parameter
I know about the adjustment of the acc/Makefile when you install from source so i am pretty confident that that is the problem. I tried to compile acc module from source and to place it instead of the original one, but I failed miserably :(.
Has anyone managed to install openser + radius from debian packages? Either i am missing a major step in the installation or the packages are buggy.
best regards, Zoran
Milic
----- Original Message ----- From: "Bogdan-Andrei Iancu" bogdan@voice-system.ro To: "Zoran Milic" miliczo@sezampro.yu Cc: users@openser.org Sent: Wednesday, November 01, 2006 5:07 PM Subject: Re: [Users] sarge didnt install avp_radius
Hi Zoran,
I took a look on the debian packaging rules and indeed, for some reasons, the avp_radius module is not there...... to be honest I have no idea how this happened :(..... I will take care to fix this.........
regards, bogdan
Zoran Milic wrote:
thanks for the quick reply I forgot to mention that I installed both openser-mysql-module and openser-radius-modules, and I have mysql.so, auth_radius.so, group_radius.so, uri_radius.so and avpops.so in my modules dir. But I dont have avp_radius.so. When I type apt-cache search openser i get:
openser - OpenSER - very fast and configurable SIP proxy openser-cpl-module - CPL module (CPL interpreter engine) for openser openser-dbg - OpenSER - very fast and configurable SIP proxy [debug symbols] openser-jabber-module - Jabber module (sip-jabber message translation) for openser openser-mysql-module - MySQL database connectivity module for OpenSER openser-postgres-module - PostgreSQL database connectivity module for openser openser-radius-modules - radius modules for openser openser-unixodbc-module - unixodbc database connectivity module for OpenSER
Is there any other module i should download/install? I got these from openser repository, and i am trying to install openser 1.1.0.
best regard Zoran ----- Original Message ----- From: "Bogdan-Andrei Iancu" bogdan@voice-system.ro To: "Zoran Milic" miliczo@sezampro.yu Cc: users@openser.org Sent: Wednesday, November 01, 2006 4:32 PM Subject: Re: [Users] sarge didnt install avp_radius
Hi Zoran,
note that the all radius depending modules are in a separate package called "openser-radius-modules"
see " apt-cache search openser"
regards, bogdan
Zoran Milic wrote:
Hi, I changed my linux distro to debian (from slack) so i can install openser from packages, but aptitude failed to install avp_radius. When I install from source, avp_radius.so is created, after tweaking the Makefile. What is the problem, and how do i get avp_radius module when i install from aptitude/apt-get/dpkg ? best regards, Zoran