[asterisk-bugs] [JIRA] (ASTERISK-24111) undefined symbol: stasis_app_mailbox_to_json

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Jul 24 11:48:56 CDT 2014


    [ https://issues.asterisk.org/jira/browse/ASTERISK-24111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220886#comment-220886 ] 

Matt Jordan commented on ASTERISK-24111:
----------------------------------------

The symbol is defined in {{res_stasis_mailbox}}. You probably don't have that module loaded as it conflicts with {{app_voicemail}}.

Due to a quirk in how {{res_ari_mailboxes}} is constructed, it has a difficult time declaring its dependency on {{res_stasis_mailbox}}. We should probably attempt to address that.

> undefined symbol: stasis_app_mailbox_to_json
> --------------------------------------------
>
>                 Key: ASTERISK-24111
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24111
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_stasis
>    Affects Versions: 12.4.0
>         Environment: Ubuntu 14.04 LTS, 32bit and 64bit
>            Reporter: Alexander Traud
>            Severity: Minor
>
> {panel:title=Log messages}
> {{loader.c: Error loading module 'res_ari_mailboxes.so': /usr/lib/asterisk/modules/res_ari_mailboxes.so: undefined symbol: stasis_app_mailbox_to_json}}
> {{loader.c: Module 'res_ari_mailboxes.so' could not be loaded.}}
> {panel}
> These two warnings are in /var/log/asterisk/messages after each (re)start of Asterisk. In the Asterisk Forums, a Debian user had the [same issue|http://forums.asterisk.org/viewtopic.php?p=200146]. The library is there. According to {{ldd}} all dependencies are found. {{nm -D}} exposed the symbol.
> {panel:title=Steps I used to compile}
> {{sudo apt-get install build-essential libssl-dev libncurses-dev libnewt-dev libxml2-dev linux-headers-$(uname -r) libsqlite3-dev uuid-dev libjansson-dev}}
> {{wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-12-current.tar.gz}}
> {{tar zxvf asterisk*}}
> {{cd asterisk*}}
> {{./configure}}
> {{make menuselect.makeopts}}
> {{sudo make install config samples}}
> {panel}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list