Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF). It is required by Soprano to build Nepomuk.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://download.librdf.org/source/redland-1.0.16.tar.gz
Download MD5 sum: 32f8e1417a64d3c6f2c727f9053f55ea
Download size: 1.6 MB
Estimated disk space required: 21 MB
Estimated build time: 0.2 SBU
Berkeley DB-5.3.21, libiodbc-3.52.8, SQLite-3.7.16.2, MySQL-5.6.11, PostgreSQL-9.2.4, Virtuoso-6.1.6 and 3store
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/redland
Install Redland by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-03-15 16:26:39 +0000