sawpawan / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

could not initialize class com.googlecode.javacv.cpp.opencv.core #350

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I deployed a server project to the RH6 server
2. I sent a pic from a macbook from a xcode project using web services
3. error appeared "could not initialize class 
com.googlecode.javacv.cpp.opencv.core"

What is the expected output? What do you see instead?
the projects is working fine with window xp as a server.  

What version of the product are you using? On what operating system?
javacv 0.3, opencv 2.4.3, Redhat 6

Please provide any additional information below.

Original issue reported on code.google.com by jasperla...@gmail.com on 7 Aug 2013 at 8:01

Attachments:

GoogleCodeExporter commented 8 years ago
I have found out the root cause of the problem should be as below. Please help. 

/opt/tomcat-instances/tomcat-rf/tmp/javacpp545978420615209/libjniopencv_core.so:
 /lib64/libc.so.6: version `GLIBC_2.14' not found (required by 
/opt/tomcat-instances/tomcat-rf/tmp/javacpp545978420615209/libjniopencv_core.so)

Original comment by jasperla...@gmail.com on 8 Aug 2013 at 1:45

GoogleCodeExporter commented 8 years ago
This means you'll need to recompile that for your version of Linux.

Original comment by samuel.a...@gmail.com on 8 Aug 2013 at 4:08