[asterisk-bugs] [JIRA] (ASTERISK-24567) Error loading module 'res_monitor.so': /usr/lib64/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop

Scott Pabin (JIRA) noreply at issues.asterisk.org
Tue Apr 14 16:48:33 CDT 2015


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

Scott Pabin commented on ASTERISK-24567:
----------------------------------------

For the benefit of those searching for a temporary hiding of this message, as Mr. Serov implied, add a preload of func_periodic_hook.so to modules.conf.
{code:title=modules.conf|borderStyle=solid}
...
preload => res_odbc.so
preload => res_config_odbc.so
preload => res_realtime.so
...
preload => func_periodic_hook.so ; https://issues.asterisk.org/jira/browse/ASTERISK-24567
...
{code}

> Error loading module 'res_monitor.so': /usr/lib64/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-24567
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24567
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_monitor
>    Affects Versions: 13.0.1
>         Environment: openSUSE 13.1 (Bottle) (x86_64)
>            Reporter: Rudolf Faix
>            Severity: Trivial
>
> Module does not load for the reason of an undefined symbol. The error message from the messages file is:
> loader.c: Error loading module 'res_monitor.so': /usr/lib64/asterisk/modules/res_monitor.so: undefined symbol: __ast_beep_stop



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



More information about the asterisk-bugs mailing list