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. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
