Skip to content

shared library path not found by python #19

Description

@spitzbubchen

Installed ndicapi on two computers (laptop and raspberry pi). In both cases after running sudo make install and then python ndiBasicExample.py python was not able to find the shared library located at /usr/local/lib/libndicapi.so.

To fix this I had to run the command export LD_LIBRARY_PATH=/usr/local/lib.

Is is possible to use a more suitable location than /usr/local/lib so that users do not have to do this extra export LD_LIBRARY_PATH=/usr/local/lib step.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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