<!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.6000.16525" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I am using default seas configuration. When I tried to start 
openser&nbsp; seas module can not be loaded althoug module is compiled without 
problem. I tried 1.2.0 and 1.2.2 and the same problem occurred.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>It seems that it could not find "dprintf" function. How can I 
solve this problem? </FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>root@~: openser -ddddddddddd<BR>&nbsp;0(43499) loading module 
/usr/local/lib/openser/modules/tm.so<BR>&nbsp;0(43499) DEBUG: register_pv: 
tm<BR>&nbsp;0(43499) xl_add_extra_spec: extra items list is not 
initialized<BR>&nbsp;0(43499) xl_add_extra_spec: inserting extra item 
[T_branch_idx] at [0]<BR>&nbsp;0(43499) xl_add_extra_spec: inserting extra item 
[T_reply_code] at [1]<BR>&nbsp;0(43499) loading module 
/usr/local/lib/openser/modules/seas.so<BR>&nbsp;0(43499) ERROR: load_module: 
could not open module &lt;/usr/local/lib/openser/modules/seas.so&gt;: 
/usr/local/lib/openser/modules/seas.so: Undefined symbol "dprintf"</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>and config is below</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Thanks,</FONT></DIV>
<DIV><FONT size=2>Kuddusi CIFTCIBASI.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2># ----------- global configuration parameters 
------------------------</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT 
size=2>debug=9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
# debug level (cmd line: 
-dddddddddd)<BR>#fork=yes<BR>#log_stderror=no&nbsp;&nbsp;&nbsp; # (cmd line: 
-E)<BR>children=4</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2># Uncomment these lines to enter debugging 
mode<BR>fork=no<BR>log_stderror=yes<BR>#<BR>reply_to_via=1<BR>listen = 
tcp:84.51.32.24:5060<BR>listen = udp:84.51.32.24:5060<BR>port=5060</FONT></DIV>
<DIV>&nbsp;</DIV><FONT size=2>
<DIV><BR># ------------------ module loading 
----------------------------------</DIV>
<DIV>&nbsp;</DIV>
<DIV>#set module path<BR>#mpath="/usr/local/lib/openser/modules/"</DIV>
<DIV>&nbsp;</DIV>
<DIV>loadmodule "/usr/local/lib/openser/modules/tm.so"<BR>loadmodule 
"/usr/local/lib/openser/modules/seas.so"</DIV>
<DIV>&nbsp;</DIV>
<DIV>modparam("seas", "listen_sockets","84.51.32.24:5080")<BR>modparam("seas", 
"stats_socket","84.51.32.24:5088")<BR>#modparam("rr", "enable_full_lr", 1)</DIV>
<DIV>&nbsp;</DIV>
<DIV># -------------------------&nbsp; request routing logic 
-------------------</DIV>
<DIV>&nbsp;</DIV>
<DIV># main routing logic</DIV>
<DIV>&nbsp;</DIV>
<DIV>route{<BR>&nbsp;if(!as_relay_t("app_server_one")){<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
t_reply("500","No App Server");<BR>&nbsp;}<BR>}</FONT></DIV></BODY></HTML>