Fix: specify SONAME in python-lttngust LoadLibrary
[lttng-ust.git] / python-lttngust / lttngust / loghandler.py
index e82cf5c5091bc5c53a68bf08b248d2f038a300a3..6f144cacd8c96b1b5341dd6150be7fb5987cfa07 100644 (file)
@@ -22,7 +22,7 @@ import ctypes
 
 
 class _Handler(logging.Handler):
-    _LIB_NAME = 'liblttng-ust-python-agent.so'
+    _LIB_NAME = 'liblttng-ust-python-agent.so.0'
 
     def __init__(self):
         super(self.__class__, self).__init__(level=logging.NOTSET)
This page took 0.023447 seconds and 4 git commands to generate.