[asterisk-users] FW: fail to load modules

Russell Bryant russell at digium.com
Fri Jun 29 22:45:03 CDT 2007


clive.chan(Alpha Trilogies Networks) wrote:
> I tried to define noload to the chan_00h323.so and res_config_mysql.so, 
> my asterisk start but give me others problems as bellowing...
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'cdr_addon_mysql.so' 
> did not register itself during load
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'cdr_addon_mysql.so' 
> could not be loaded.
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 
> 'app_addon_sql_mysql.so' did not register itself during load
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 
> 'app_addon_sql_mysql.so' could not be loaded.
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'format_mp3.so' did 
> not register itself during load
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'format_mp3.so' could 
> not be loaded.
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'app_saycountpl.so' 
> did not register itself during load
> 
> [Jun 28 17:03:12] WARNING[28637] loader.c: Module 'app_saycountpl.so' 
> could not be loaded.

It sounds like you have a version mismatch between Asterisk and Asterisk-addons. 
  The quick way to solve this would be to clean it up a little bit and start over.

# rm /usr/lib/asterisk/modules/*
# rm -rf /usr/include/asterisk

# cd src/asterisk-1.4.6
# ./configure && make && make install

# cd src/asterisk-addons/1.4.2
# ./configure && make && make install

Then, everything should be happy.

-- 
Russell Bryant
Software Engineer
Digium, Inc.



More information about the asterisk-users mailing list