A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Bash | HOME | GNU GDBM 32-bit » |
Name: GNU GDBM 64-bit
Summary: The GNU Database Manager
License: GPL v3
Version: 1.26
URL: https://ftp.gnu.org/gnu/gdbm/gdbm-1.26.tar.gz
Average Build Time: less than 0.2 SBU
Used Install Space: 13 MiB
To configure GNU GDBM 64-bit for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--disable-static \
--enable-libgdbm-compat
To compile GNU GDBM 64-bit, run the following command:
make
Next, run the test suite:
make check
Finally, to install GNU GDBM 64-bit into the build tree, run the following command:
make install
rm -fv /usr/lib64/libgdbm.la
rm -fv /usr/lib64/libgdbm_compat.la
NOTE: Do not delete the unpacked sources after build.
| Contents | |
|---|---|
| Installed Programs | gdbm_dump, gdbm_load, and gdbmtool |
| Installed Libraries | libgdbm.so and libgdbm_compat.so |
| Navigation | ||
|---|---|---|
| « GNU Bash | HOME | GNU GDBM 32-bit » |