Igor Bonny
2007-Jun-27  02:59 UTC
[asterisk-users] Module '***.so' did not register itself during load
Hi, 
I've experiencing this kind of problem. 
Actually, my asterisk is running perfectly. I've tested it, and I called
some computer in my LAN. Then I enter the CLI and entered these commands
- show modules
- modules status (or so.. I forget)
- restart now
After I enter the last command, the CLI is exiting and nothing happened. Then I
try to run the asterisk with command
- asterisk
But then nothing is happened. I check with "ps" command, and realize
that asterisk isn't running at all. When I check the log, i got this kind of
message :
[Jun 27 08:58:17] WARNING[1255] loader.c: Module 'format_pcm_alaw.so'
did not register itself during load
[Jun 27 08:58:17] WARNING[1255] loader.c: Module 'chan_modem_aopen.so'
did not register itself during load
[Jun 27 08:58:17] WARNING[1255] loader.c: Module 'app_setcidname.so' did
not register itself during load
[Jun 27 08:58:17] WARNING[1255] loader.c: Error loading module
'app_txtcidname.so': /usr/lib/asterisk/modules/app_txtcidname.so:
undefined symbol: option_priority_jumping
[Jun 27 08:58:18] WARNING[1255] loader.c: Module 'app_cut.so' did not
register itself during load
[Jun 27 08:58:18] WARNING[1255] loader.c: Module 'app_setcidnum.so' did
not register itself during load
[Jun 27 08:58:18] WARNING[1255] loader.c: Error loading module
'chan_h323.so': libh323_linux_x86_r.so.1.17.1: cannot open shared object
file: No such file or directory
[Jun 27 08:58:18] WARNING[1255] res_smdi.c: No SMDI interfaces are available to
listen on, not starting SDMI listener.
[Jun 27 08:58:18] WARNING[1255] loader.c: Module 'chan_modem_i4l.so' did
not register itself during load
[Jun 27 08:58:18] NOTICE[1255] cdr_radius.c: Cannot load radiusclient-ng
configuration file /etc/radiusclient-ng/radiusclient.conf.
Is anybody know what happened? Because I really don't understand this.
Please, any body, help me :(
     
____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the
Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20070626/94518aaa/attachment.htm
Russell Bryant
2007-Jul-01  23:56 UTC
[asterisk-users] Module '***.so' did not register itself during load
Igor Bonny wrote:> Is anybody know what happened? Because I really don't understand this. > Please, any body, help me :(It looks like you upgraded from Asterisk 1.2 to Asterisk 1.4 without cleaning out your modules directory first. # rm -f /usr/lib/asterisk/modules/* Then, run make install for Asterisk 1.4 again. -- Russell Bryant Software Engineer Digium, Inc.