search for: resource_being_loaded

Displaying 1 result from an estimated 1 matches for "resource_being_loaded".

2008 Dec 03
1
Dynamic loading changed in asterisk 1.4
...6146]: loader.c:376 load_dynamic_module: Module 'app_prepaid.so' did not register itself during load [Dec 3 16:39:36] WARNING[16146]: loader.c:657 load_resource: Module 'app_prepaid.so' could not be loaded. * Which is the following block of code in the main/loader.c file: ** *if (resource_being_loaded != (mod = AST_LIST_LAST(&module_list))) { ** ast_log(LOG_WARNING, "Module '%s' did not register itself during load\n", resource_in); /* no, it did not, so close it and return */ while (!dlclose(lib)); /* note that...