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

java.lang.UnsatisfiedLinkError: no jniopencv_core in java.library.path #22

Open
Prateek207 opened this issue Nov 3, 2017 · 1 comment

Comments

@Prateek207
Copy link

Getting following error when running mvn command given in Readme file :

Caused by: java.lang.UnsatisfiedLinkError: /tmp/javacpp165453197293165/libjniopencv_core.so: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /tmp/javacpp165453197293165/libopencv_core.so.2.4)

P.S. :: This issue is with Ubuntu 14.04.

Solution:
Need to install GCC5. Follow below link for the same:
https://askubuntu.com/questions/618474/how-to-install-the-latest-gcurrently-5-1-in-ubuntucurrently-14-04

I found this solution in below link:
bytedeco/javacv#436

@saudet
Copy link
Member

saudet commented Nov 3, 2017

That has been fixed a long time ago. Please upgrade to a more recent version of JavaCV.

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

2 participants