> -----Original Message----- > From: Jason Goecke [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 26, 2005 7:08 AM > To: [email protected] > Subject: [Asterisk-Users] Issue with res_config_mysql.so in latest CVS > > Hello, > > I just checked out the latest CVS and compiled and now > get the following error: > > [res_config_mysql.so] => (MySQL RealTime > Configuration Driver) > Jan 26 13:03:51 WARNING[27081]: config_old.c:27 > ast_load: ast_load is deprecated, use ast_config_load > instead! > > Jan 26 13:03:51 WARNING[27081]: config_old.c:39 > ast_destroy: ast_destroy is deprecated, use > ast_config_destroy instead! > > asterisk: symbol lookup error: > /usr/lib/asterisk/modules/res_config_mysql.so: > undefined symbol: ast_cust_config_register > > Any ideas on how to resolve this? > The entire res_config/realtime code base was significantly changed on 1/25/2005 at 13:00EST. Please see bug# 3406 for what was changed and why. The res_config_mysql in asterisk-addons still needs to be updated to the new config engine. Hopefully this will happen in the next few days, but in the meantime I would do:
# cvs checkout -D 01/24/2005 asterisk asterisk-addons This will get you to before the changes were committed. Also, you could watch the -cvs list to see when the fixes are made for res_config_mysql. Good luck, Robert Jackson _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
