2002-08-19 00:45:37 +08:00
|
|
|
<sect2>
|
2003-09-30 00:32:43 +08:00
|
|
|
<title>Installation of <application><acronym>GDBM</acronym></application></title>
|
2002-08-19 00:45:37 +08:00
|
|
|
|
2003-09-30 00:32:43 +08:00
|
|
|
<para>Install <application><acronym>GDBM</acronym></application> by running the following commands:
|
2003-09-14 09:03:54 +08:00
|
|
|
</para>
|
2002-08-19 00:45:37 +08:00
|
|
|
|
2003-09-14 09:03:54 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man &&
|
2003-01-04 11:09:19 +08:00
|
|
|
make &&
|
2003-09-14 09:03:54 +08:00
|
|
|
make BINOWN=root BINGRP=root install</command></userinput></screen>
|
2002-08-19 00:45:37 +08:00
|
|
|
|
2003-10-10 04:17:25 +08:00
|
|
|
<para>In addition, you may need to install the compatibility headers for
|
|
|
|
<application><acronym>GDBM</acronym></application>. Apache 1.3, for example,
|
|
|
|
would need these headers. Install the compatibility headers by running the
|
|
|
|
following command:</para>
|
2002-09-29 00:36:25 +08:00
|
|
|
|
2003-09-14 09:03:54 +08:00
|
|
|
<screen><userinput><command>make BINOWN=root BINGRP=root install-compat</command></userinput></screen>
|
2002-09-29 00:36:25 +08:00
|
|
|
|
2002-08-19 00:45:37 +08:00
|
|
|
</sect2>
|
|
|
|
|