Changeset ef0d8f4 for server


Ignore:
Timestamp:
08/17/2018 02:20:56 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8184984
Parents:
e738c51
Message:

Revert Berkeley-DB to 5.3.28.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20323 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    re738c51 ref0d8f4  
    55  %general-entities;
    66
    7   <!ENTITY db-download-http
    8     "https://fossies.org/linux/misc/db-&db-version;.tar.xz">
     7  <!ENTITY db-download-http "&sources-anduin-http;/bdb/db-&db-version;.tar.gz">
    98  <!ENTITY db-download-ftp  " ">
    10   <!ENTITY db-md5sum        "735e91e30db8efcd0b833c3926278f6e">
    11   <!ENTITY db-size          "28 MB">
    12   <!ENTITY db-buildsize     "219 MB">
    13   <!ENTITY db-time          "0.7 SBU">
     9  <!ENTITY db-md5sum        "b99454564d5b4479750567031d66fe24">
     10  <!ENTITY db-size          "34 MB">
     11  <!ENTITY db-buildsize     "265 MB">
     12  <!ENTITY db-time          "0.6 SBU">
    1413]>
    1514
     
    7776    <para role="optional">
    7877      <xref linkend="tcl"/> and
    79       <xref linkend="openssl10"/>
    80      
     78      <xref linkend="sharutils"/> (for the <command>uudecode</command> command)
     79
    8180      <!--,
    8281      <xref linkend="openjdk"/> or <xref linkend="java"/>, and
     
    9291
    9392  <!-- <sect2 role="testing">
    94     <title>Testing Berkeley DB</title>
     93    <title>Testing Berkeley DB before the real install</title>
    9594
    9695    <para>
     
    155154
    156155    <para>
     156      First apply a fix so that this will compile with current versions of
     157      <command>g++</command>:
     158    </para>
     159
     160<screen><userinput>sed -i 's/\(__atomic_compare_exchange\)/\1_db/' src/dbinc/atomic.h</userinput></screen>
     161
     162  <!-- move parts of hte testing to here, possibly as sect3 -->
     163
     164    <para>
    157165      Install <application>Berkeley DB</application> by running the following
    158166      commands:
     
    164172                  --enable-dbm       \
    165173                  --disable-static   \
    166                   --enable-cxx       \
    167                   --with-repmgr-ssl=no &amp;&amp;
     174                  --enable-cxx       &amp;&amp;
    168175make</userinput></screen>
    169176
     
    203210
    204211    <para>
    205       <parameter>--with-repmgr-ssl=no</parameter>: Disable ssl support for the
    206       replication manager. Removing this option requires <xref linkend="openssl10"/>
    207       and modifying the soruce code (not tested).
    208     </para>
    209 
    210     <para>
    211212      <parameter>--enable-dbm</parameter>: Enables legacy interface support
    212213      needed by some older packages.
     
    235236      support in DB and creates the
    236237      <filename class="libraryfile">libdb_java</filename> libraries.
    237 <!-- Remove at next version -->
    238       Support is currently broken with Java-9.x.
     238<!--
     239checking if java works... yes
     240checking for javac... /opt/jdk/bin/javac
     241checking absolute path of javac... /opt/jdk/bin/javac
     242checking java version... 10.0.1
     243configure: error: Java version 1.3 or higher required, got 10.0.1
     244-->
     245      Support is currently broken with Java-&openjdk-build;.x.
    239246    </para>
    240247  </sect2>
     
    267274        <seg>
    268275          libdb.so,
    269           libdb_cxx.so,
    270           libdb_java.so, and
     276          libdb_cxx.so, and
     277<!--      libdb_java.so, and -->
    271278          libdb_tcl.so
    272279        </seg>
  • server/other/openldap.xml

    re738c51 ref0d8f4  
    9898        <ulink url="http://www.mysql.com/">MySQL</ulink>,
    9999      <ulink url="http://www.openslp.org/">OpenSLP</ulink>, and
    100       <xref linkend="db"/> (not recommended by the developers)
     100      <xref linkend="db"/> (for slapd, but deprecated)
    101101    </para>
    102102
Note: See TracChangeset for help on using the changeset viewer.