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

import error about 'libcore.so' #82

Open
geoffzhang opened this issue Jul 9, 2018 · 5 comments
Open

import error about 'libcore.so' #82

geoffzhang opened this issue Jul 9, 2018 · 5 comments

Comments

@geoffzhang
Copy link

mportError: /usr/lib/handtrack/libs/libCore.so: undefined symbol: _ZN2cv9ExceptionC1EiRKSsS2_S2_i
please, how should I modifiy this error?

@padeler
Copy link
Member

padeler commented Jul 10, 2018

From the error it looks like the opencv "Exception" class is undefined. Check that you have the correct version of opencv in your LD_LIBRARY_PATH. You can use ldd on libCore.so to see which opencv libraries are used.

@Melonia-H
Copy link

i also encountered the same problem ,how do you solve it?
i set the environment variable.

@padeler
Copy link
Member

padeler commented Feb 12, 2019

This is probably a opencv version issue. These libraries where built for ubuntu 14.04 with the opencv v2.48.

@Melonia-H
Copy link

i see. thank you

@jiazaizhong52
Copy link

I encountered the same problem too. I found that the problem is possibly caused by the wrong version of gcc(& g++). the same error was reported when I used gcc-5. Finally when I changed to gcc-4 and rebuild the opencv package, this problem was solved.

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

4 participants