Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.librdf.org/source/redland-1.0.17.tar.gz
MD5 校验和:e5be03eda13ef68aabab6e42aa67715e
大小:1.6 MB
预计所需磁盘空间:18 MB
预计构建时间:0.2 SBU
MariaDB-12.3.2 or MySQL, PostgreSQL-18.4, Berkeley DB (deprecated) libiodbc, virtuoso, and 3store
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.