[asterisk-bugs] [Asterisk 0017707]: [patch] Upgrading from 1.6.2.10 to 1.8-beta1 did not work with the original modules.conf
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 2 00:21:03 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17707
======================================================================
Reported By: ira
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 17707
Category: General
Reproducibility: always
Severity: block
Priority: normal
Status: ready for testing
Target Version: 1.8.0
Asterisk Version: SVN
JIRA: SWP-1942
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/876/
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-07-25 12:46 CDT
Last Modified: 2010-09-02 00:21 CDT
======================================================================
Summary: [patch] Upgrading from 1.6.2.10 to 1.8-beta1 did not
work with the original modules.conf
Description:
After upgrading from 1.6.10 to 1.8 I got the following errors:
WARNING[28505] loader.c: Error loading module 'chan_dahdi.so':
/usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol:
ast_smdi_interface_unref
WARNING[28505] loader.c: Error loading module 'app_stack.so':
/usr/lib/asterisk/modules/app_stack.so: undefined symbol:
ast_agi_unregister
WARNING[28505] loader.c: Error loading module 'func_aes.so':
/usr/lib/asterisk/modules/func_aes.so: undefined symbol:
ast_aes_set_decrypt_key
WARNING[28505] loader.c: Error loading module 'app_voicemail.so':
/usr/lib/asterisk/modules/app_voicemail.so: undefined symbol:
ast_smdi_mwi_message_destroy
Replacing modules.conf with one that only contained the line autoload=yes
allowed Asterisk to run and work but left the following errors:
WARNING[14569] loader.c: Error loading module 'func_aes.so':
/usr/lib/asterisk/modules/func_aes.so: undefined symbol:
ast_aes_set_decrypt_key
WARNING[14569] loader.c: Error loading module 'app_speech_utils.so':
/usr/lib/asterisk/modules/app_speech_utils.so: undefined symbol:
ast_speech_start
======================================================================
----------------------------------------------------------------------
(0126552) svnbot (reporter) - 2010-09-02 00:21
https://issues.asterisk.org/view.php?id=17707#c126552
----------------------------------------------------------------------
Repository: asterisk
Revision: 284610
U branches/1.8/apps/app_adsiprog.c
U branches/1.8/apps/app_followme.c
U branches/1.8/apps/app_getcpeid.c
U branches/1.8/apps/app_queue.c
U branches/1.8/apps/app_speech_utils.c
U branches/1.8/apps/app_stack.c
U branches/1.8/apps/app_voicemail.c
U branches/1.8/channels/chan_agent.c
U branches/1.8/channels/chan_dahdi.c
U branches/1.8/channels/chan_iax2.c
U branches/1.8/channels/chan_mgcp.c
U branches/1.8/channels/chan_sip.c
U branches/1.8/funcs/func_aes.c
U branches/1.8/include/asterisk/module.h
U branches/1.8/main/loader.c
U branches/1.8/pbx/pbx_dundi.c
U branches/1.8/pbx/pbx_loopback.c
U branches/1.8/pbx/pbx_realtime.c
------------------------------------------------------------------------
r284610 | tilghman | 2010-09-02 00:21:02 -0500 (Thu, 02 Sep 2010) | 10
lines
When optional_api is non-optional, force dependent modules to be loaded.
(closes issue https://issues.asterisk.org/view.php?id=17707)
Reported by: ira
Patches:
20100819__issue17707__asterisk1.8.diff.txt uploaded by tilghman
(license 14)
Tested by: tilghman
Review: https://reviewboard.asterisk.org/r/876/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=284610
Issue History
Date Modified Username Field Change
======================================================================
2010-09-02 00:21 svnbot Note Added: 0126552
======================================================================
More information about the asterisk-bugs
mailing list