OpenCV 2.0..ubuntu 10.4 lts
in
Contributed Library Questions
•
3 years ago
Is it possible to run the OpenCV Processing library with OpenCV 2.0? I'm getting the following errors, which to me seems like the openCV processing lib is trying to link to openCV1.0?
libcxcore.so.1: cannot open shared object file: No such file or directory
Verify that the java.library.path property is correctly set and 'libcxcore.so', 'libcv.so', 'libcvaux.so', 'libml.so', and 'libhighgui.so' are placed (or linked) in one of your system shared libraries folder
I add /usr/local/ib to the the java.library.path on startup. Running 'ls /usr/loca/lib' shows the following files:
csound libcvaux.so.2.1 libcxcore.so.2.1 libml.so.2.1
libcsnd.so libcvaux.so.2.1.0 libcxcore.so.2.1.0 libml.so.2.1.0
libcsnd.so.5.2 libcv.so libhighgui.so perl
libcsound.a libcv.so.2.1 libhighgui.so.2.1 pkgconfig
libcsound.so libcv.so.2.1.0 libhighgui.so.2.1.0 python2.6
libcsound.so.5.2 libcxcore.so lib_jcsound.so
libcvaux.so libcxcore.so.1 libml.so
Is the problem due to opencv 2 or is it something else? Any help is greatly appreciated.
p.s. I tried building opencv1 but had no luck...
libcxcore.so.1: cannot open shared object file: No such file or directory
Verify that the java.library.path property is correctly set and 'libcxcore.so', 'libcv.so', 'libcvaux.so', 'libml.so', and 'libhighgui.so' are placed (or linked) in one of your system shared libraries folder
I add /usr/local/ib to the the java.library.path on startup. Running 'ls /usr/loca/lib' shows the following files:
csound libcvaux.so.2.1 libcxcore.so.2.1 libml.so.2.1
libcsnd.so libcvaux.so.2.1.0 libcxcore.so.2.1.0 libml.so.2.1.0
libcsnd.so.5.2 libcv.so libhighgui.so perl
libcsound.a libcv.so.2.1 libhighgui.so.2.1 pkgconfig
libcsound.so libcv.so.2.1.0 libhighgui.so.2.1.0 python2.6
libcsound.so.5.2 libcxcore.so lib_jcsound.so
libcvaux.so libcxcore.so.1 libml.so
Is the problem due to opencv 2 or is it something else? Any help is greatly appreciated.
p.s. I tried building opencv1 but had no luck...
2