← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #248183]: loadLib: Fatal Error 110: loading: libVisionProxy.so

 

Question #248183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248183

    Status: Answered => Open

shabani is still having a problem:
OpenCV version is 2.4.8.  Installed from downloaded source zip.

When checked the dependencies of libVisionProxy with ldd command, 
it says libtesseract.so.3 and some opencv libs are not found

ldd libVisionProxy.so 
        linux-gate.so.1 =>  (0x00cbd000)
        libtesseract.so.3 => not found
        libopencv_core.so.2.4 => not found
        libopencv_highgui.so.2.4 => not found
        libopencv_imgproc.so.2.4 => not found
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0045f000)
        libm.so.6 => /lib/libm.so.6 (0x0024f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00d4a000)
        libc.so.6 => /lib/libc.so.6 (0x007cd000)
        /lib/ld-linux.so.2 (0x00962000)

But Following libs are present in /usr/local/lib
libtesseract.so.3
libopencv_core.so.2.4
libopencv_highgui.so.2.4
libopencv_imgproc.so.2.4

What can i do to solve this ?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.