pavor84 / factplusplus

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

Failure on Ubuntu Lucid (requires libstdc++.so.6 with version `GLIBCXX_3.4.14') #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The FacT++ library binary, as distributed with the Protégé plugin, contains 
symbols that require a version of libstdc++ that is not available on Ubuntu 
Lucid LTS.

The plugin fails to load with this error:

> OWLRuntimeException: java.lang.UnsatisfiedLinkError: 
/tmp/ProtegeCache-3d138dd3-2526-4cc4-8e33-2d3b232ff91d/bundle7/version0.0/bundle
.jar-lib/0/lib/native/64bit/libFaCTPlusPlusJNI.so: /usr/lib/libstdc++.so.6: 
version `GLIBCXX_3.4.14' not found (required by 
/tmp/ProtegeCache-3d138dd3-2526-4cc4-8e33-2d3b232ff91d/bundle7/version0.0/bundle
.jar-lib/0/lib/native/64bit/libFaCTPlusPlusJNI.so)
>    
uk.ac.manchester.cs.factplusplus.protege.FaCTPlusPlusFactory.getReasonerFactory(
Unknown Source)

Can you please distribute a library linked against an version of libstdc++ that 
is available on Ubuntu Lucid?

Original issue reported on code.google.com by gioe...@gmail.com on 12 Dec 2011 at 12:00

GoogleCodeExporter commented 9 years ago
Please note that this issue prevents Protégé from working at all. The only 
way to make Protégé run again is to manually remove the FaCT++ plugin.

Original comment by gioe...@gmail.com on 12 Dec 2011 at 12:06

GoogleCodeExporter commented 9 years ago
I"ve got the same probleme on debian 7 with standard installation

Original comment by damien.cuvillier on 18 Nov 2013 at 9:26