← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #190141]: can't start Sikuli on rhel6 64 bit

 

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

    Status: Answered => Solved

Joyce confirmed that the question is solved:
Finally, problem solved after pretty much spending a solid day
installing sikuli..

this my workaround to the problem

1. repalce JXGrabkey.jar and libJXGrabKey.so from this link:
http://waix.dl.sourceforge.net/project/jxgrabkey/jxgrabkey/0.3.2/jxgrabkey-0.3.2_ubuntu910_amd64.tar.bz2

2. crate a symbloic link to link your current libtiff.so. 3 or 4 or ?
    To find where it is, use this command 
   $ locate libtiff*
    /usr/lib64/libtiff.so.3   (in my case )

`then issue this command:
  $ln -s libtiff.so.3 libtiff.so.4  (Sikuli asked for libtiff.so. 4 but I only have libtiff.so. 4 )

refer to this:
http://www.asteriskguru.com/tutorials/libtiff_so_3_cannot_open.html

now, it  worked like a charm :)

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