2002-08-19 00:45:37 +08:00
|
|
|
<sect2>
|
2003-09-14 09:03:54 +08:00
|
|
|
<title>Installation of <application>gdbm</application></title>
|
2002-08-19 00:45:37 +08:00
|
|
|
|
2003-09-14 09:03:54 +08:00
|
|
|
<para>Install <application>gdbm</application> by running the following commands:
|
|
|
|
</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
|
|
|
|
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-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>
|
|
|
|
|