<html><div style='background-color:'><DIV class=RTE>Hi all, I'm trying to configure vm module, I enclose the first part of my ser.cfg,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE><BR># ------------------ module loading ----------------------------------</DIV>
<DIV class=RTE># Uncomment this if you want to use SQL database<BR>loadmodule "/usr/local/lib/ser/modules/mysql.so"</DIV>
<DIV class=RTE>loadmodule "/usr/local/lib/ser/modules/sl.so"<BR>loadmodule "/usr/local/lib/ser/modules/tm.so"<BR>loadmodule "/usr/local/lib/ser/modules/rr.so"<BR>loadmodule "/usr/local/lib/ser/modules/maxfwd.so"<BR>loadmodule "/usr/local/lib/ser/modules/usrloc.so"<BR>loadmodule "/usr/local/lib/ser/modules/registrar.so"<BR>loadmodule "/usr/local/lib/ser/modules/vm.so"</DIV>
<DIV class=RTE># Uncomment this if you want digest authentication<BR># mysql.so must be loaded !<BR>loadmodule "/usr/local/lib/ser/modules/auth.so"<BR>loadmodule "/usr/local/lib/ser/modules/auth_db.so"</DIV>
<DIV class=RTE>#loadmodule "/usr/local/lib/ser/modules/acc.so"<BR>#loadmodule "/usr/local/lib/ser/modules/uri.so"</DIV>
<DIV class=RTE># ----------------- setting module-specific parameters ---------------</DIV>
<DIV class=RTE># -- vm params --<BR># URL of the mysql database used to retrieve users.</DIV>
<DIV class=RTE>#&nbsp;&nbsp; Default value is "mysql://ser:heslo@localhost/ser".</DIV>
<DIV class=RTE>modparam("vm", "db_url", "mysql://ser:heslo@localhost/ser")<BR></DIV>
<DIV class=RTE>But in this line I get the next error:</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&nbsp;0(8427) set_mod_param_regex: No module matching vm found<BR>| 0(8427) parse error (55,59-60): Can't set module parameter<BR>ERROR: bad config file (1 errors)</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Why is the system not finding the vm module it it is there? There's no error when I load it!!</DIV>
<DIV class=RTE>Thanks for your help,</DIV>
<DIV class=RTE>Llanos</DIV></div></html>