i build sip-router from master branch and when i try to start it, loading of registrar module fails like this:
0(9437) ERROR: <core> [sr_module.c:396]: ERROR: load_module: could not open module </usr/lib/sip-proxy/modules_k/registrar.so>: /usr/lib/sip-proxy/modules_k/registrar.so: undefined symbol: default_expires_stat
i this a bug or am i missing something that was not needed in version 3.0?
-- juha
Juha Heinanen wrote:
i build sip-router from master branch and when i try to start it, loading of registrar module fails like this:
0(9437) ERROR: <core> [sr_module.c:396]: ERROR: load_module: could not open module </usr/lib/sip-proxy/modules_k/registrar.so>: /usr/lib/sip-proxy/modules_k/registrar.so: undefined symbol: default_expires_stat
i this a bug or am i missing something that was not needed in version 3.0?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello Juha,
There was some work on this module I have done in the recent weeks
What FLAVOUR have you built with?! I presume FLAVOUR=kamailio
Marius
marius zbihlei wrote:
Juha Heinanen wrote:
i build sip-router from master branch and when i try to start it, loading of registrar module fails like this:
0(9437) ERROR: <core> [sr_module.c:396]: ERROR: load_module: could not open module </usr/lib/sip-proxy/modules_k/registrar.so>: /usr/lib/sip-proxy/modules_k/registrar.so: undefined symbol: default_expires_stat
i this a bug or am i missing something that was not needed in version 3.0?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello Juha,
There was some work on this module I have done in the recent weeks
What FLAVOUR have you built with?! I presume FLAVOUR=kamailio
Marius
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello Juha,
Can you please try again?
Thank you
Marius
marius zbihlei writes:
What FLAVOUR have you built with?! I presume FLAVOUR=kamailio
i didn't use any FLAVOUR, just build from master. config.mak has:
# this file is autogenerated by make cfg MAIN_NAME= sip-proxy CFG_NAME= sip-router SCR_NAME= sip-router FLAVOUR= sip-router INSTALL_FLAVOUR= sip-router SRC_NAME= sip-router RELEASE= 3.0.99-dev1
this whole FLAVOUR business makes me sick. should there be several masters too, each with different FLAVOUR?
anyway, i built sip-router again after your commits and now it started ok.
-- juha