The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=492 ====================================================================== Reported By: markh Assigned To: ====================================================================== Project: Redland librdf RDF API Issue ID: 492 Category: installation Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-10 17:23 Last Modified: 2012-02-10 17:23 ====================================================================== Summary: unable to install librdf Description: Redland RDF libraries 31 ~~~~~~~~~~~~~~~~~~~~~ 32 Consists of the core library, a set of Python bindings and 33 two tools, Raptor, for parsing and serializing RDF, and Rasqal, 34 for executing RDF queries. 35 36 Installation notes. 37 Significant problems found in trying to build the core library. 38 1) the core library needs rasqal and raptor(v1) built and installed 39 first, despite the claim that it is independent of both. 40 2) rasqal will not build without raptor2 installed. 41 3) installing raptor2 causes the core library to fail on 42 compilation as the raptor2.h include is missing various 43 vital data structures that were present in the original 44 raptor.h include file, structures that were relied upon by the core library. 45 4) necessary to set PKG_CONFIG_PATH to where raptor2 was installed 46 as it wasn't in a usual system directory. 47 5) attempts to use the --use-raptor=internal flag 48 when configuring the core library met with no success as 49 the configure script ignored the instruction. 50 51 Source URL. 52 http://download.librdf.org/source/redland-1.0.15.tar.gz 53 http://download.librdf.org/source/redland-bindings-1.0.14.1.tar.gz 54 http://download.librdf.org/source/rasqal-0.9.28.tar.gz 55 http://download.librdf.org/source/raptor2-2.0.6.tar.gz ======================================================================
Issue History Date Modified Username Field Change ====================================================================== 2012-02-10 17:23 markh New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
