mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Dmitry Wagin](/assets/img/avatar_default.png)
- 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
15 lines
375 B
Plaintext
15 lines
375 B
Plaintext
[
|
|
{
|
|
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
|
|
}
|
|
]
|