Changeset dcd5a063 for server


Ignore:
Timestamp:
11/22/2023 09:35:10 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
15f7ec1
Parents:
03b53c0
Message:

Archive Berkeley DB

Location:
server
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • server/databases/databases.xml

    r03b53c0 rdcd5a063  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upgradedb.xml"/>
    2222
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="db.xml"/>
     23<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="db.xml"/>-->
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lmdb.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mariadb.xml"/>
  • server/mail/exim.xml

    r03b53c0 rdcd5a063  
    203203      <command>printf ... > Local/Makefile</command>: Setting those
    204204      variables allows to use GDBM instead of the default Berkeley DB. Remove
    205       this command if you have installed <xref linkend="db"/>.
     205      this command if you have installed &berkeley-db;.
    206206    </para>
    207207
  • server/mail/postfix.xml

    r03b53c0 rdcd5a063  
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
    96       <xref linkend="db"/>,
    9796      <xref linkend="icu"/> for Email Address Internationalization (SMTPUTF8) support,
    9897      <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
     
    101100      role='nodep' linkend='pcre'/>),
    102101      <xref linkend="postgresql"/>,
    103       <xref linkend="sqlite"/>, and
     102      <xref linkend="sqlite"/>,
     103      &berkeley-db;, and
    104104      <ulink url="https://cr.yp.to/cdb.html">CDB</ulink> or
    105105      <ulink url="https://www.corpit.ru/mjt/tinycdb.html">TinyCDB</ulink>
     
    165165          For all variants of the CCARGS you should ensure that -DNO_NIS is
    166166          specified so that the build does not attempt to access an rpcsvc
    167           header which do not exist in BLFS.  If <xref linkend='db'/> is
     167          header which do not exist in BLFS.  If &berkeley-db; is
    168168          not installed, -DNO_DB needs to be specified as well.
    169169        </para>
  • server/major/apache.xml

    r03b53c0 rdcd5a063  
    9090    <para role="optional">
    9191      <xref linkend="brotli"/>,
    92       <xref linkend="db"/>,
    9392      <xref linkend="doxygen"/>,
    9493      <xref linkend="jansson"/>,
     
    101100      <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
    102101      installed with ldap support),
    103       <xref linkend="rsync"/>, and
     102      <xref linkend="rsync"/>,
     103      &berkeley-db;, and
    104104      <ulink url="https://sourceforge.net/projects/distcache">Distcache</ulink>
    105105    </para>
  • server/major/bind.xml

    r03b53c0 rdcd5a063  
    109109    <bridgehead renderas="sect4">Optional database backends</bridgehead>
    110110    <para role="optional">
    111       <xref linkend="db"/>,
    112111      <xref linkend="mariadb"/> or <ulink url="https://www.mysql.com/">MySQL</ulink>,
    113112      <xref linkend="openldap"/>,
    114       <xref linkend="postgresql"/>, and
    115       <xref linkend="unixodbc"/>
     113      <xref linkend="postgresql"/>,
     114      <xref linkend="unixodbc"/>, and
     115      &berkeley-db;
    116116    </para>
    117117
  • server/other/openldap.xml

    r03b53c0 rdcd5a063  
    9494      <ulink url="http://www.openslp.org/">OpenSLP</ulink>,
    9595      <ulink url="https://docs.mongodb.com/manual/core/wiredtiger/">WiredTiger</ulink>, and
    96       <xref linkend="db"/> (for slapd, but deprecated)
     96      &berkeley-db; (for slapd, also deprecated)
    9797    </para>
    9898
Note: See TracChangeset for help on using the changeset viewer.