I have the same problem on some modules. For example app_math.so [app_math.so]Jun 9 18:16:45 WARNING[19001]: loader.c:728 __load_resource: missing mod_data for app_math.so Any help?. I have been looking , but nothing reasonable found. Thanks -- Alberto Sagredo
Alberto Sagredo wrote:> I have the same problem on some modules. > > For example app_math.so > > [app_math.so]Jun 9 18:16:45 WARNING[19001]: loader.c:728 > __load_resource: missing mod_data for app_math.so > > > Any help?. I have been looking , but nothing reasonable found. > > Thanks > >Have you wiped out /usr/lib/asterisk/modules? Sounds like you have some leftover modules as that was converted to a dialplan function and app_math taken away - in trunk. -- Joshua Colp Software Developer Digium P - 256-428-6066 C - 506-878-0147 jcolp@digium.com
Umm. Maybe i have left some asterisk 1.2.9.1 modules.. and it has not been replaced. By i made a make install after i compiled it, so it would be replaced?. I will check it. Thanks Joshua Colp escribi?:> Alberto Sagredo wrote: >> I have the same problem on some modules. >> >> For example app_math.so >> >> [app_math.so]Jun 9 18:16:45 WARNING[19001]: loader.c:728 >> __load_resource: missing mod_data for app_math.so >> >> >> Any help?. I have been looking , but nothing reasonable found. >> >> Thanks >> >> > > Have you wiped out /usr/lib/asterisk/modules? Sounds like you have > some leftover modules as that was converted to a dialplan function and > app_math taken away - in trunk. >
----- Alberto Sagredo <asagredo@peoplecall.com> wrote:> By i made a make install after i compiled it, so it would be > replaced?.It doesn't get replaced, because the new version of Asterisk doesn't have that module any longer (it's been moved to a different module). In fact, the 'make install' process prints a HUGE warning to your console when it finishes if you have old modules in /usr/lib/asterisk/modules, but apparently you did not see it. -- Kevin P. Fleming Senior Software Engineer Digium, Inc.