On Debian 10 Buster works fine.
I have no Ubunto 18.04 around, can you edit the Makefile in the module folder and add
`-ldl` to the LIBS? Like:
```
LIBS += -l:libssl.a -l:libcrypto.a -l:libz.a -l:libdl.a -ldl
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2815#issuecomment-895763859