New question #252600 on Sikuli: https://answers.launchpad.net/sikuli/+question/252600
Hi, I am trying to run the Sikuli in Linux centos from Terminal. I Followed these instructions and installed everything. When i run the java -jar sikuli-setup.jar , it stops with this line. Its not proceeding further. java -jar sikuli-setup.jar [debug] SikuliX Setup Build: 1.0.1 12NOV2013120000 [debug] ... starting with no args given [debug] user home: /root My Goal is to run sikuli scripts in headless mode. I had installed the pyvirtualdisplay , Able to run selenium in headless manner in that server. Try 1: Hence to run the a sample sikuli script in headless mode , i tried this command. java -jar sikuli-script.jar /usr/headless.sikuli It is showing this exception Exception in thread "main" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/Sikuli-IDE/sikuli-script.jar/Lib/sikuli/Sikuli.py", line 18, in <module> java.lang.UnsatisfiedLinkError: /usr/Sikuli-IDE/tmplib/libScreenMatchProxy.so: libcv.so.4: cannot open shared object file: No such file or directory Try 2: I tried running from Sikuli-IDE using this command, and it stopped with this line and not proceeding afterwards. sh sikuli-ide.sh -r /usr/headless.sikuli [sikuli] locale: en_US My Environment Java 6 , Centos 64 bit Please help me in this.. I am stuck here.. Thank you so much for your time in advance... -- 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

