4b6e8edd6e
- Added dlgs, lost, posops, siprepo, slack and sworker modules. - Also backported (from master branch) ASLR support for KEMI modules (see pkg-message). Changelog: https://www.kamailio.org/pub/kamailio/5.6.2/ChangeLog PR: 268670
14 lines
375 B
Text
14 lines
375 B
Text
[
|
|
{
|
|
type: install
|
|
message: <<EOM
|
|
There's a regression after enabling ASLR (ex., enabled on stable/13 by default).
|
|
Kamailio causes SIGSEGV while loading KEMI Interpreters probably.
|
|
It's need to disable ASLR:
|
|
# sysctl kern.elf64.aslr.enable=0
|
|
# sysctl kern.elf64.aslr.pie_enable=0
|
|
or load KEMI Interpreters with RTLD_GLOBAL flag, ex.:
|
|
loadmodule("app_lua.so", "g")
|
|
EOM
|
|
}
|
|
]
|