[asterisk-bugs] [JIRA] (ASTERISK-25651) autoload modules missing dependencies
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Dec 31 10:30:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228789#comment-228789 ]
Rusty Newton commented on ASTERISK-25651:
-----------------------------------------
In my build I'm running into:
{noformat}
gcc: error: /usr/lib/rpm/redhat/redhat-hardened-ld: No such file or directory
/root/asterisk/asterisk-11.21.0-rc1/Makefile.rules:170: recipe for target 'res_calendar_icalendar.so' failed
make[1]: *** [res_calendar_icalendar.so] Error 1
Makefile:394: recipe for target 'res' failed
make: *** [res] Error 2
{noformat}
I see the same issue for a few of the modules that didn't load for you. Did you run into this same issue ?
> 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: Rusty Newton
>
> 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