Installation of gdbm
Install gdbm by running the following commands:
./configure &&
make &&
make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
BINOWN=root BINGRP=root install
The following command will install the compatibility
headers for gdbm, needed by some applications. Apache 1.3 will need
these headers.
make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
BINOWN=root BINGRP=root install-compat