I have installed OpenCV 2.4.2 on my computer (Ubuntu 12.04 x86) and built the makerscanner from source. However, when I attempt to execute the makerscanner application the following issue arises:
makerscanner: error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory
Does it need another version of OpenCV or 2.4.2 is ok or should the problem be examined from another perspective?
I have installed OpenCV 2.4.2 on my computer (Ubuntu 12.04 x86) and built the makerscanner from source. However, when I attempt to execute the
makerscanner
application the following issue arises:makerscanner: error while loading shared libraries: libopencv_core.so.2.4: cannot open shared object file: No such file or directory
Does it need another version of OpenCV or 2.4.2 is ok or should the problem be examined from another perspective?