pavor84 / factplusplus

Automatically exported from code.google.com/p/factplusplus
0 stars 0 forks source link

Failure on CentOS 6.4 (libc.so.6: version `GLIBC_2.14' not found) #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. On CentOS release 6.4 (Final), Linux 2.6.32-358.0.1.el6.x86_64 #1 SMP Wed 
Feb 27 06:06:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

2. started to classify with FaCT++ reasoner (1.6.2) 

What is the expected output? What do you see instead?
The output is:

/uk.ac.manchester.cs.owl.factplusplus.1.6.2.jar/lib/native/64bit/libFaCTPlusPlus
JNI.so: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by 
/myApplication/uk.ac.manchester.cs.owl.factplusplus.1.6.2.jar/lib/native/64bit/l
ibFaCTPlusPlusJNI.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1716)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at uk.ac.manchester.cs.factplusplus.FaCTPlusPlus.(FaCTPlusPlus.java:25)
at 
uk.ac.manchester.cs.factplusplus.protege.FaCTPlusPlusFactory.getReasonerFactory(
FaCTPlusPlusFactory.java:85)
at 

What version of the product are you using? On what operating system?
1.6.2

Please provide any additional information below.
The current and supported glibc version of my OS is
Name        : glibc
Arch        : x86_64
Version     : 2.12
Release     : 1.107.el6_4.2

This issue has been described already by:
https://mailman.stanford.edu/pipermail/p4-feedback/2013-March/005598.html

Please provide binary distribution of Fact++ 1.6.2 for my Environment. 
Thanks,
Endre

Original issue reported on code.google.com by andrewsmithty@gmail.com on 8 Aug 2013 at 1:36