← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #241044]: Crashing on Run - RHEL 6.2

 

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

Description changed to:
Attempting to move Sukili from a Ubuntu Dev. box, to a production (RHEL 6.2) server and encountered a crash without log/warning when I attempted to run any scrips (the IDE will launch without issue). 
Hit a number of repository issues, ended up compiling JDK, OpenCV, Tesseract (+ Leptonica) and the Supplemental Lib from scratch. Still encountering the issue:
Install Log Reads (cut to where  it gets interesting): 
[debug (12/19/13 3:51:52 PM)] Jython: sikuli: Sikuli: import ScreenUnion
[debug (12/19/13 3:51:52 PM)] Jython: sikuli: Sikuli: import Finder
[debug (12/19/13 3:51:52 PM)] ResourceLoaderBasic: loadLib: VisionProxy
[debug (12/19/13 3:51:52 PM)] ResourceLoaderBasic: loadLib: Found: VisionProxy
[error (12/19/13 3:51:52 PM)] ResourceLoaderBasic: loadLib: Fatal Error 110: loading: libVisionProxy.so
[error (12/19/13 3:51:52 PM)] ResourceLoaderBasic: loadLib: Since native library was found, it might be a problem with needed dependent libraries
/usr/sukuli/sukuli/libs/libVisionProxy.so: libopencv_core.so.2.4: cannot open shared object file: No such file or directory
[error (12/19/13 3:51:52 PM)] Terminating SikuliX after a fatal error(110)! Sorry, but it makes no sense to continue!
If you do not have any idea about the error cause or solution, run again
with a Debug level of 3. You might paste the output to the Q&A board.
[debug (12/19/13 3:51:52 PM)] SikuliXFinal: cleanUp: 0

I'm suspecting that Sukuli is looking for libopencv_core.so.2.4
somewhere that it's not, as it's certainly installed on the system
(twice).

bash-4.1$ locate libopencv_core.so
/usr/local/lib/libopencv_core.so
/usr/local/lib/libopencv_core.so.2.4
/usr/local/lib/libopencv_core.so.2.4.7
/var/opencv/opencv-2.4.7/release/lib/libopencv_core.so
/var/opencv/opencv-2.4.7/release/lib/libopencv_core.so.2.4
/var/opencv/opencv-2.4.7/release/lib/libopencv_core.so.2.4.7

Any ideas how to resolve or where it could be looking so I can symlink?

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