Dan Journo
2006-Jan-28 19:51 UTC
[Asterisk-Users] Urgent: Unable To Execute after updating from SVN
Following is the last few lines of output when i try to launch Asterisk:- [app_zapscan.so] => (Scan Zap channels application) == Registered application 'ZapScan' [app_saycountpl.so] => (Say polish counting words) == Registered application 'SayCountPL' [func_cut.so] => (Cut out information from a string) == Registered custom function CUT == Registered custom function SORT [app_echo.so] => (Simple Echo Application) == Registered application 'Echo' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' [app_settransfercapability.so] => (Set ISDN Transfer Capability) == Registered application 'SetTransferCapability' [app_url.so] => (Send URL Applications) == Registered application 'SendURL' [app_md5.so]Jan 29 02:49:10 WARNING[32424]: loader.c:326 __load_resource: /usr/lib/asterisk/modules/app_md5.so: undefined symbol: option_priority_jumping Jan 29 02:49:10 WARNING[32424]: loader.c:555 load_modules: Loading module app_md5.so failed! Any ideas? Thanks Dan Journo www.TextOver.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060128/047e4aac/attachment.htm
Rob Thomas
2006-Jan-28 20:30 UTC
[Asterisk-Users] Urgent: Unable To Execute after updating from SVN
When you did the 'make install' of asterisk, it gave you a whole pile of modules it didn't know about, some of which no longer work with trunk. The easiest way to fix this: # mv /usr/lib/asterisk/modules /usr/lib/asterisk/modules.old then do a make install again --Rob -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dan Journo Sent: Sunday, 29 January 2006 12:51 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Urgent: Unable To Execute after updating from SVN Following is the last few lines of output when i try to launch Asterisk:- [app_zapscan.so] => (Scan Zap channels application) == Registered application 'ZapScan' [app_saycountpl.so] => (Say polish counting words) == Registered application 'SayCountPL' [func_cut.so] => (Cut out information from a string) == Registered custom function CUT == Registered custom function SORT [app_echo.so] => (Simple Echo Application) == Registered application 'Echo' [app_alarmreceiver.so] => (Alarm Receiver for Asterisk) == Parsing '/etc/asterisk/alarmreceiver.conf': Found == Registered application 'AlarmReceiver' [app_settransfercapability.so] => (Set ISDN Transfer Capability) == Registered application 'SetTransferCapability' [app_url.so] => (Send URL Applications) == Registered application 'SendURL' [app_md5.so]Jan 29 02:49:10 WARNING[32424]: loader.c:326 __load_resource: /usr/lib/asterisk/modules/app_md5.so: undefined symbol: option_priority_jumping Jan 29 02:49:10 WARNING[32424]: loader.c:555 load_modules: Loading module app_md5.so failed! Any ideas? Thanks Dan Journo www.TextOver.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060128/1b80faeb/attachment.htm
Boris Bakchiev
2006-Jan-30 20:45 UTC
[Asterisk-Users] Urgent: Unable To Execute after updating from SVN
Delete /usr/lib/asterisk/modules/app_md5.so and update your dialplan if you use MD5. It is now done in functions. /usr/lib/asterisk/modules/app_md5.so is a leftover from your previous installation. ?[app_md5.so]Jan 29 02:49:10 WARNING[32424]: loader.c:326 __load_resource: /usr/lib/asterisk/modules/app_md5.so: undefined symbol: option_priority_jumping Jan 29 02:49:10 WARNING[32424]: loader.c:555 load_modules: Loading module app_md5.so failed! ?
Min Hwan Chang
2006-Apr-13 00:45 UTC
[Asterisk-Users] Urgent: Unable To Execute after updating from SVN
As a clarification for further posts, its wise to delete both the asterisk modules and header directory when having problems upgrading from 1.0 to 1.2and depracated modules are in the way. As Rob T. pointed out the best way to do this is: # mv /usr/lib/asterisk/modules /usr/lib/asterisk/modules.old and # mv /usr/include/asterisk /usr/include/asterisk.old On 1/30/06, Boris Bakchiev <boris@jildent.com.au> wrote:> > Delete /usr/lib/asterisk/modules/app_md5.so and update your dialplan if > you use MD5. > It is now done in functions. > > /usr/lib/asterisk/modules/app_md5.so is a leftover from your previous > installation. > > > [app_md5.so]Jan 29 02:49:10 WARNING[32424]: loader.c:326 __load_resource: > /usr/lib/asterisk/modules/app_md5.so: undefined symbol: > option_priority_jumping > Jan 29 02:49:10 WARNING[32424]: loader.c:555 load_modules: Loading module > app_md5.so failed! > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060413/a461986c/attachment.htm