[asterisk-bugs] [JIRA] (ASTERISK-25651) Error loading several modules in Fedora 23 with 'undefined symbol' - is modules.conf missing dependencies?

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Jan 26 09:57: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:
------------------------------------

    Summary: Error loading several modules in Fedora 23 with 'undefined symbol' - is modules.conf missing dependencies?  (was: autoload modules missing dependencies)

> Error loading several modules in Fedora 23 with 'undefined symbol' - is modules.conf 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