June 2001
Intermediate to advanced
688 pages
19h 18m
English
Berkeley DB installs the following files into the following locations, with the following default values, as shown in Table 21.1:
| Configuration variable | Default value |
|---|---|
| —prefix | /usr/local/BerkeleyDB.Major.Minor |
| —exec_prefix | $(prefix) |
| —bindir | $(exec_prefix)/bin |
| —includedir | $(prefix)/include |
| —libdir | $(exec_prefix)/lib |
| docdir | $(prefix)/docs |
| Files | Default location |
| include files | $(includedir) |
| libraries | $(libdir) |
| utilities | $(bindir) |
| documentation | $(docdir) |
With one exception, this follows the GNU Autoconf and GNU Coding Standards installation guidelines; please see that documentation for more information and rationale.
The single exception is the Berkeley DB documentation. The Berkeley ...