gajendravaradhan / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

java.lang.UnsatisfiedLinkError: /tmp/javacpp94459315877854/libjniopencv_core.so: libopencv_core.so.2.4: cannot open shared object file #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Running the following in maven project gives the error
    ScreenRegion screen = new DesktopScreenRegion();
    ImageTarget target = new ImageTarget(compareImage);
    List<ScreenRegion> r = screen.findAll(target);

What is the expected output? What do you see instead?
Works fine on Windows 7 64 bit.
Throws an error only on linux 64 bit java.lang.UnsatisfiedLinkError: 
/tmp/javacpp94459315877854/libjniopencv_core.so: libopencv_core.so.2.4: cannot 
open shared object file

What version of the product are you using? On what operating system?
Using linux 64 bit RedHat

Please provide any additional information below.
I see a special instruction link for linux(x64) but leads to a page without the 
special instructions. Can you please update the special instructions.

Original issue reported on code.google.com by neeta...@gmail.com on 1 Feb 2013 at 6:06

GoogleCodeExporter commented 8 years ago
Hi,
is there any solution for this issue ? Do I have you install opencv to make 
sikuli standalone work on linux x64.

I am hitting the same error on an Oracle Enterprise Linux 5 x64 machine.

thanks,
Ranjith.

Original comment by jeeth...@gmail.com on 21 Mar 2013 at 8:29

GoogleCodeExporter commented 8 years ago
HI Neeta/ Ranjith,

Did you guys find any solution for this.
I am also facing the same issue and don't know how to make it working.

Thanks
Dharmesh

Original comment by dharmesh...@gmail.com on 1 Apr 2013 at 11:46

GoogleCodeExporter commented 8 years ago
On Linux platform, you will need to install opencv on your system first.

Original comment by doubles...@gmail.com on 13 Jun 2013 at 8:05