[asterisk-bugs] [JIRA] (ASTERISK-22559) Errors running Asterisk in Debian Wheezy
ibercom (JIRA)
noreply at issues.asterisk.org
Fri Nov 1 13:30:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211444#comment-211444 ]
ibercom commented on ASTERISK-22559:
------------------------------------
Rusty Newton:
Yes, after upgrading I uninstall-all Asterisk, and then re-build and re-install DAHDI, LIBPRI and Asterisk in that order.
DAHDI compiles fine with gcc-4.7. LIBPRI too.
The same operations are good for gcc-4.4 and Asterisk. Not for gcc-4.7.
It seems that 'app_voicemail' and 'chan_dahdi':
Depends on: res_adsi(M), res_smdi(M) ---> gcc-4.7
Instead of:
Can use: res_adsi(M), res_smdi(M) ---> gcc-4.4
Matt Jordan:
The problem is the "dependencies" of such modules with gcc-4.7.
menuselect.makeopts file always is the same with gcc-4.4 and gcc-4.7
You don't have in mind 'res_snmp'. It is a little bug mine.
> Errors running Asterisk in Debian Wheezy
> ----------------------------------------
>
> Key: ASTERISK-22559
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22559
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General
> Affects Versions: 1.8.23.0
> Environment: Debian Wheezy
> Reporter: ibercom
> Assignee: ibercom
> Attachments: config.log, config.log, make.log, menuselect.makeopts
>
>
> Server running Debian Squeeze and Asterisk 1.8.23. After server upgrading from Debian 6 to Debian 7 with the same configuration asterisk don't load app_voicemail.so and chan_dahdi.so
> Asterisk compiles fine, make menuselect without res_adsi and res_smdi. The modules don't exist.
> Asterisk logs when start:
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'res_adsi': /usr/lib/asterisk/modules/res_adsi.so: cannot open shared object file: No such file or directory
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'res_adsi' could not be loaded.
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'res_smdi': /usr/lib/asterisk/modules/res_smdi.so: cannot open shared object file: No such file or directory
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'res_smdi' could not be loaded.
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'app_voicemail.so': /usr/lib/asterisk/modules/app_voicemail.so: undefined symbol: ast_smdi_mwi_set
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'app_voicemail.so' could not be loaded.
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'res_smdi': /usr/lib/asterisk/modules/res_smdi.so: cannot open shared object file: No such file or directory
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'res_smdi' could not be loaded.
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'chan_dahdi.so': /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: ast_smdi_interface_unref
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'chan_dahdi.so' could not be loaded.
> [Sep 19 15:17:08] WARNING[7490] loader.c: Error loading module 'res_adsi': /usr/lib/asterisk/modules/res_adsi.so: cannot open shared object file: No such file or directory
> [Sep 19 15:17:08] WARNING[7490] loader.c: Module 'res_adsi' could not be loaded.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list