Hi List,
i'm getting the following error while starting ser:
0(24085) parse error (105,20-21): unknown command, missing loadmodule?
0(24085) parse error (152,19-20): unknown command, missing loadmodule?
ERROR: bad config file (2 errors)
Line 105:
if (!enum_query()) {
Line 152:
if (!enum_query()) {
On Line 38:
loadmodule "/usr/local/lib/ser/modules/enum.so"
is executed, and there is no error regarding the loading of this module.
Also, on line 46:
modparam("enum", "domain_suffix", "e164.arpa.")
is executed without error.
Version is
version: ser 0.8.12 (sparc64/solaris)
Strange. Any ideas?
Thanks,
Martin