[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
Tue Aug 24 20:42:40 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:
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-08-24 20:42 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
======================================================================
----------------------------------------------------------------------
(0126293) svnbot (reporter) - 2010-08-24 20:42
https://issues.asterisk.org/view.php?id=17707#c126293
----------------------------------------------------------------------
Repository: menuselect
Revision: 814
U trunk/acinclude.m4
U trunk/aclocal.m4
U trunk/autoconfig.h.in
UU trunk/configure
U trunk/configure.ac
U trunk/menuselect.c
------------------------------------------------------------------------
r814 | tilghman | 2010-08-24 20:42:39 -0500 (Tue, 24 Aug 2010) | 8 lines
Translate keyword 'use' to 'depend', if the functionality in the compiler
is not present to make 'use' work.
(issue https://issues.asterisk.org/view.php?id=17707)
Reported by: ira
Patches:
20100819__issue17707__menuselect.diff.txt uploaded by tilghman
(license 14)
Tested by: tilghman
------------------------------------------------------------------------
http://svn.digium.com/view/menuselect?view=rev&revision=814
Issue History
Date Modified Username Field Change
======================================================================
2010-08-24 20:42 svnbot Checkin
2010-08-24 20:42 svnbot Note Added: 0126293
======================================================================
More information about the asterisk-bugs
mailing list