On Friday 20 July 2007, Schumann Sebastian wrote:
Hi all,
I got problems after compiling OpenSER Rev. 2492. Including Module
mysql, after compiling and executing openser, there occurs an error
message about an undefined mysql method.
In modules/mysql/dbase.c, there are the methods line 682
db_mysql_print_values() and on line 692 db_mysql_print_set. I think they
have been replaces to db/db_ut.c as db_print_values() and db_print_set
respectively. Also, these new methods have a parameter val2str as last
parameter. Can this be something that has been forgotten to change in
Rev. 2353? If I change the functions according db_ut.h, openser runs!
Hello Sebastian,
thank you for pointing this out. I forgot that the patch for the extension of
the db interface was still using the old db utility function names.
Should be fixed now.
Cheers,
Henning