[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:27:57 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:                     closed
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-07-25 12:46 CDT
Last Modified:              2010-09-02 00:27 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

====================================================================== 

---------------------------------------------------------------------- 
 (0126553) svnbot (reporter) - 2010-09-02 00:27
 https://issues.asterisk.org/view.php?id=17707#c126553 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 284628

_U  trunk/
U   trunk/apps/app_adsiprog.c
U   trunk/apps/app_followme.c
U   trunk/apps/app_getcpeid.c
U   trunk/apps/app_queue.c
U   trunk/apps/app_speech_utils.c
U   trunk/apps/app_stack.c
U   trunk/apps/app_voicemail.c
U   trunk/channels/chan_agent.c
U   trunk/channels/chan_dahdi.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_sip.c
U   trunk/funcs/func_aes.c
U   trunk/include/asterisk/module.h
U   trunk/main/loader.c
U   trunk/pbx/pbx_dundi.c
U   trunk/pbx/pbx_loopback.c
U   trunk/pbx/pbx_realtime.c

------------------------------------------------------------------------
r284628 | tilghman | 2010-09-02 00:27:56 -0500 (Thu, 02 Sep 2010) | 17
lines

Merged revisions 284610 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r284610 | tilghman | 2010-09-02 00:20:59 -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=284628 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-09-02 00:27 svnbot         Checkin                                      
2010-09-02 00:27 svnbot         Note Added: 0126553                          
======================================================================




More information about the asterisk-bugs mailing list