Hi,
I just installed ser from cvs and when I ran it I got:
% /usr/local/sbin/ser -f /usr/local/etc/ser/ser.cfg
ERROR: bad config file (1 errors)
So I turned on debugging in the ser.cfg file and saw:
% /usr/local/sbin/ser -f /usr/local/etc/ser/ser.cfg
0(22488) loading module /usr/local/lib/ser/modules/sl.so
0(22488) loading module /usr/local/lib/ser/modules/tm.so
0(22488) loading module /usr/local/lib/ser/modules/rr.so
0(22488) loading module /usr/local/lib/ser/modules/maxfwd.so
0(22488) loading module /usr/local/lib/ser/modules/usrloc.so
0(22488) loading module /usr/local/lib/ser/modules/registrar.so
0(22488) find_param_export: found <db_mode> in module usrloc [/usr/local/lib/ser/modules/\
usrloc.so]
0(22488) find_export: found <mf_process_maxfwd_header> in module maxfwd_module [/usr/loca\
l/lib/ser/modules/maxfwd.so]
0(22488) find_export: found <sl_send_reply> in module sl_module [/usr/local/lib/ser/modul\
es/sl.so]
0(22488) find_export: found <sl_send_reply> in module sl_module [/usr/local/lib/ser/modul\
es/sl.so]
0(22488) find_export: <rewriteFromRoute> not found
0(22488) parse error (80,19-20): unknown command, missing loadmodule?
[...]
So I commented out the rewriteFromRoute(); line and the server started
up fine.
Any ideas why it doesn't like that line?
This is on Linux 2.4.18-18.0
thanks,
-joe