gdbm.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-gdbm" role="wrap">
  8. <?dbhtml filename="gdbm.html"?>
  9. <sect1info condition="script">
  10. <productname>gdbm</productname>
  11. <productnumber>&gdbm-version;</productnumber>
  12. <address>&gdbm-url;</address>
  13. </sect1info>
  14. <title>GDBM-&gdbm-version;</title>
  15. <indexterm zone="ch-system-gdbm">
  16. <primary sortas="a-Gdbm">GDBM</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The GDBM package contains the GNU Database Manager. This is a disk
  21. file format database which stores key/data-pairs in single files. The
  22. actual data of any record being stored is indexed by a unique key, which can
  23. be retrieved in less time than if it was stored in a text file.</para>
  24. <segmentedlist>
  25. <segtitle>&buildtime;</segtitle>
  26. <segtitle>&diskspace;</segtitle>
  27. <seglistitem>
  28. <seg>&gdbm-ch6-sbu;</seg>
  29. <seg>&gdbm-ch6-du;</seg>
  30. </seglistitem>
  31. </segmentedlist>
  32. </sect2>
  33. <sect2 role="installation">
  34. <title>Installation of GDBM</title>
  35. <para>Prepare GDBM for compilation:</para>
  36. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  37. <para>Compile the package:</para>
  38. <screen><userinput remap="make">make</userinput></screen>
  39. <para>This package does not come with a test suite.</para>
  40. <para>Install the package:</para>
  41. <screen><userinput remap="install">make install</userinput></screen>
  42. <para>In addition, install the DBM and NDBM compatibility headers, as some
  43. packages outside of LFS may look for these older dbm routines:</para>
  44. <screen><userinput remap="install">make install-compat</userinput></screen>
  45. </sect2>
  46. <sect2 id="contents-gdbm" role="content">
  47. <title>Contents of GDBM</title>
  48. <segmentedlist>
  49. <segtitle>Installed libraries</segtitle>
  50. <seglistitem>
  51. <seg>libgdbm.{so,a} and libgdbm_compat.{so,a}</seg>
  52. </seglistitem>
  53. </segmentedlist>
  54. <variablelist>
  55. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  56. <?dbfo list-presentation="list"?>
  57. <?dbhtml list-presentation="table"?>
  58. <varlistentry id="libgdbm">
  59. <term><filename class="libraryfile">libgdbm</filename></term>
  60. <listitem>
  61. <para>Contains functions to manipulate a hashed database</para>
  62. <indexterm zone="ch-system-gdbm libgdbm">
  63. <primary sortas="c-libgdbm">libgdbm</primary>
  64. </indexterm>
  65. </listitem>
  66. </varlistentry>
  67. </variablelist>
  68. </sect2>
  69. </sect1>