Hi,
I have dovnloaded and compiled the latest sources from the CVS. I use
digest authentication with mysql database. When I tried to start ser I
received the following error in the log:
0(0) auth_db module - initializing
0(0) find_mod_export: <db_use_table> in module sql not found
0(0) auth_db:mod_init(): Unable to bind database module
0(0) init_mod(): Error while initializing module auth_db
ERROR: error while initializing modules
mysql module was successfuly loaded before. It seems the problem is,
that auth_db looks up the function db_use_table in sql module and not in
mysql. The previous version of ser worked successfully with the same cfg
file.
Regards
Martin