Hi,
I am migrating from 0.8.14 to 0.9.0 can anyone tell me how to compile in mysql for ser 0.9.0 first I found that mysql.so was not compiled in standard then I modified the Makefile and included mysql , nevertheless ser displays an error.
Apr 18 20:04:20 /usr/local/sbin/ser[4734]: Maxfwd module- initializing Apr 18 20:04:20 /usr/local/sbin/ser[4734]: bind_dbmod: Module sql does not export db_use_table function Apr 18 20:04:20 /usr/local/sbin/ser[4734]: ERROR: mod_init(): Can't bind database module Apr 18 20:04:20 /usr/local/sbin/ser[4734]: init_mod(): Error while initializing module usrloc
thanks Paul van Schagen
Hi Paul,
replace the DB URLs from "sql://xxxx" to "mysql://xxxx"
Best regards, Marian
Paul van Schagen wrote:
Hi,
I am migrating from 0.8.14 to 0.9.0
can anyone tell me how to compile in mysql for ser 0.9.0
first I found that mysql.so was not compiled in standard then
I modified the Makefile and included mysql , nevertheless
ser displays an error.
Apr 18 20:04:20 /usr/local/sbin/ser[4734]: Maxfwd module- initializing
Apr 18 20:04:20 /usr/local/sbin/ser[4734]: bind_dbmod: Module sql does not export db_use_table function
Apr 18 20:04:20 /usr/local/sbin/ser[4734]: ERROR: mod_init(): Can't bind database module
Apr 18 20:04:20 /usr/local/sbin/ser[4734]: init_mod(): Error while initializing module usrloc
thanks
Paul van Schagen