software-layer icon indicating copy to clipboard operation
software-layer copied to clipboard

Corner cases that fail for lack of `LD_LIBRARY_PATH`

Open ocaisa opened this issue 2 years ago • 10 comments

Python packages may use ctypes to load libraries:

cdll.LoadLibrary("libprotoc.so.3.13.0.0")

but this relies on the linker being able to find the libraries, which can fail in our current setup.

ocaisa avatar Oct 18 '22 14:10 ocaisa