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

Fix libopencv_ffi.so location on linux #10

Closed

Conversation

guyluz11
Copy link
Contributor

@guyluz11 guyluz11 commented Oct 9, 2023

Fix: #9

@Levi-Lesches
Copy link
Owner

Levi-Lesches commented Oct 10, 2023

So actually, this isn't quite correct. The expected flow is to run build.sh and add the dist folder to your LD_LIBRARY_PATH as mentioned in the last bit of output. Once you do that, only the filename will work, not dist. This is intentional because this library is only a package to be used in a larger project that won't have the dist folder inside, so the dist folder here serves as your computer's "master copy" of the binaries.

Thank you for your interest though!

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

Successfully merging this pull request may close these issues.

Error Failed to load dynamic library 'libopencv_ffi.so'
2 participants