[Home]

Summary:ASTERISK-14557: 'app_voicemail.so' could not be loaded - undefined symbol: ast_smdi_interface_find
Reporter:Gabriel Ortiz Lour (elbriga)Labels:
Date Opened:2009-07-29 07:40:46Date Closed:2011-06-07 14:00:21
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Trying asterisk 1.4.26 and got this error:

I've already turn on/off res_smdi on make menuselect and same error

[Jul 28 16:58:34] WARNING[11351]: loader.c:409 load_dynamic_module: Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/app_voicemail.so: undefined symbol: ast_smdi_interface_find
[Jul 28 16:58:34] WARNING[11351]: loader.c:721 load_resource: Module 'app_voicemail.so' could not be loaded.

it also happen with dahdi:

[Jul 28 16:58:34] WARNING[11351]: loader.c:409 load_dynamic_module: Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_smdi_interface_find
[Jul 28 16:58:34] WARNING[11351]: loader.c:721 load_resource: Module 'chan_dahdi.so' could not be loaded.

****** ADDITIONAL INFORMATION ******

Debian etch
Comments:By: Leif Madsen (lmadsen) 2009-07-29 12:17:44

This really seems like either an issue with running incompatible modules, or some sort of extra source change. I can't reproduce this issue either. I'd suggest you take up this issue with the asterisk-users mailing list, as I believe the issue can be solved there.