%general-entities; ]> $Date: 2015-10-18 13:08:53 -0500 (Sun, 18 Oct 2015) $ lmdb-&lmdb-version; lmdb Introduction to lmdb The lmdb package is a fast, compact, key-value embedded data store. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lmdb-md5sum; Download size: &lmdb-size; Estimated disk space required: &lmdb-buildsize; Estimated build time: &lmdb-time; User Notes: Installation of lmdb This package extracts to lmdb-LMDB_&lmdb-version;. Install lmdb by running the following commands: cd libraries/liblmdb && make && sed -i 's| liblmdb.a||' Makefile This package does not come with a test suite. Now, as the root user: make prefix=/usr install Command Explanations sed ... liblmdb.a ... Makefile: The package executables use a static library so it must be created. This command suppresses installation of the static library. Contents Installed Program Installed Library Installed Directories mdb_copy, mdb_dump, mdb_load, and mdb_stat liblmdb.so None