Failed to load module "jradius" freeradius server
HI All, I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server. I follow step by step from http://coova.org/JRadius/FreeRADIUS. Firstly my freeradius server running well, whereas i've configure it with mysql and coovachilli. Then i configure with jradius, i inserted module on radius.conf file on module section like bellow : # configure the rlm_jradius module jradius { name = "radius" # The "Requester" name (a single # JRadius server can have # multiple "applications") primary = "localhost" # Uses default port 1814 secondary = "192.168.2.3" # Fail-over server tertiary = "192.168.2.3:8002" # Fail-over server on port 8002 timeout = 1 # Connect Timeout onfail = NOOP # What to do if no JRadius # Server is found. Options are: # FAIL (default), OK, REJECT, NOOP keepalive = yes # Keep connections to JRadius pooled connections = 8 # Number of pooled JRadius connections } Then i add some authorization on /etc/freeradius/site-avalaible/default like bellow authorize { ... jradius } post-auth { ... jradius Post-Auth-Type REJECT { jradius } } preacct { ... jradius } accounting { ... jradius } Finally i try to running on foreground to know that my configuration has been success, but i get error message like bellow : Thu Mar 7 13:56:15 2013 : Debug: } # modules Thu Mar 7 13:56:15 2013 : Debug: } # server Thu Mar 7 13:56:15 2013 : Debug: server { # from file /etc/freeradius/radiusd.conf Thu Mar 7 13:56:15 2013 : Debug: modules { Thu Mar 7 13:56:15 2013 : Debug: Module: Checking authenticate {...} for more modules to load Thu Mar 7 13:56:15 2013 : Debug: (Loaded rlm_digest, checking if it's valid) Thu Mar 7 13:56:15 2013 : Debug: Module: Linked to module rlm_digest Thu Mar 7 13:56:15 2013 : Debug: Module: Instantiating module "digest" from file /etc/freeradius/modules/digest Thu Mar 7 13:56:15 2013 : Debug: Module: Checking authorize {...} for more modules to load Thu Mar 7 13:56:15 2013 : Debug: (Loaded rlm_preprocess, checking if it's valid) Thu Mar 7 13:56:15 2013 : Debug: Module: Linked to module rlm_preprocess Thu Mar 7 13:56:15 2013 : Debug: Module: Instantiating module "preprocess" from file /etc/freeradius/modules/preprocess Thu Mar 7 13:56:15 2013 : Debug: preprocess { Thu Mar 7 13:56:15 2013 : Debug: huntgroups = "/etc/freeradius/huntgroups" Thu Mar 7 13:56:15 2013 : Debug: hints = "/etc/freeradius/hints" Thu Mar 7 13:56:15 2013 : Debug: with_ascend_hack = no Thu Mar 7 13:56:15 2013 : Debug: ascend_channels_per_line = 23 Thu Mar 7 13:56:15 2013 : Debug: with_ntdomain_hack = no Thu Mar 7 13:56:15 2013 : Debug: with_specialix_jetstream_hack = no Thu Mar 7 13:56:15 2013 : Debug: with_cisco_vsa_hack = no Thu Mar 7 13:56:15 2013 : Debug: with_alvarion_vsa_hack = no Thu Mar 7 13:56:15 2013 : Debug: } Thu Mar 7 13:56:15 2013 : Error: /etc/freeradius/radiusd.conf[644]: Failed to link to module 'rlm_jradius': file not found Thu Mar 7 13:56:15 2013 : Error: /etc/freeradius/sites-enabled/default[71]: Failed to load module "jradius". Thu Mar 7 13:56:15 2013 : Error: /etc/freeradius/sites-enabled/default[62]: Errors parsing authorize section. What this error ? How i can solve this issue ? Thanks -- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
On 07.03.2013 07:57, Iftakhul Anwar wrote:
HI All,
I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server.
I follow step by step from http://coova.org/JRadius/FreeRADIUS.
Are you sure ? By default rlm_jradius is not compiled because it is considered experimental. So you have either to add --with-experimental-modules=yes or as explained on the link above to add "rlm_jradius" to src/modules/stable Now if the module failed to compile (check the compilation process) then it won't be installed in your system. You should have a rlm_jradius.so file where your freeradius libraries are installed. Olivier -- Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: olivier@heliosnet.org
Actually i install freeradius from apt-get , But i try configure jradius On Thu, Mar 7, 2013 at 6:27 PM, Olivier Beytrison <olivier@heliosnet.org>wrote:
On 07.03.2013 07:57, Iftakhul Anwar wrote:
HI All,
I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server.
I follow step by step from http://coova.org/JRadius/**FreeRADIUS<http://coova.org/JRadius/FreeRADIUS> .
Are you sure ? By default rlm_jradius is not compiled because it is considered experimental. So you have either to add --with-experimental-modules=**yes or as explained on the link above to add "rlm_jradius" to src/modules/stable
Now if the module failed to compile (check the compilation process) then it won't be installed in your system. You should have a rlm_jradius.so file where your freeradius libraries are installed.
Olivier -- Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: olivier@heliosnet.org - List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
Actually i install freeradius from apt-get , But i try configure jradius following tutorial from http://coova.org/JRadius/FreeRADIUS How i can add this module to radius server if i using apt-get ? On Thu, Mar 7, 2013 at 10:55 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
Actually i install freeradius from apt-get ,
But i try configure jradius
On Thu, Mar 7, 2013 at 6:27 PM, Olivier Beytrison <olivier@heliosnet.org>wrote:
On 07.03.2013 07:57, Iftakhul Anwar wrote:
HI All,
I just installed free radius server using apt-get on my ubuntu machine. Now i want to configure jradius on my freeradius server.
I follow step by step from http://coova.org/JRadius/**FreeRADIUS<http://coova.org/JRadius/FreeRADIUS> .
Are you sure ? By default rlm_jradius is not compiled because it is considered experimental. So you have either to add --with-experimental-modules=**yes or as explained on the link above to add "rlm_jradius" to src/modules/stable
Now if the module failed to compile (check the compilation process) then it won't be installed in your system. You should have a rlm_jradius.so file where your freeradius libraries are installed.
Olivier -- Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: olivier@heliosnet.org - List info/subscribe/unsubscribe? See http://www.freeradius.org/** list/users.html <http://www.freeradius.org/list/users.html>
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC)
Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
On 07.03.2013 16:56, Iftakhul Anwar wrote:
Actually i install freeradius from apt-get ,
But i try configure jradius following tutorial from http://coova.org/JRadius/FreeRADIUS
How i can add this module to radius server if i using apt-get ? You can't. You have to compile it. experimental modules are usually not available in binary distribution.
Either compile it by hand and install it, or build your own debian packages. follow http://wiki.freeradius.org/building/Build and remember to add either --with-experimental-modules=yes or add rlm_jradius to src/modules/stable Olivier -- Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: olivier@heliosnet.org
I try to configure with command : ./configure --with-experimental-modules=yes but i got error like bellow : if [ "xrlm_cram" != "x" ]; then \ /home/iam/Downloads/freeradius-server-2.2.0/libtool --mode=install /home/iam/Downloads/freeradius-server-2.2.0/install-sh -c -c \ rlm_cram.la /usr/local/lib/rlm_cram.la || exit $?; \ rm -f /usr/local/lib/rlm_cram-2.2.0.la; \ ln -s rlm_cram.la /usr/local/lib/rlm_cram-2.2.0.la || exit $?; \ fi libtool: install: `rlm_cram.la' is not a valid libtool archive Try `libtool --help --mode=install' for more information. make[6]: *** [install] Error 1 make[6]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules/rlm_cram' make[5]: *** [rlm_cram] Error 2 make[5]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[4]: *** [install] Error 2 make[4]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[3]: *** [modules] Error 2 make[3]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0' How about copy rlm_jradius to src/modules/stable manually ? Where i can download rlm_jradius for freerdaius ? Thanks On Thu, Mar 7, 2013 at 11:06 PM, Olivier Beytrison <olivier@heliosnet.org>wrote:
On 07.03.2013 16:56, Iftakhul Anwar wrote:
Actually i install freeradius from apt-get ,
But i try configure jradius following tutorial from http://coova.org/JRadius/FreeRADIUS
How i can add this module to radius server if i using apt-get ? You can't. You have to compile it. experimental modules are usually not available in binary distribution.
Either compile it by hand and install it, or build your own debian packages.
follow http://wiki.freeradius.org/building/Build
and remember to add either --with-experimental-modules=yes or add rlm_jradius to src/modules/stable
Olivier --
Olivier Beytrison Network & Security Engineer, HES-SO Fribourg Mail: olivier@heliosnet.org - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
On 7 Mar 2013, at 10:55, Iftakhul Anwar <anwar@meruvian.org> wrote:
Actually i install freeradius from apt-get ,
Right, so jradius won't have been built. jradius support is going away, it will *NOT* be in Version 3 unless someone contributes a new version of the module which works with the updated jradius protocol. -Arran
On Fri, Mar 8, 2013 at 3:02 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 7 Mar 2013, at 10:55, Iftakhul Anwar <anwar@meruvian.org> wrote:
Actually i install freeradius from apt-get ,
Right, so jradius won't have been built.
Actually, it should be available. That is, if you use Ubuntu Quantal, or Debian Testing. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599067 http://changelogs.ubuntu.com/changelogs/pool/main/f/freeradius/freeradius_2.... If you use older version of the distro (e.g. Ubuntu precise) then you either need to rebuild the source package, or learn how to install packages from other distro/versions. Both are outside the scope of this list, but should be easy to do with the help of Google search. -- Fajar
i've found rlm_jradius on src/modules. But after i ./configure and make and make install i can't found jradius modules on my radiusd installation. Then I try to configure with command : ./configure --with-experimental-modules=yes but i got error like bellow : if [ "xrlm_cram" != "x" ]; then \ /home/iam/Downloads/freeradius-server-2.2.0/libtool --mode=install /home/iam/Downloads/freeradius-server-2.2.0/install-sh -c -c \ rlm_cram.la /usr/local/lib/rlm_cram.la || exit $?; \ rm -f /usr/local/lib/rlm_cram-2.2.0.la; \ ln -s rlm_cram.la /usr/local/lib/rlm_cram-2.2.0.la || exit $?; \ fi libtool: install: `rlm_cram.la' is not a valid libtool archive Try `libtool --help --mode=install' for more information. make[6]: *** [install] Error 1 make[6]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules/rlm_cram' make[5]: *** [rlm_cram] Error 2 make[5]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[4]: *** [install] Error 2 make[4]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[3]: *** [modules] Error 2 make[3]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0' i'm running on ubuntu 12.04 is there bug of freeradius 2.2.0 for this ubuntu version On Fri, Mar 8, 2013 at 7:17 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 8, 2013 at 3:02 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 7 Mar 2013, at 10:55, Iftakhul Anwar <anwar@meruvian.org> wrote:
Actually i install freeradius from apt-get ,
Right, so jradius won't have been built.
Actually, it should be available. That is, if you use Ubuntu Quantal, or Debian Testing.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599067
http://changelogs.ubuntu.com/changelogs/pool/main/f/freeradius/freeradius_2....
If you use older version of the distro (e.g. Ubuntu precise) then you either need to rebuild the source package, or learn how to install packages from other distro/versions. Both are outside the scope of this list, but should be easy to do with the help of Google search.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS But when i try to running radiusd on foregound i got error message like bellow : radiusd -X FreeRADIUS Version 2.1.1, for host x86_64-unknown-linux-gnu, built on Mar 8 2013 at 08:13:26 Copyright (C) 1999-2008 The FreeRADIUS server project and contributors. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You may redistribute copies of FreeRADIUS under the terms of the GNU General Public License v2. Starting - reading configuration files ... including configuration file /usr/local/etc/raddb/radiusd.conf including configuration file /usr/local/etc/raddb/proxy.conf including configuration file /usr/local/etc/raddb/clients.conf including files in directory /usr/local/etc/raddb/modules/ including configuration file /usr/local/etc/raddb/modules/detail including configuration file /usr/local/etc/raddb/modules/exec including configuration file /usr/local/etc/raddb/modules/mac2vlan including configuration file /usr/local/etc/raddb/modules/ippool including configuration file /usr/local/etc/raddb/modules/always including configuration file /usr/local/etc/raddb/modules/sql_log including configuration file /usr/local/etc/raddb/modules/ldap including configuration file /usr/local/etc/raddb/modules/mschap including configuration file /usr/local/etc/raddb/modules/realm including configuration file /usr/local/etc/raddb/modules/logintime including configuration file /usr/local/etc/raddb/modules/expr including configuration file /usr/local/etc/raddb/modules/attr_filter including configuration file /usr/local/etc/raddb/modules/smbpasswd including configuration file /usr/local/etc/raddb/modules/krb5 including configuration file /usr/local/etc/raddb/modules/echo including configuration file /usr/local/etc/raddb/modules/files including configuration file /usr/local/etc/raddb/modules/detail.example.com including configuration file /usr/local/etc/raddb/modules/inner-eap including configuration file /usr/local/etc/raddb/modules/radutmp including configuration file /usr/local/etc/raddb/modules/pam including configuration file /usr/local/etc/raddb/modules/mac2ip including configuration file /usr/local/etc/raddb/modules/acct_unique including configuration file /usr/local/etc/raddb/modules/detail.log including configuration file /usr/local/etc/raddb/modules/passwd including configuration file /usr/local/etc/raddb/modules/linelog including configuration file /usr/local/etc/raddb/modules/pap including configuration file /usr/local/etc/raddb/modules/preprocess including configuration file /usr/local/etc/raddb/modules/checkval including configuration file /usr/local/etc/raddb/modules/unix including configuration file /usr/local/etc/raddb/modules/wimax including configuration file /usr/local/etc/raddb/modules/counter including configuration file /usr/local/etc/raddb/modules/attr_rewrite including configuration file /usr/local/etc/raddb/modules/sradutmp including configuration file /usr/local/etc/raddb/modules/digest including configuration file /usr/local/etc/raddb/modules/etc_group including configuration file /usr/local/etc/raddb/modules/chap including configuration file /usr/local/etc/raddb/modules/expiration including configuration file /usr/local/etc/raddb/modules/policy including configuration file /usr/local/etc/raddb/eap.conf including configuration file /usr/local/etc/raddb/sql.conf including configuration file /usr/local/etc/raddb/sql/mysql/dialup.conf including configuration file /usr/local/etc/raddb/sql/mysql/counter.conf including configuration file /usr/local/etc/raddb/policy.conf including files in directory /usr/local/etc/raddb/sites-enabled/ including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel including configuration file /usr/local/etc/raddb/sites-enabled/default including dictionary file /usr/local/etc/raddb/dictionary main { prefix = "/usr/local" localstatedir = "/usr/local/var" logdir = "/usr/local/var/log/radius" libdir = "/usr/local/lib" radacctdir = "/usr/local/var/log/radius/radacct" hostname_lookups = no max_request_time = 30 cleanup_delay = 5 max_requests = 1024 allow_core_dumps = no pidfile = "/usr/local/var/run/radiusd/radiusd.pid" checkrad = "/usr/local/sbin/checkrad" debug_level = 0 proxy_requests = yes log { stripped_names = no auth = no auth_badpass = no auth_goodpass = no } security { max_attributes = 200 reject_delay = 1 status_server = yes } } client localhost { ipaddr = 127.0.0.1 require_message_authenticator = no secret = "testing123" nastype = "other" } radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = "testing123" response_window = 20 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 num_answers_to_alive = 3 num_pings_to_alive = 3 revive_interval = 120 status_check_timeout = 4 } home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } Segmentation fault (core dumped) I'm running on ubuntu 12.04 machine. Any suggestion what should i do in order to jradius running on my radius server ? On Fri, Mar 8, 2013 at 7:21 AM, Iftakhul Anwar <anwar@meruvian.org> wrote:
i've found rlm_jradius on src/modules.
But after i ./configure and make and make install i can't found jradius modules on my radiusd installation.
Then I try to configure with command : ./configure --with-experimental-modules=yes
but i got error like bellow :
if [ "xrlm_cram" != "x" ]; then \ /home/iam/Downloads/freeradius-server-2.2.0/libtool --mode=install /home/iam/Downloads/freeradius-server-2.2.0/install-sh -c -c \ rlm_cram.la /usr/local/lib/rlm_cram.la || exit $?; \ rm -f /usr/local/lib/rlm_cram-2.2.0.la; \ ln -s rlm_cram.la /usr/local/lib/rlm_cram-2.2.0.la || exit $?; \ fi libtool: install: `rlm_cram.la' is not a valid libtool archive Try `libtool --help --mode=install' for more information. make[6]: *** [install] Error 1 make[6]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules/rlm_cram' make[5]: *** [rlm_cram] Error 2 make[5]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[4]: *** [install] Error 2 make[4]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src/modules' make[3]: *** [modules] Error 2 make[3]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/iam/Downloads/freeradius-server-2.2.0'
i'm running on ubuntu 12.04
is there bug of freeradius 2.2.0 for this ubuntu version
On Fri, Mar 8, 2013 at 7:17 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 8, 2013 at 3:02 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 7 Mar 2013, at 10:55, Iftakhul Anwar <anwar@meruvian.org> wrote:
Actually i install freeradius from apt-get ,
Right, so jradius won't have been built.
Actually, it should be available. That is, if you use Ubuntu Quantal, or Debian Testing.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599067
http://changelogs.ubuntu.com/changelogs/pool/main/f/freeradius/freeradius_2....
If you use older version of the distro (e.g. Ubuntu precise) then you either need to rebuild the source package, or learn how to install packages from other distro/versions. Both are outside the scope of this list, but should be easy to do with the help of Google search.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC)
Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
On Fri, Mar 8, 2013 at 12:30 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS
But when i try to running radiusd on foregound i got error message like bellow :
I'm running on ubuntu 12.04 machine.
Any suggestion what should i do in order to jradius running on my radius server ?
How about actually doing what was suggested? Really, rebuilding a source package is easy enough. Even installing a package from Quantal on Precise is known to work in most cases. Google is your friend. Unless, of course, you decide to completely ignore the suggestions and do your own thing. That's fine too, but don't go complaining if something goes wrong. -- Fajar
Hi Fajar, What do you mean rebuilding source package ? i've recompile freeradius-server-2.1.1 from source code. But when i try to run, jradius still not found i try with some parameter in configure command = ./configure --with-experimental-modules=yes and i got error like above when i try to run my radius server On Fri, Mar 8, 2013 at 8:39 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 8, 2013 at 12:30 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS
But when i try to running radiusd on foregound i got error message like bellow :
I'm running on ubuntu 12.04 machine.
Any suggestion what should i do in order to jradius running on my radius server ?
How about actually doing what was suggested?
Really, rebuilding a source package is easy enough. Even installing a package from Quantal on Precise is known to work in most cases. Google is your friend.
Unless, of course, you decide to completely ignore the suggestions and do your own thing. That's fine too, but don't go complaining if something goes wrong.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
What is the right syntax for compile using experimental module ? I've try to ./configure --with-experimental-modules=yes then make and make install. But on i can't find jradius module in {installation folder}/modules i've also try ./configure --with-experimental-modules=rlm_jradius, but still same.I can't find jradius module after installation Help me to solve this,please Thanks On Fri, Mar 8, 2013 at 9:00 AM, Iftakhul Anwar <anwar@meruvian.org> wrote:
Hi Fajar,
What do you mean rebuilding source package ?
i've recompile freeradius-server-2.1.1 from source code.
But when i try to run, jradius still not found
i try with some parameter in configure command = ./configure --with-experimental-modules=yes
and i got error like above when i try to run my radius server
On Fri, Mar 8, 2013 at 8:39 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 8, 2013 at 12:30 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
I try to downgrade to freeradius-server-2.1.1 as following from http://coova.org/JRadius/FreeRADIUS
But when i try to running radiusd on foregound i got error message like bellow :
I'm running on ubuntu 12.04 machine.
Any suggestion what should i do in order to jradius running on my radius server ?
How about actually doing what was suggested?
Really, rebuilding a source package is easy enough. Even installing a package from Quantal on Precise is known to work in most cases. Google is your friend.
Unless, of course, you decide to completely ignore the suggestions and do your own thing. That's fine too, but don't go complaining if something goes wrong.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC)
Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
On Fri, Mar 8, 2013 at 2:16 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
What is the right syntax for compile using experimental module ?
--with-experimental-modules
I've try to ./configure --with-experimental-modules=yes then make and make install. But on i can't find jradius module in {installation folder}/modules
probably because you're missing some dependency, so it skips building the module. The output of ./configure would have told you about that.
Help me to solve this,please
I would, but you seem REALLY determined on ignoring advices and doing things your own way. The easiest way for you would be to just install ubuntu quantal. The alternative is to actually look at the output of ./configure, figure out what dependencies are missing, install it, and repeat the build process again. -- Fajar
Hi Fajar, i think i've configure jradius and authenticate(eg: accounting,pos-auth) with jradius like on http://coova.org/JRadius/FreeRADIUS then I can run radius server without error message like few hours ago. Now i try to run jradius server, and simulator.sh. When i try to start simulator, i got message like bellow : *You must at least have a user-name attribute in a access-request done* * * Please check my simulator which i've use to test jradius (screenshot attached) Thanks On Fri, Mar 8, 2013 at 10:45 AM, Fajar A. Nugraha <list@fajar.net> wrote:
On Fri, Mar 8, 2013 at 2:16 PM, Iftakhul Anwar <anwar@meruvian.org> wrote:
What is the right syntax for compile using experimental module ?
--with-experimental-modules
I've try to ./configure --with-experimental-modules=yes then make and
make
install. But on i can't find jradius module in {installation folder}/modules
probably because you're missing some dependency, so it skips building the module. The output of ./configure would have told you about that.
Help me to solve this,please
I would, but you seem REALLY determined on ignoring advices and doing things your own way.
The easiest way for you would be to just install ubuntu quantal. The alternative is to actually look at the output of ./configure, figure out what dependencies are missing, install it, and repeat the build process again.
-- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- *M.Iftakhul Anwar* Meruvian Integrator High Performance Computing / Cloud Computing (HPC/CC) Office Phone : 021-93586577 Mobile Phone : 085215331477 Blog : http://blog.mervpolis.com/roller/anwar FB : http://www.facebook.com/troya.adromeda Website : www.meruvian.org
participants (4)
-
Arran Cudbard-Bell -
Fajar A. Nugraha -
Iftakhul Anwar -
Olivier Beytrison