Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shared library path not found by python #19

Open
spitzbubchen opened this issue Apr 1, 2019 · 0 comments
Open

shared library path not found by python #19

spitzbubchen opened this issue Apr 1, 2019 · 0 comments

Comments

@spitzbubchen
Copy link

spitzbubchen commented Apr 1, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant