Jason Goecke
2005-Jan-26 05:07 UTC
[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! == Parsing '/etc/asterisk/res_mysql.conf': Found Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561 parse_config: MySQL RealTime: No database socket found, using '/tmp/mysql.sock' as default. 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?
Robert Jackson
2005-Jan-26 09:18 UTC
[Asterisk-Users] Issue with res_config_mysql.so in latest CVS
> -----Original Message----- > From: Jason Goecke [mailto:jsgoecke@yahoo.com] > Sent: Wednesday, January 26, 2005 7:08 AM > To: asterisk-users@lists.digium.com > 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
Matthew Boehm
2005-Jan-26 11:31 UTC
[Asterisk-Users] Issue with res_config_mysql.so in latest CVS
I am currently working on this to bring it up to date with recent changes in config.h -Matthew ----- Original Message ----- From: "Jason Goecke" <jsgoecke@yahoo.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, January 26, 2005 6:07 AM 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! > == Parsing '/etc/asterisk/res_mysql.conf': Found > Jan 26 13:03:51 WARNING[27081]: res_config_mysql.c:561 > parse_config: MySQL RealTime: No database socket > found, using '/tmp/mysql.sock' as default. > 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? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users