[asterisk-bugs] [JIRA] (ASTERISK-24111) undefined symbol: stasis_app_mailbox_to_json
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Thu Jul 24 11:24:56 CDT 2014
Alexander Traud created ASTERISK-24111:
------------------------------------------
Summary: 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