Skip to content

Corner cases that fail for lack of LD_LIBRARY_PATH #192

@ocaisa

Description

@ocaisa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions