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

Issue #45 wontfix
Dmitry Tsarkov repo owner created an issue

Original issue 45 created by dtsarkov on 2011-12-12T12:00:15.000Z:

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?

Comments (3)

  1. Dmitry Tsarkov reporter

    Comment #2 originally posted by dtsarkov on 2013-11-18T09:26:56.000Z:

    I"ve got the same probleme on debian 7 with standard installation

  2. Log in to comment