<!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> </DIV>
<DIV><FONT size=2>I am using default seas configuration. When I tried to start
openser 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> </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> </DIV>
<DIV><FONT size=2>root@~: openser -ddddddddddd<BR> 0(43499) loading module
/usr/local/lib/openser/modules/tm.so<BR> 0(43499) DEBUG: register_pv:
tm<BR> 0(43499) xl_add_extra_spec: extra items list is not
initialized<BR> 0(43499) xl_add_extra_spec: inserting extra item
[T_branch_idx] at [0]<BR> 0(43499) xl_add_extra_spec: inserting extra item
[T_reply_code] at [1]<BR> 0(43499) loading module
/usr/local/lib/openser/modules/seas.so<BR> 0(43499) ERROR: load_module:
could not open module </usr/local/lib/openser/modules/seas.so>:
/usr/local/lib/openser/modules/seas.so: Undefined symbol "dprintf"</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>and config is below</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks,</FONT></DIV>
<DIV><FONT size=2>Kuddusi CIFTCIBASI.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2># ----------- global configuration parameters
------------------------</FONT></DIV>
<DIV> </DIV>
<DIV><FONT
size=2>debug=9
# debug level (cmd line:
-dddddddddd)<BR>#fork=yes<BR>#log_stderror=no # (cmd line:
-E)<BR>children=4</FONT></DIV>
<DIV> </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> </DIV><FONT size=2>
<DIV><BR># ------------------ module loading
----------------------------------</DIV>
<DIV> </DIV>
<DIV>#set module path<BR>#mpath="/usr/local/lib/openser/modules/"</DIV>
<DIV> </DIV>
<DIV>loadmodule "/usr/local/lib/openser/modules/tm.so"<BR>loadmodule
"/usr/local/lib/openser/modules/seas.so"</DIV>
<DIV> </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> </DIV>
<DIV># ------------------------- request routing logic
-------------------</DIV>
<DIV> </DIV>
<DIV># main routing logic</DIV>
<DIV> </DIV>
<DIV>route{<BR> if(!as_relay_t("app_server_one")){<BR>
t_reply("500","No App Server");<BR> }<BR>}</FONT></DIV></BODY></HTML>