hi all
my radius still core dump on AIX ,why? i found that it's due to in
modules.c,about line 350,there are somthing like these:
///////////////////////////////////////////////////////////////
/*
* Call the module's instantiation routine.
*/
printf("this message can be seen\n");
if ((node->entry->module->instantiate) &&
core dumped here ----> ((node->entry->module->instantiate)(inst_cs,
&node->insthandle) < 0)) {
printf("this message cannot be seen,core dumped\n");
radlog(L_ERR|L_CONS,
"radiusd.conf[%d]: %s: Module instantiation failed.\n",
cf_section_lineno(inst_cs), instname);
free(node);
return NULL;
}
printf("this message cannot be seen either, core dumped\n");
///////////////////////////////////////////////////////////////
why core dumped?did i miss some parameter when run ./configure? or some other things
AIX should specified?please help,thank you for any help,you are so kind
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html