freeradius v 1.1.0 segmentation fault,,help....
Hi all, i've installed freeradius with experimental modules enabled under debian sarge... after i run the program by typing hotspot:# radiusd -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded SQL Counter Module: Instantiated sqlcounter (noresetcounter) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded preprocess Module: Instantiated preprocess (preprocess) Module: Loaded realm Module: Instantiated realm (suffix) Module: Loaded SQL Segmentation fault (core dumped) then i check using gdb like this (gdb) run -x Starting program: /usr/local/sbin/radiusd -x [Thread debugging using libthread_db enabled] [New Thread 1075661280 (LWP 18090)] Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded SQL Counter Module: Instantiated sqlcounter (noresetcounter) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded preprocess Module: Instantiated preprocess (preprocess) Module: Loaded realm Module: Instantiated realm (suffix) Module: Loaded SQL Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1075661280 (LWP 18090)] 0x400640df in lt_dlsym (handle=0x81171e8, symbol=0x8115738 "rlm_sql_mysql") at ltdl.c:3330 3330 lensym = LT_STRLEN (symbol) + LT_STRLEN (handle->loader->sym_prefix) what should i do with the module??is the anything wrong with my configuration?? or anything else?? the compilation may be?? best regards, tommy --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.
tommy garsia wrote:
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1075661280 (LWP 18090)] 0x400640df in lt_dlsym (handle=0x81171e8, symbol=0x8115738 "rlm_sql_mysql") at ltdl.c:3330 3330 lensym = LT_STRLEN (symbol) + LT_STRLEN (handle->loader->sym_prefix)
Please no HTML to the list. You've hit bug #98. http://bugs.freeradius.org/show_bug.cgi?id=98
what should i do with the module??is the anything wrong with my configuration?? or anything else?? the compilation may be??
You might try to build a Debian package from sources, as explained in the FAQ. http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ -- Nicolas Baradakis
participants (2)
-
Nicolas Baradakis -
tommy garsia