Hi,
I'm having problems when defining both the auth_db:db_url and the
uri_db:db_url parameters.
Openser crashes when restarting (everything goes ok if I set just one).
I've restricted my openser.cfg to the minimum, to filter other sources of
problems.
With the following cfg, openser crashes on my machine (logs in attachment)
with a segmentation fault error.
==============================
debug=9
fork=no
log_stderror=yes
loadmodule "/usr/lib/openser/modules/mysql.so"
loadmodule "/usr/lib/openser/modules/sl.so"
loadmodule "/usr/lib/openser/modules/xlog.so"
loadmodule "/usr/lib/openser/modules/auth.so"
loadmodule "/usr/lib/openser/modules/auth_db.so"
loadmodule "/usr/lib/openser/modules/uri_db.so"
modparam("auth_db", "db_url",
"mysql://root@localhost/openser")
modparam("uri_db", "db_url",
"mysql://root@localhost/openser")
route {
xlog("L_WARN", "TEST");
}
==============================
I'm using the latest version, and tried the debian package and compiling
from the source... same result...
Seems the problem may be related to the number of database connections...
but I've expanded it on mysql, with no success...
Anyone could reproduce this problem?
Any suggestions of how can I solve it?
Thanks,
Edgar