HandTracker icon indicating copy to clipboard operation
HandTracker copied to clipboard

import error about 'libcore.so'

Open geoffzhang opened this issue 6 years ago • 5 comments

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

geoffzhang avatar Jul 09 '18 02:07 geoffzhang

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.

padeler avatar Jul 10 '18 08:07 padeler

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

Melonia-H avatar Feb 12 '19 08:02 Melonia-H

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

padeler avatar Feb 12 '19 09:02 padeler

i see. thank you

Melonia-H avatar Feb 12 '19 09:02 Melonia-H

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.

jiazaizhong52 avatar Apr 05 '21 14:04 jiazaizhong52