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

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jan 26 09:55:33 CST 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-25651:
------------------------------------

    Assignee: Sean Darcy  (was: Rusty Newton)
      Status: Waiting for Feedback  (was: Triage)

In 11.21 installed on Fedora 23 I only get issues with the following

{noformat}
[Jan 26 09:44:03] WARNING[21364] loader.c: Error loading module 'res_calendar_exchange.so': /usr/lib/asterisk/modules/res_calendar_exchange.so: undefined symbol: ast_calendar_register
[Jan 26 09:44:03] WARNING[21364] loader.c: Error loading module 'res_calendar_caldav.so': /usr/lib/asterisk/modules/res_calendar_caldav.so: undefined symbol: ast_calendar_event_container_alloc
{noformat}

For res_agi and the others (even chan_motif) I don't get an issue and I didn't need to preload res_xmpp..

I wonder what is different? Was your installation default? What options did you use when building and did you initially get those module loading errors with the default modules.conf?

> 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