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
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)
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
The text was updated successfully, but these errors were encountered: