[sr-dev] [kamailio/kamailio] Preloaded library for openssl v1.1 process shared locking (#1927)

sergey-safarov notifications at github.com
Mon Apr 15 11:43:44 CEST 2019


sergey-safarov commented on this pull request.



> +## Usage ##
+
+Use LD_PRELOAD to tell the linker to preload this shared object before starting
+Kamailio.
+
+Example, when Kamailio was installed from sources:
+
+```
+LD_PRELOAD=/usr/local/lib64/kamailio/openssl_mutex_shared/openssl_mutex_shared.so; \
+  /usr/local/sbin/kamailio -f /usr/local/etc/kamailio/kamailio.cfg
+```
+
+If using systemd, add to service file:
+
+```
+Environment='LD_PRELOAD=/usr/local/lib64/kamailio/openssl_mutex_shared/openssl_mutex_shared.so'

Hi Daniel
Is need to do same action when kamailio packaged and located at /usr/sbin/kamailio

-- 
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/pull/1927#pullrequestreview-226547101
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190415/320f3a77/attachment.html>


More information about the sr-dev mailing list