[asterisk-bugs] [JIRA] (ASTERISK-25651) autoload modules missing dependencies

Sean Darcy (JIRA) noreply at issues.asterisk.org
Sat Jan 9 12:24:33 CST 2016


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

Sean Darcy commented on ASTERISK-25651:
---------------------------------------

No , I didn't have any problems with the build. Simply preloading xmpp worked, using the same installation. That is, I installed the rebuilt rpm, and got the error. Then added preload xmpp to modules.conf. Did not rebuild, simply restarted asterisk, and all's well.

I didn't bother "preload"ing  res_calendar since I don't use it, but it seems to have built correctly:

rpm -qif /usr/lib64/asterisk/modules/res_calendar_icalendar.so
Name        : asterisk11
Version     : 11.21.0
Release     : 0.rc1.fc23
Architecture: x86_64
Install Date: Wed 30 Dec 2015 04:04:15 PM EST
Group       : Sound
Size        : 198059685


> autoload modules missing dependencies
> -------------------------------------
>
>                 Key: ASTERISK-25651
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25651
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 11.21.0
>         Environment: Fedora 23.
>            Reporter: Sean Darcy
>            Assignee: Sean Darcy
>
> Upgraded the server today to Fedora 23, gcc-5.3.1. 
> Had been running 11.21.0-rc1 on fedora 22.
> I rebuilt asterisk after the upgrade. 
> {noformat}
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'res_calendar_ews.so': /usr/lib64/asterisk/modules/res_calendar_ews.so: undefined symbol: ast_calendar_register
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'chan_motif.so': /usr/lib64/asterisk/modules/chan_motif.so: undefined symbol: ast_xmpp_client_send_message
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'res_agi.so': /usr/lib64/asterisk/modules/res_agi.so: undefined symbol: ast_speech_change
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'res_calendar_caldav.so': /usr/lib64/asterisk/modules/res_calendar_caldav.so: undefined symbol: ast_calendar_event_container_alloc
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'app_speech_utils.so': /usr/lib64/asterisk/modules/app_speech_utils.so: undefined symbol: ast_speech_dtmf
> [Dec 30 16:04:59] WARNING[2914]: loader.c:463 load_dynamic_module: Error loading module 'res_calendar_icalendar.so': /usr/lib64/asterisk/modules/res_calendar_icalendar.so: undefined symbol: ast_calendar_register
> {noformat}
> "preload" ing xmpp solved the motif issue.
> grep -v \; modules.conf
> {noformat}
> [modules]
> autoload=yes
> preload => res_xmpp.so
> noload => pbx_gtkconsole.so
> load => res_musiconhold.so
> noload => chan_alsa.so
> noload => chan_console.so
> noload => app_directory_imap.so
> noload => app_voicemail_imap.so
> noload => app_directory_odbc.so
> noload => app_voicemail_odbc.so
> {noformat}



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



More information about the asterisk-bugs mailing list