<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2712.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I tryed to run ser with postgresql but I have 
problem...</FONT></DIV>
<DIV><FONT face=Arial size=2>Here is part of ser.cfg </FONT></DIV>
<DIV><FONT face=Arial size=2>loadmodule 
"/usr/local/lib/ser/modules/postgres.so"<BR>loadmodule 
"/usr/local/lib/ser/modules/usrloc.so"<BR>loadmodule 
"/usr/local/lib/ser/modules/auth.so"<BR>loadmodule 
"/usr/local/lib/ser/modules/auth_db.so"<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>modparam("usrloc", "db_mode", 
0)<BR>modparam("auth_db", "calculate_ha1", yes)<BR>modparam("auth_db", 
"password_column", "password")<BR>modparam("rr", "enable_full_lr", 
1)</FONT></DIV>
<DIV><FONT face=Arial size=2>modparam("auth_db", "db_url", 
"sql://ser:mypass@localhost:5432/ser")<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>When I start ser in debug mode - ser 
-ddddddddddddddddddddddddddddd</FONT></DIV>
<DIV><FONT face=Arial size=2>I got at the end this error:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;0(0) auth_db module - 
initializing<BR>&nbsp;0(0) find_mod_export: &lt;db_use_table&gt; in module sql 
not found<BR>&nbsp;0(0) bind_dbmod: Module sql does not export db_use_table 
function<BR>&nbsp;0(0) ERROR: auth_db_bind: unable to bind to the database 
module<BR>&nbsp;0(0) init_mod(): Error while initializing module 
auth_db<BR>ERROR: error while initializing modules<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Why "module sql not found"?! I changed 
</FONT></DIV>
<DIV><FONT face=Arial size=2>modparam("auth_db", "db_url", 
"postgres://ser:mypass@localhost:5432/ser") </FONT></DIV>
<DIV><FONT face=Arial size=2>and I got error message </DIV></FONT>
<DIV><FONT face=Arial size=2>0(0) find_mod_export: &lt;db_use_table&gt; in 
module mysql not found !!?</FONT><FONT face=Arial size=2>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any suggestions?</DIV></FONT></BODY></HTML>