You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Installed ndicapi on two computers (laptop and raspberry pi). In both cases after running
sudo make install
and thenpython 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 extraexport LD_LIBRARY_PATH=/usr/local/lib
step.The text was updated successfully, but these errors were encountered: