2002-08-19 00:45:37 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of gdbm</title>
|
|
|
|
|
|
|
|
<para>Install gdbm by running the following commands:</para>
|
|
|
|
|
2003-01-04 11:09:19 +08:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man &&
|
|
|
|
make &&
|
|
|
|
make BINOWN=root BINGRP=root install</userinput></screen></para>
|
2002-08-19 00:45:37 +08:00
|
|
|
|
2002-10-09 11:20:58 +08:00
|
|
|
<para>In addition, you may need to install the compatibility
|
|
|
|
headers for gdbm. Apache 1.3, for example, will need these headers.
|
|
|
|
Install the compatibility headers by running the following command:</para>
|
2002-09-29 00:36:25 +08:00
|
|
|
|
2003-02-02 00:37:39 +08:00
|
|
|
<para><screen><userinput>make BINOWN=root BINGRP=root install-compat</userinput></screen></para>
|
2002-09-29 00:36:25 +08:00
|
|
|
|
2002-08-19 00:45:37 +08:00
|
|
|
</sect2>
|
|
|
|
|