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

opencv preset is linked against too recent GLIBCXX_3.4.20 #95

Closed
ceefour opened this issue Oct 6, 2015 · 1 comment
Closed

opencv preset is linked against too recent GLIBCXX_3.4.20 #95

ceefour opened this issue Oct 6, 2015 · 1 comment

Comments

@ceefour
Copy link

ceefour commented Oct 6, 2015

Using opencv 2.4.11 (and I guess opencv 3.0 as well) in Ubuntu 14.04 gave:

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

Please "downgrade" to GLIBCXX 3.4.19, the latest supported by Ubuntu 14.04, as Ubuntu 14.04 is an LTS release.

(similar request to #22)

@saudet
Copy link
Member

saudet commented Oct 6, 2015

Or #74. Would you be offering your help?

@saudet saudet closed this as completed Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants