Question #251798 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/251798
RaiMan proposed the following answer: the problem you have happens at load time of the native libraries. You have to find out, what dependent libraries are not found. To help you with this, that are tools, that analyse a library like libtesseract.3.so or even libVisionProxy.so and show which libraries are needed. On Linux there is a global LD_PATH, that lists the paths to be used for searching libraries. at runtime you might add missing paths, that you have found out in the step before. More help I cannot give you, since I am not a Linux expert and hence do know nothing about the specifics of CentOS. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

