I just noticed that db showg tries to use mysql’s \G method for expanded output even with other db engines.
The dnssec module, at least in the version in debian sid, failes to load with:
0(23381) ERROR: <core> [sr_module.c:599]: load_module(): ERROR: load_module: could not open module </usr/lib/x86_64-linux-gnu/kamailio/modules/dnssec.so>: /usr/lib/x86_64-linux-gnu/libval-threads.so.14: undefined symbol: SSL_get_SSL_CTX
My impression is that it should link against -lval_shim rather than directly against -lval-threads.
app_perl gives this error:
NOTICE: <core> [sr_module.c:654]: load_module(): /usr/lib/x86_64-linux-gnu/kamailio/modules/app_perl.so: exports dlflags interface is deprecated and it will not be supported in newer versions; consider using mod_register() instead
-JimC